[SCM] Rasmol packaging branch, master, updated. debian/2.7.4.2-5-46-g613b8f6

Teemu Ikonen tpikonen at gmail.com
Wed Sep 28 15:12:42 UTC 2011


The following commit has been merged in the master branch:
commit 35f58b050c8a2f8e0dbe5dec679b4e6f90c411cc
Author: Teemu Ikonen <tpikonen at gmail.com>
Date:   Wed Sep 28 00:17:56 2011 +0200

    rules: Use override targets in stead of --before and --after.

diff --git a/debian/rules b/debian/rules
index 28d5721..77a09d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,12 +57,15 @@ clean:
 	-rm -f manualA4.pdf refcardA4.pdf
 	dh clean
 
-install:
-	dh install --before dh_installchangelogs
-	dh_installchangelogs ChangeLog.txt
-	dh install --before dh_compress
+
+override_dh_compress:
 	dh_compress -X.pdf
-	dh install --after dh_compress
+
+override_dh_installchangelogs:
+	dh_installchangelogs ChangeLog.txt
+
+install:
+	dh install
 	install -D -m 755 debian/rasmol-classic.sh.debian \
                $(CURDIR)/debian/rasmol/usr/bin/rasmol-classic
 	install -D -m u=rw,go=r debian/rasmol.bash_completion \

-- 
Rasmol packaging



More information about the debian-science-commits mailing list