[med-svn] r22547 - trunk/packages/rostlab/profnet/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Jul 14 20:19:24 UTC 2016


Author: tille
Date: 2016-07-14 20:19:24 +0000 (Thu, 14 Jul 2016)
New Revision: 22547

Modified:
   trunk/packages/rostlab/profnet/trunk/debian/changelog
   trunk/packages/rostlab/profnet/trunk/debian/rules
Log:
Fix for flag passing in debian/rules 


Modified: trunk/packages/rostlab/profnet/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/changelog	2016-07-14 09:25:13 UTC (rev 22546)
+++ trunk/packages/rostlab/profnet/trunk/debian/changelog	2016-07-14 20:19:24 UTC (rev 22547)
@@ -1,3 +1,11 @@
+profnet (1.0.22-4) unstable; urgency=medium
+
+  * Fix for flag passing in debian/rules (Thanks to Steve Langasek for the
+    patch)
+    Closes: #831352
+
+ -- Andreas Tille <tille at debian.org>  Thu, 14 Jul 2016 22:15:51 +0200
+
 profnet (1.0.22-3) unstable; urgency=medium
 
   [ Tatiana Malygina ]

Modified: trunk/packages/rostlab/profnet/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/rules	2016-07-14 09:25:13 UTC (rev 22546)
+++ trunk/packages/rostlab/profnet/trunk/debian/rules	2016-07-14 20:19:24 UTC (rev 22547)
@@ -10,7 +10,7 @@
 
 override_dh_auto_build:
 	make patch
-	make CFLAGS=$(CLFAGS) LDFLAGS=$(LDFLAGS)
+	make CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 
 override_dh_auto_install:
 	$(MAKE) DESTDIR=$(CURDIR)/debian/profnet-bval prefix=/usr install-bval




More information about the debian-med-commit mailing list