[Commit] nickle/debian control,1.4,1.5 rules,1.4,1.5

Keith Packard commit at keithp.com
Sun Feb 15 23:41:43 PST 2004


Committed by: keithp

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

Modified Files:
	control rules 
Log Message:
	* Makefile.am:
	* configure.in:
	* builtin.h:
	Move builtin sources to top level directory so that
	make works right -- leaving them in the subdir meant that
	yacc/lex wouldn't get run at the right time.
	* value.h:
	Use unsigned bitfields to make :1 values easier to read in gdb
	Prototype more functions
	* debian/control:
	Switch standards version to 3.5.10 to make lintian happy
	* debian/rules:
	Don't install .cvsignore files in docs


Index: control
===================================================================
RCS file: /local/src/CVS/nickle/debian/control,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- control	16 Feb 2004 00:15:05 -0000	1.4
+++ control	16 Feb 2004 07:41:41 -0000	1.5
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Keith Packard <keithp at keithp.com>
 Build-Depends: debhelper (>> 3.0.0)
-Standards-Version: 3.6.1.0
+Standards-Version: 3.5.10
 
 Package: nickle
 Architecture: any

Index: rules
===================================================================
RCS file: /local/src/CVS/nickle/debian/rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rules	7 Jun 2003 18:21:19 -0000	1.4
+++ rules	16 Feb 2004 07:41:41 -0000	1.5
@@ -45,7 +45,7 @@
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf	
-	dh_installdocs -XCVS
+	dh_installdocs -XCVS -X.cvsignore
 	dh_installexamples
 	dh_installmenu
 #	dh_installlogrotate




More information about the Commit mailing list