[Debichem-commits] r3554 - in /unstable/apbs/debian: changelog rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sun Apr 29 21:34:58 UTC 2012


Author: dleidert-guest
Date: Sun Apr 29 21:34:58 2012
New Revision: 3554

URL: http://svn.debian.org/wsvn/debichem/?sc=1&rev=3554
Log:
* debian/rules: Added target to install upstream changelog file.

Modified:
    unstable/apbs/debian/changelog
    unstable/apbs/debian/rules

Modified: unstable/apbs/debian/changelog
URL: http://svn.debian.org/wsvn/debichem/unstable/apbs/debian/changelog?rev=3554&op=diff
==============================================================================
--- unstable/apbs/debian/changelog (original)
+++ unstable/apbs/debian/changelog Sun Apr 29 21:34:58 2012
@@ -15,7 +15,7 @@
   * debian/copyright: Updated. Removed BSD license file reference to fix
     copyright-refers-to-deprecated-bsd-license-file.
   * debian/rules: Run autotools_dev template. Added override target for
-    dh_install.
+    dh_install. Added target to install upstream changelog file.
   * debian/upstream: Added.
   * debian/README.source: Dropped obsolete file.
   * debian/patches/*.patch: Updated for quilt.

Modified: unstable/apbs/debian/rules
URL: http://svn.debian.org/wsvn/debichem/unstable/apbs/debian/rules?rev=3554&op=diff
==============================================================================
--- unstable/apbs/debian/rules (original)
+++ unstable/apbs/debian/rules Sun Apr 29 21:34:58 2012
@@ -32,4 +32,7 @@
 override_dh_install:
 	dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing
 
+override_dh_installchangelogs:
+	dh_installchangelogs ChangeLog
+
 .NOTPARALLEL:




More information about the Debichem-commits mailing list