symlink to upstream's installation of examples in /usr/share/amanda,
authorBdale Garbee <bdale@gag.com>
Tue, 13 Sep 2011 19:51:39 +0000 (13:51 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 13 Sep 2011 19:51:39 +0000 (13:51 -0600)
instead of putting a second copy under /usr/share/doc

debian/NEWS
debian/amanda-common.examples [deleted file]
debian/changelog
debian/rules

index 54725ca98f4ccf0d613f3b2ddfe8d5de03336cc8..a5a6b979057dafff820a916771f25a696a06c883 100644 (file)
@@ -3,9 +3,8 @@ amanda (1:3.3.0-1) unstable; urgency=low
   As of version 3.3.0, Amanda now uses bsdtcp as the default auth method, 
   and the package postinst scripts install a suitable inetd entry.  
 
-  You may need to update existing amanda.conf and amanda-client.conf files
-  to reflect this change, as such configs are often hand-crafted to meet
-  site expectations.
+  You may need to update existing amanda.conf files to reflect this change, 
+  as such configs are often hand-crafted to meet site expectations.
 
   You may also need to adjust inetd or xinetd configs to include both bsd
   and bsdtcp auth methods if circumstances mandate keeping auth method bsd
diff --git a/debian/amanda-common.examples b/debian/amanda-common.examples
deleted file mode 100644 (file)
index 0bbe99e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-example/*
index 2b080d49c3460287e02b324c84b9bc53c0b2f70b..2ce6daeb233ad28e774376c54ad0db02d75492c4 100644 (file)
@@ -1,6 +1,6 @@
 amanda (1:3.3.0-1) unstable; urgency=low
 
-  * new upstream version
+  * new upstream version, closes: #641453
   * consolidate inetd and xinetd config handling in amanda-common package
   * add a NEWS entry explaining the switch to bsdtcp auth as default
 
index 3238716af248b9d9841328e8bed725d91fc37fbd..4fc39bcbd18d21acb33f378d6240db887c176b2b 100755 (executable)
@@ -81,7 +81,7 @@ binary-arch: build
        sed -i "/dependency_libs/ s/'.*'/''/" `find $(r)/usr/lib/amanda/ -name '*.la'`
        install -m 644 debian/amandahosts $(r)/etc/amandahosts
        dh_installdocs -a
-       dh_installexamples -a
+       ln -s /usr/share/amanda/example $(r)/usr/share/doc/examples
        cp ChangeLog $(r)/usr/share/doc/amanda-common/changelog
        cp example/xinetd.amandaserver $(r)/etc/xinetd.d/amanda
        dh_installmenu -a