[med-svn] r16316 - trunk/packages/fasttree/trunk/debian

Timothy Booth tbooth-guest at moszumanska.debian.org
Tue Feb 25 13:43:35 UTC 2014


Author: tbooth-guest
Date: 2014-02-25 13:43:34 +0000 (Tue, 25 Feb 2014)
New Revision: 16316

Modified:
   trunk/packages/fasttree/trunk/debian/changelog
   trunk/packages/fasttree/trunk/debian/rules
Log:
Fixed package not cleaning 100% after build.

I also think the upstream changelog belongs in the package,
according to policy, so I added it.  But maybe I'm mistaken?



Modified: trunk/packages/fasttree/trunk/debian/changelog
===================================================================
--- trunk/packages/fasttree/trunk/debian/changelog	2014-02-25 13:34:39 UTC (rev 16315)
+++ trunk/packages/fasttree/trunk/debian/changelog	2014-02-25 13:43:34 UTC (rev 16316)
@@ -1,3 +1,11 @@
+fasttree (2.1.7-1biolinux1) precise; urgency=low
+
+  * Added upstream changelog into package and backport for
+    Bio-Linux.
+  * Fixed clean: target to remove both binaries.
+
+ -- Tim Booth <tbooth at ceh.ac.uk>  Tue, 25 Feb 2014 12:50:42 +0000
+
 fasttree (2.1.7-1) unstable; urgency=low
 
   * New upstream version

Modified: trunk/packages/fasttree/trunk/debian/rules
===================================================================
--- trunk/packages/fasttree/trunk/debian/rules	2014-02-25 13:34:39 UTC (rev 16315)
+++ trunk/packages/fasttree/trunk/debian/rules	2014-02-25 13:43:34 UTC (rev 16316)
@@ -12,6 +12,13 @@
 %:
 	dh $@ 
 
+override_dh_installchangelogs:
+	dh_installchangelogs changelog
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f fasttreeMP
+
 get-orig-source:
 	./debian/get-orig-source
 




More information about the debian-med-commit mailing list