[med-svn] r17034 - trunk/packages/rostlab/proftmb/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Jun 3 18:49:27 UTC 2014


Author: tille
Date: 2014-06-03 18:49:27 +0000 (Tue, 03 Jun 2014)
New Revision: 17034

Modified:
   trunk/packages/rostlab/proftmb/trunk/debian/changelog
   trunk/packages/rostlab/proftmb/trunk/debian/rules
Log:
simplify debian/rules


Modified: trunk/packages/rostlab/proftmb/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/proftmb/trunk/debian/changelog	2014-06-03 18:48:19 UTC (rev 17033)
+++ trunk/packages/rostlab/proftmb/trunk/debian/changelog	2014-06-03 18:49:27 UTC (rev 17034)
@@ -10,6 +10,7 @@
   * cme fix dpkg-control
   * Priority: optional
   * debhelper 9
+  * simplify debian/rules
 
  -- Andreas Tille <tille at debian.org>  Tue, 03 Jun 2014 20:42:10 +0200
 

Modified: trunk/packages/rostlab/proftmb/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/proftmb/trunk/debian/rules	2014-06-03 18:48:19 UTC (rev 17033)
+++ trunk/packages/rostlab/proftmb/trunk/debian/rules	2014-06-03 18:49:27 UTC (rev 17034)
@@ -2,18 +2,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
-export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-
 %:
 	dh $@ --parallel
 
-.PHONY: override_dh_compress
 override_dh_compress:
 	dh_compress -Xexample.Q
 
-.PHONY: override_dh_strip
 override_dh_strip:
 	dh_strip --dbg-package=proftmb-dbg




More information about the debian-med-commit mailing list