[Commit] nickle/debian compat, NONE, 1.1 changelog, 1.6, 1.7 control, 1.5, 1.6 copyright, 1.3, 1.4 nickle.install, 1.1, 1.2 rules, 1.5, 1.6

Keith Packard commit at keithp.com
Thu Feb 26 19:20:02 PST 2004


Committed by: keithp

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

Modified Files:
	changelog control copyright nickle.install rules 
Added Files:
	compat 
Log Message:
2004-02-26  Keith Packard  <keithp at keithp.com>

	* Makefile.am:
	* debian/changelog:
	* debian/compat:
	* debian/control:
	* debian/copyright:
	* debian/nickle.install:
	* debian/rules:
	* make-version.sh:
	Clean up debian build instructions to make non-native package
	that conforms to policy.
	Change version.h build instructions


--- NEW FILE: compat ---
4

Index: changelog
===================================================================
RCS file: /local/src/CVS/nickle/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- changelog	16 Feb 2004 00:15:05 -0000	1.6
+++ changelog	27 Feb 2004 03:19:59 -0000	1.7
@@ -1,6 +1,6 @@
 nickle (2.27-1) unstable; urgency=low
 
-  * upstream version 2.27.
+  * Original debian packaging exporting version 2.27.  
 
  -- Keith Packard <keithp at keithp.com>  Sun, 15 Feb 2004 13:56:38 -0800
 

Index: control
===================================================================
RCS file: /local/src/CVS/nickle/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- control	16 Feb 2004 07:41:41 -0000	1.5
+++ control	27 Feb 2004 03:19:59 -0000	1.6
@@ -2,12 +2,12 @@
 Section: interpreters
 Priority: optional
 Maintainer: Keith Packard <keithp at keithp.com>
-Build-Depends: debhelper (>> 3.0.0)
-Standards-Version: 3.5.10
+Build-Depends: debhelper (>= 4) libreadline4-dev 
+Standards-Version: 3.6.1
 
 Package: nickle
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends} ${misc:Depends}
 Description: desk calculator language
  Nickle is a desk calculator language with powerful programming and scripting
  capabilities.  Nickle supports a variety of datatypes, especially arbitrary

Index: copyright
===================================================================
RCS file: /local/src/CVS/nickle/debian/copyright,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- copyright	16 Feb 2004 00:15:05 -0000	1.3
+++ copyright	27 Feb 2004 03:19:59 -0000	1.4
@@ -1,11 +1,10 @@
-This package was debianized by Bart Massey <bart at nickle.org> on
-Sat, 20 Oct 2001 23:09:13 -0700.
+This package was debianized by Keith Packard on 18 Feb 2004.
 
-It was downloaded from http://nickle.org
+Original source can be found at: http://nickle.org
 
 Upstream Authors: Bart Massey <bart at nickle.org>, Keith Packard <keithp at nickle.org>
 
-Copyright:
+Nickle is distributed under the MIT license:
 
 Copyright © 1988-2004 Keith Packard and Bart Massey. All Rights Reserved.
 

Index: nickle.install
===================================================================
RCS file: /local/src/CVS/nickle/debian/nickle.install,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nickle.install	7 Jun 2003 18:21:19 -0000	1.1
+++ nickle.install	27 Feb 2004 03:19:59 -0000	1.2
@@ -1 +1 @@
-debian/nickle/usr .
+debian/tmp/usr .

Index: rules
===================================================================
RCS file: /local/src/CVS/nickle/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rules	16 Feb 2004 07:41:41 -0000	1.5
+++ rules	27 Feb 2004 03:19:59 -0000	1.6
@@ -8,10 +8,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	./configure --prefix= \
-          --bindir='$${prefix}/usr/bin' \
-          --mandir='$${prefix}/usr/share/man' \
-          --datadir='$${prefix}/usr/share'
+	./configure --prefix=/usr --mandir='$${prefix}/share/man'
 	touch configure-stamp
 
 build: configure-stamp build-stamp
@@ -33,7 +30,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) install prefix=$(CURDIR)/debian/nickle
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
 
 # Build architecture-independent files here.
@@ -44,28 +41,19 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs -XCVS -X.cvsignore
 	dh_installexamples
 	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
 	dh_installcron
 	dh_installman
 	dh_installinfo
-#	dh_undocumented
 	dh_installchangelogs ChangeLog
 	dh_install
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums




More information about the Commit mailing list