[Commit] nickle ChangeLog,1.70,1.71 Makefile.am,1.56,1.57

Keith Packard commit at keithp.com
Thu Jun 17 17:30:36 PDT 2004


Committed by: keithp

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
2004-06-17  Keith Packard  <keithp at keithp.com>
version 2.41

	* Makefile.am:
	Add commands to upload release files to nickle.org
	
	* debian/changelog:
	Note changes since last debian package (2.38)


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- ChangeLog	17 Jun 2004 23:53:41 -0000	1.70
+++ ChangeLog	18 Jun 2004 00:30:32 -0000	1.71
@@ -1,5 +1,14 @@
 2004-06-17  Keith Packard  <keithp at keithp.com>
-2.39
+version 2.41
+
+	* Makefile.am:
+	Add commands to upload release files to nickle.org
+	
+	* debian/changelog:
+	Note changes since last debian package (2.38)
+
+2004-06-17  Keith Packard  <keithp at keithp.com>
+
 	* compile.c: (CompileLvalue):
 	Generalize the previous fix to handle the remaining cases,
 	including names.

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Makefile.am	28 May 2004 06:41:34 -0000	1.56
+++ Makefile.am	18 Jun 2004 00:30:32 -0000	1.57
@@ -90,10 +90,21 @@
 # This assumes you've got Mike Harris's rpmbuild-nonroot stuff installed
 # using the defaults
 #
+RPMDIR=$(HOME)/rpmbuild
+
 rpm: dist-gzip nickle.spec
-	mkdir -p $(HOME)/rpmbuild/$(PACKAGE)-$(VERSION)
-	cp $(PACKAGE)-$(VERSION).tar.gz $(HOME)/rpmbuild/$(PACKAGE)-$(VERSION)
+	mkdir -p $(RPMDIR)/$(PACKAGE)-$(VERSION)
+	cp $(PACKAGE)-$(VERSION).tar.gz $(RPMDIR)/$(PACKAGE)-$(VERSION)
 	rpm -ba nickle.spec
 
+RELEASE_FILES = \
+	$(PACKAGE)-$(VERSION).tar.gz \
+	$(PACKAGE)_$(VERSION)-1_i386.deb \
+	$(RPMDIR)/SRPMS/$(PACKAGE)-$(VERSION)-1.src.rpm \
+	$(RPMDIR)/RPMS/$(PACKAGE)-$(VERSION)-1.i386.rpm
+
+release: $(RELEASE_FILES)
+	scp $(RELEASE_FILES) nickle.org:/var/www/nickle/release
+
 .PHONY: debuild debuild-signed debuild-unsigned debuild-dirs rpm
 




More information about the Commit mailing list