[Commit] nickle Makefile.am,1.45,1.46

Keith Packard commit at keithp.com
Thu Feb 26 20:44:42 PST 2004


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv4549

Modified Files:
	Makefile.am 
Log Message:
Add DEBUILD_OPTS to pass options from make command line

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Makefile.am	27 Feb 2004 03:50:15 -0000	1.45
+++ Makefile.am	27 Feb 2004 04:44:39 -0000	1.46
@@ -71,9 +71,11 @@
 version.h: $(top_srcdir)/make-version.sh $(top_srcdir)/version.m4
 	sh $(top_srcdir)/make-version.sh $(top_srcdir)/version.m4
 
+# make debuild DEBUILD_OPTS="-us -uc" to leave them unsigned
+
 debuild: distdir
 	cp -a $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).orig
 	rm -rf $(PACKAGE)-$(VERSION).orig/debian
-	(cd $(PACKAGE)-$(VERSION)/debian && debuild)
+	(cd $(PACKAGE)-$(VERSION)/debian && debuild $(DEBUILD_OPTS))
 
 .PHONY: debuild




More information about the Commit mailing list