[Commit] nickle Makefile.am,1.46,1.47

Keith Packard commit at keithp.com
Thu Feb 26 20:49:10 PST 2004


Committed by: keithp

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

Modified Files:
	Makefile.am 
Log Message:
Add separate targets for signed/unsigned packages

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Makefile.am	27 Feb 2004 04:44:39 -0000	1.46
+++ Makefile.am	27 Feb 2004 04:49:07 -0000	1.47
@@ -71,11 +71,14 @@
 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 debuild-signed: distdir
+	cp -a $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).orig
+	rm -rf $(PACKAGE)-$(VERSION).orig/debian
+	(cd $(PACKAGE)-$(VERSION)/debian && debuild)
 
-debuild: distdir
+debuild-unsigned: distdir
 	cp -a $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).orig
 	rm -rf $(PACKAGE)-$(VERSION).orig/debian
-	(cd $(PACKAGE)-$(VERSION)/debian && debuild $(DEBUILD_OPTS))
+	(cd $(PACKAGE)-$(VERSION)/debian && debuild -us -uc)
 
-.PHONY: debuild
+.PHONY: debuild debuild-signed debuild-unsigned




More information about the Commit mailing list