[Commit] nickle ChangeLog,1.14,1.15 Makefile.am,1.49,1.50

Keith Packard commit at keithp.com
Thu Feb 26 21:53:14 PST 2004


Committed by: keithp

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
2004-02-26  Keith Packard  <keithp at keithp.com>

	* Makefile.am:
	Fix debuild stuff to always recreate tar files and share setup
	* debian/changelog:
	Update to 2.28


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ChangeLog	27 Feb 2004 04:13:08 -0000	1.14
+++ ChangeLog	27 Feb 2004 05:53:11 -0000	1.15
@@ -1,5 +1,12 @@
 2004-02-26  Keith Packard  <keithp at keithp.com>
 
+	* Makefile.am:
+	Fix debuild stuff to always recreate tar files and share setup
+	* debian/changelog:
+	Update to 2.28
+
+2004-02-26  Keith Packard  <keithp at keithp.com>
+
 	* builtin/.cvsignore:
 	Work harder at getting rid of builtin directory
 

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Makefile.am	27 Feb 2004 05:12:24 -0000	1.49
+++ Makefile.am	27 Feb 2004 05:53:11 -0000	1.50
@@ -52,8 +52,6 @@
 	-Wmissing-prototypes -Wmissing-declarations \
 	-Wnested-externs -fno-strict-aliasing $(DEFINES)
 
-all: version.m4
-
 USES_GRAM_H = \
 	compile.o \
 	error.o \
@@ -71,14 +69,16 @@
 version.h: $(top_srcdir)/make-version.sh $(top_srcdir)/version.m4
 	sh $(top_srcdir)/make-version.sh $(top_srcdir)/version.m4
 
-debuild debuild-signed: distdir
-	cp -a $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).orig
-	rm -rf $(PACKAGE)-$(VERSION).orig/debian
-	(cd $(PACKAGE)-$(VERSION)/debian && debuild)
+debuild debuild-signed: debuild-dirs
+	(cd $(distdir)/debian && debuild)
 
-debuild-unsigned: distdir
-	cp -a $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).orig
-	rm -rf $(PACKAGE)-$(VERSION).orig/debian
-	(cd $(PACKAGE)-$(VERSION)/debian && debuild -us -uc)
+debuild-unsigned: debuild-dirs
+	(cd $(distdir)/debian && debuild -us -uc)
 
-.PHONY: debuild debuild-signed debuild-unsigned
+debuild-dirs: distdir
+	rm -f $(PACKAGE)_$(VERSION).orig.tar.gz
+	rm -rf $(distdir).orig
+	cp -a $(distdir) $(distdir).orig
+	rm -rf $(distdir).orig/debian
+
+.PHONY: debuild debuild-signed debuild-unsigned debuild-dirs




More information about the Commit mailing list