Code

Install "NEWS" and "CHANGES" into all packages.
authorSebastian Harl <sh@tokkee.org>
Wed, 23 Jul 2008 19:01:31 +0000 (21:01 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 23 Jul 2008 19:01:31 +0000 (21:01 +0200)
Up to now, "NEWS" has not been installed at all while "CHANGES" was missing in
arch-independent packages.

debian/changelog
debian/rules

index a1a10332bf74c5792e8253450ad0e34d8fcab0c4..86d0c06e9dd1e9d9add9a85f7c159b123cd59148 100644 (file)
@@ -13,6 +13,8 @@ rrdtool (1.2.28-1) UNRELEASED; urgency=low
       the RRA row count in rrdcreate (Closes: #428780).
   * debian/librrd2.symbols:
     - Added the private symbol "rra_random_row@Base 1.2.28-1".
+  * debian/rules:
+    - Install "NEWS" and "CHANGES" into all packages.
 
   [ Bernd Zeimetz ]
   * debian/rules:
@@ -22,7 +24,7 @@ rrdtool (1.2.28-1) UNRELEASED; urgency=low
   * debian/patches/implicit-decl-fix:
     - Patching the implicit declaration in rrd_update.c in a nicer way.
 
- -- Sebastian Harl <sh@tokkee.org>  Wed, 23 Jul 2008 20:58:21 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Wed, 23 Jul 2008 21:01:04 +0200
 
 rrdtool (1.2.27-2) unstable; urgency=low
 
index 27220867a86a3aba4919be8ada8bffdb8d4ff336..e213bf1360fcf29fea1f196bcbd43f813cf81b50 100755 (executable)
@@ -179,8 +179,8 @@ binary-indep: build-indep install-indep
        dh_testroot
        dh_link -plibrrd-ruby /usr/share/doc/librrd-ruby$(RUBY_DEFAULT_VERS) /usr/share/doc/librrd-ruby
        dh_link -ppython-rrd /usr/share/doc/python-rrdtool /usr/share/doc/python-rrd
-       dh_installchangelogs -i -Nlibrrd-ruby -Npython-rrd
-       dh_installdocs -i -Nlibrrd-ruby -Npython-rrd -A CONTRIBUTORS
+       dh_installchangelogs -i -Nlibrrd-ruby -Npython-rrd CHANGES
+       dh_installdocs -i -Nlibrrd-ruby -Npython-rrd -A CONTRIBUTORS NEWS
        dh_link -i -Nlibrrd-ruby -Npython-rrd
        echo 'rubydefault:Depends=librrd-ruby$(RUBY_DEFAULT_VERS)' >> debian/librrd-ruby.substvars
        dh_perl -i
@@ -196,7 +196,7 @@ binary-arch: build-arch install-arch
        dh_testdir
        dh_testroot
        dh_installchangelogs -a CHANGES
-       dh_installdocs -a -A CONTRIBUTORS
+       dh_installdocs -a -A CONTRIBUTORS NEWS
        dh_installdocs -a
        echo 'tcl:Depends=tcl$(TCL_VERS) | tclsh' >> debian/rrdtool-tcl.substvars
        dh_pysupport -ppython-rrdtool