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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
