[Commit] nickle ChangeLog,1.106,1.107 Makefile.am,1.61,1.62

Keith Packard commit at keithp.com
Wed Dec 1 21:28:39 PST 2004


Committed by: keithp

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
2004-12-01  Keith Packard  <keithp at keithp.com>
version 2.44

	* Makefile.am:
	* debian/changelog:
	* debian/copyright:
	* debian/lintian.override:
	* debian/rules:
	* examples/Makefile.am:
	* examples/qbrating.5c:
	Don't ship non-DFSG examples.
	Update to version 2.44
	Fix debian bits to ignore extra (necessary) COPYING files
	Mark debian/copyright with all Copyright data


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- ChangeLog	2 Dec 2004 04:17:39 -0000	1.106
+++ ChangeLog	2 Dec 2004 05:28:36 -0000	1.107
@@ -1,4 +1,19 @@
 2004-12-01  Keith Packard  <keithp at keithp.com>
+version 2.44
+
+	* Makefile.am:
+	* debian/changelog:
+	* debian/copyright:
+	* debian/lintian.override:
+	* debian/rules:
+	* examples/Makefile.am:
+	* examples/qbrating.5c:
+	Don't ship non-DFSG examples.
+	Update to version 2.44
+	Fix debian bits to ignore extra (necessary) COPYING files
+	Mark debian/copyright with all Copyright data
+
+2004-12-01  Keith Packard  <keithp at keithp.com>
 
 	* stack.c: (StackCopy):
 	Must reference new stack object before allocating chunks

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Makefile.am	22 Sep 2004 07:01:10 -0000	1.61
+++ Makefile.am	2 Dec 2004 05:28:36 -0000	1.62
@@ -15,7 +15,7 @@
 	file.5c parse-args.5c svg.5c
 
 DEBIAN = debian/nickle.install debian/changelog debian/compat \
-	 debian/control debian/copyright debian/rules
+	 debian/control debian/copyright debian/rules debian/lintian.override
 	 
 EXTRA_DIST = README.name autogen.sh \
 	$(NICKLEFILES) $(DEBIAN) ChangeLog nickle.1.in nickle.spec.in
@@ -36,7 +36,7 @@
 	builtin-thread.c builtin-toplevel.c builtin.c builtin.h \
 	gram.y lex.l
 
-pkgdata_DATA = $(NICKLEFILES)
+pkgdata_DATA = $(NICKLEFILES) COPYING
 
 man_MANS = nickle.1
 




More information about the Commit mailing list