[Commit] nickle/debian changelog, 1.20, 1.21 copyright, 1.4, 1.5 lintian.override, NONE, 1.1 rules, 1.6, 1.7

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


Committed by: keithp

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

Modified Files:
	changelog copyright rules 
Added Files:
	lintian.override 
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/debian/changelog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- changelog	13 Aug 2004 04:40:18 -0000	1.20
+++ changelog	2 Dec 2004 05:28:37 -0000	1.21
@@ -1,3 +1,12 @@
+nickle (2.44-1) unstable; urgency=low
+  * Add copyrights and eliminate non-DFSG examples.   Closes: 275277.
+  * Fix seg fault when copying large stacks
+  * Replace natural and string hash function with crc32
+  * Make compatible with automake 1.9
+  * Fix several minor resizable array bugs
+
+ -- Keith Packard <keithp at keithp.com>  Wed,  1 Dec 2004 20:28:17 -0800
+ 
 nickle (2.43-1) unstable; urgency=low
   * rewrite garbage collector to use simpler data structures
 

Index: copyright
===================================================================
RCS file: /local/src/CVS/nickle/debian/copyright,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- copyright	27 Feb 2004 03:19:59 -0000	1.4
+++ copyright	2 Dec 2004 05:28:37 -0000	1.5
@@ -7,6 +7,8 @@
 Nickle is distributed under the MIT license:
 
 Copyright © 1988-2004 Keith Packard and Bart Massey. All Rights Reserved.
+Copyright © 2001 Keith Packard and Carl Worth. All Rights Reserved.
+Copyright © 2001 Bart Massey. All Rights Reserved.
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated

--- NEW FILE: lintian.override ---
nickle: extra-license-file usr/share/nickle/examples/smlng/COPYING
nickle: extra-license-file usr/share/nickle/examples/turtle/COPYING
nickle: extra-license-file usr/share/nickle/examples/COPYING
nickle: extra-license-file usr/share/nickle/COPYING

Index: rules
===================================================================
RCS file: /local/src/CVS/nickle/debian/rules,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rules	27 Feb 2004 03:19:59 -0000	1.6
+++ rules	2 Dec 2004 05:28:37 -0000	1.7
@@ -31,6 +31,9 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	pwd
+	mkdir -p $(CURDIR)/debian/tmp/usr/share/lintian/overrides
+	install -o 0 -g 0 -p -m644 debian/lintian.override $(CURDIR)/debian/tmp/usr/share/lintian/overrides/nickle
 
 
 # Build architecture-independent files here.




More information about the Commit mailing list