[med-svn] r12527 - trunk/packages/mafft/trunk/debian

Charles Plessy plessy at alioth.debian.org
Fri Nov 9 00:03:55 UTC 2012


Author: plessy
Date: 2012-11-09 00:03:54 +0000 (Fri, 09 Nov 2012)
New Revision: 12527

Modified:
   trunk/packages/mafft/trunk/debian/changelog
   trunk/packages/mafft/trunk/debian/rules
Log:
Pass dpkg build flags in debian/rules. and uploaded.


Modified: trunk/packages/mafft/trunk/debian/changelog
===================================================================
--- trunk/packages/mafft/trunk/debian/changelog	2012-11-08 15:37:05 UTC (rev 12526)
+++ trunk/packages/mafft/trunk/debian/changelog	2012-11-09 00:03:54 UTC (rev 12527)
@@ -1,4 +1,4 @@
-mafft (6.940-1) UNRELEASED; urgency=low
+mafft (6.940-1) unstable; urgency=low
 
   [ Charles Plessy ]
   * New upstream release (no new license nor copyright statement).
@@ -11,6 +11,7 @@
     - Removed DM-Upload-Allowed field.
     - Normalised with the command cme fix dpkg-control.
     - Use Debhelper 9 (also debian/compat).
+  * Pass dpkg build flags in debian/rules.
 
   [ Andreas Tille ]
   * debian/upstream:
@@ -18,7 +19,7 @@
      - Add additional reference from tasks file
      - Authors in BibTeX conform format
 
- -- Charles Plessy <plessy at debian.org>  Sun, 14 Oct 2012 15:30:46 +0900
+ -- Charles Plessy <plessy at debian.org>  Sun, 14 Oct 2012 15:42:54 +0900
 
 mafft (6.864-1) unstable; urgency=low
 

Modified: trunk/packages/mafft/trunk/debian/rules
===================================================================
--- trunk/packages/mafft/trunk/debian/rules	2012-11-08 15:37:05 UTC (rev 12526)
+++ trunk/packages/mafft/trunk/debian/rules	2012-11-09 00:03:54 UTC (rev 12527)
@@ -9,7 +9,7 @@
 	dh $@
 
 override_dh_auto_build:
-	$(MAKE) -C core PREFIX=/usr/lib/mafft ENABLE_MULTITHREAD=-Denablemultithread LIBDIR=/usr/lib/mafft/lib/mafft
+	$(MAKE) -C core PREFIX=/usr/lib/mafft ENABLE_MULTITHREAD=-Denablemultithread LIBDIR=/usr/lib/mafft/lib/mafft CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" CXXFLAGS="$(shell dpkg-buildflags --get CXXFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
 
 override_dh_clean:
 	[ ! -f core/Makefile ] || $(MAKE) -C core clean




More information about the debian-med-commit mailing list