Author: plessy
Date: 2008-07-31 04:21:03 +0000 (Thu, 31 Jul 2008)
New Revision: 2369

Modified:
   trunk/packages/autodocksuite/trunk/debian/changelog
   trunk/packages/autodocksuite/trunk/debian/rules
Log:
Using dh_installchangelogs (the previous method was failing on my computer).


Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog 2008-07-31 01:12:28 UTC 
(rev 2368)
+++ trunk/packages/autodocksuite/trunk/debian/changelog 2008-07-31 04:21:03 UTC 
(rev 2369)
@@ -1,14 +1,15 @@
-autodocksuite (4.0.1-4) UNRELEASED; urgency=low
+autodocksuite (4.0.1-4) unstable; urgency=low
 
   * debian/rules:
-    - Using dh_installdocs instead of the cp command (Closes: #472538)
+    - Using dh_installdocs instead of the cp command (Closes: #472538).
+    - Using dh_installchangelogs to install src/auto[dock|grid]/ChangeLog.
   * debian/contol, debian/rules, debian/autodock-test.install,
     debian/autogrid-test.install:
     - Separated the test files from the main Arch:any packages into Arch:all
       packages.
   * Updated my email address.
 
- -- Charles Plessy <[EMAIL PROTECTED]>  Sun, 27 Apr 2008 16:58:23 +0900
+ -- Charles Plessy <[EMAIL PROTECTED]>  Thu, 31 Jul 2008 13:19:15 +0900
 
 autodocksuite (4.0.1-3) unstable; urgency=low
 

Modified: trunk/packages/autodocksuite/trunk/debian/rules
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/rules     2008-07-31 01:12:28 UTC 
(rev 2368)
+++ trunk/packages/autodocksuite/trunk/debian/rules     2008-07-31 04:21:03 UTC 
(rev 2369)
@@ -87,13 +87,9 @@
        for d in autodock autogrid; do \
                $(MAKE) -C src/$$d DESTDIR=$(CURDIR)/debian/$$d install; \
        done
-
-       # empty changelog in autogrid
-       for d in autodock; do \
-               cat src/$$d/ChangeLog | gzip -c9 > 
$(CURDIR)/debian/$$d/usr/share/doc/$$d/changelog.gz ; \
-       done
-
        dh_install -s
+       dh_installchangelogs -pautodock src/autodock/ChangeLog
+       dh_installchangelogs -pautogrid src/autogrid/ChangeLog
 
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep
@@ -101,7 +97,7 @@
 binary-common:
        dh_testdir
        dh_testroot
-       dh_installchangelogs 
+       dh_installchangelogs
        dh_installdocs
        dh_installexamples
        dh_installman


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to