Code

rules: Install NEWS and AUTHORS to all packages.
authorSebastian Harl <sh@tokkee.org>
Sun, 20 Dec 2009 20:29:24 +0000 (21:29 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 20 Dec 2009 20:29:24 +0000 (21:29 +0100)
Also, call all debhelpers with the -a command line option (in binary-arch).

debian/changelog
debian/rules

index 05e7052b26ca01636f74d8db548a9d1ec933a81e..adbb9cedd63106cec5b4b819074a624412ac86af 100644 (file)
@@ -1,5 +1,6 @@
 enblend-enfuse (4.0+dfsg-1) experimental; urgency=low
 
+  [ Andreas Metzler ]
   * New upstream version.
   * Update debian/patches-repack/*.
   * Drop unneeded patch addinfosection.dpatch - included upstream.
@@ -7,7 +8,11 @@ enblend-enfuse (4.0+dfsg-1) experimental; urgency=low
   * focus-stacking.info is not installed as a separate file anymore.
   * Update build-depends by adding gnuplot transfig tidy ttf-freefont.
 
- -- Andreas Metzler <ametzler@debian.org>  Sun, 20 Dec 2009 14:12:21 +0100
+  [ Sebastian Harl ]
+  * debian/rules:
+    - Install NEWS and AUTHORS to all packages.
+
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 20 Dec 2009 21:28:58 +0100
 
 enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
 
index 08084df05c730de6e21a145f6b072fd32d2737d4..f15106141820d7bd50c546fa0598abc316f13cae 100755 (executable)
@@ -67,22 +67,22 @@ binary-indep:
 binary-arch: build install
        dh_testdir
        dh_testroot
-       dh_installchangelogs ChangeLog
-       dh_installdocs NEWS AUTHORS
-       dh_installexamples
-       dh_install --sourcedir=debian/tmp --fail-missing
-       dh_installman
+       dh_installchangelogs -a ChangeLog
+       dh_installdocs -A -a NEWS AUTHORS
+       dh_installexamples -a
+       dh_install -a --sourcedir=debian/tmp --fail-missing
+       dh_installman -a
        dh_installinfo -penblend doc/enblend.info
        dh_installinfo -penfuse doc/enfuse*.info
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
+       dh_link -a
+       dh_strip -a
+       dh_compress -a
+       dh_fixperms -a
+       dh_installdeb -a
+       dh_shlibdeps -a
+       dh_gencontrol -a
+       dh_md5sums -a
+       dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: get-orig-source build clean binary-indep binary-arch binary install