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 $@
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to