[med-svn] r13268 - trunk/package_template

Andreas Tille tille at alioth.debian.org
Sat Apr 6 12:47:50 UTC 2013


Author: tille
Date: 2013-04-06 12:47:50 +0000 (Sat, 06 Apr 2013)
New Revision: 13268

Modified:
   trunk/package_template/rules
Log:
You can also use
  include /usr/share/cdbs/1/rules/buildvars.mk
to set those variables



Modified: trunk/package_template/rules
===================================================================
--- trunk/package_template/rules	2013-04-05 16:00:03 UTC (rev 13267)
+++ trunk/package_template/rules	2013-04-06 12:47:50 UTC (rev 13268)
@@ -11,6 +11,11 @@
 DEBIAN_BRANCH  := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
 GIT_TAG        := $(subst ~,_,$(VERSION))
 
+# alternatively to manually set those variables you can
+#  include /usr/share/cdbs/1/rules/buildvars.mk
+# and use what is set there.  Any hint whether dh might set variables in
+# a similar manner are welcome.
+
 %:
 	dh $@
 




More information about the debian-med-commit mailing list