diff mbox

[RFC,1/2] UBUNTU: lucid: include branch-specific makefile fragment

Message ID 1298360193.534609.593374621774.1.gpush@pororo
State New
Headers show

Commit Message

Jeremy Kerr Feb. 22, 2011, 7:36 a.m. UTC
This allows us to define make parameters on a per-branch basis.

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>

---
 debian/rules |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/debian/rules b/debian/rules
index 999bc1d..f5874ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,10 @@  export DROOT=debian
 # Common variables for all architectures
 include $(DROOT)/rules.d/0-common-vars.mk
 
-# Pull in some arch specific stuff
+# Pull in some branch specific stuff
+-include $(DEBIAN)/rules.d/branch.mk
+
+# ... and some arch specific stuff
 -include $(DEBIAN)/rules.d/$(arch).mk
 
 # Maintainer targets