[med-svn] r12538 - trunk/packages/concavity/trunk/debian

Laszlo Kajan lkajan-guest at alioth.debian.org
Thu Nov 15 21:12:03 UTC 2012


Author: lkajan-guest
Date: 2012-11-15 21:12:03 +0000 (Thu, 15 Nov 2012)
New Revision: 12538

Modified:
   trunk/packages/concavity/trunk/debian/changelog
   trunk/packages/concavity/trunk/debian/concavity.install
   trunk/packages/concavity/trunk/debian/rules
Log:
added d/rules rule for extracting upstream ChangeLog from README.txt; fixed FTBFS bug #693017;

Modified: trunk/packages/concavity/trunk/debian/changelog
===================================================================
--- trunk/packages/concavity/trunk/debian/changelog	2012-11-15 13:35:02 UTC (rev 12537)
+++ trunk/packages/concavity/trunk/debian/changelog	2012-11-15 21:12:03 UTC (rev 12538)
@@ -1,8 +1,9 @@
-concavity (0.1-2) UNRELEASED; urgency=low
+concavity (0.1-2) unstable; urgency=low
 
   * Added cmd line argument for limiting cavity threshold search steps.
+  * Use a wildcard to account for all architectures (Closes: #693017).
 
- -- Laszlo Kajan <lkajan at rostlab.org>  Fri, 28 Sep 2012 14:23:53 +0200
+ -- Laszlo Kajan <lkajan at rostlab.org>  Wed, 10 Oct 2012 18:05:08 +0200
 
 concavity (0.1-1) unstable; urgency=low
 

Modified: trunk/packages/concavity/trunk/debian/concavity.install
===================================================================
--- trunk/packages/concavity/trunk/debian/concavity.install	2012-11-15 13:35:02 UTC (rev 12537)
+++ trunk/packages/concavity/trunk/debian/concavity.install	2012-11-15 21:12:03 UTC (rev 12538)
@@ -1 +1 @@
-bin/x86_64/concavity usr/bin
+bin/*/concavity usr/bin

Modified: trunk/packages/concavity/trunk/debian/rules
===================================================================
--- trunk/packages/concavity/trunk/debian/rules	2012-11-15 13:35:02 UTC (rev 12537)
+++ trunk/packages/concavity/trunk/debian/rules	2012-11-15 21:12:03 UTC (rev 12538)
@@ -38,3 +38,14 @@
 .PHONY: override_dh_strip
 override_dh_strip:
 	dh_strip --dbg-package=concavity-dbg
+
+ChangeLog: README.txt
+	sed -ne '/^--- Revision History ---/,/^---/{ /^--- Inst/d; p; }' $< > $@
+
+.PHONY: override_dh_installchangelogs
+override_dh_installchangelogs: ChangeLog
+	dh_installchangelogs
+
+.PHONY: override_dh_auto_clean
+override_dh_auto_clean:
+	rm -f $(MANS) $(SCRIPTS) ChangeLog




More information about the debian-med-commit mailing list