Imported Debian patch 21-10 debian/21-10
authorBdale Garbee <bdale@gag.com>
Sun, 17 Jul 2005 10:55:20 +0000 (13:55 +0300)
committerBdale Garbee <bdale@gag.com>
Thu, 5 Jun 2008 23:31:30 +0000 (17:31 -0600)
debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/copyright
debian/rules

index 4152b279605ec1d27650af978717475d92e9b292..4189f126ae0d8534dc8e88c9542cf967e1fbe351 100644 (file)
@@ -1,3 +1,11 @@
+pforth (21-10) unstable; urgency=low
+
+  * add kfreebsd-i386 to the list of buildable architectures, closes: #314812
+  * clean up debian/copyright file, closes: #302978
+  * move to newer debhelper compat level, fix assorted lintian warnings
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 17 Jul 2005 13:55:20 +0300
+
 pforth (21-9) unstable; urgency=low
 
   * add hppa to list of supported architectures, closes: #131276
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
index 5d191d77bfe29f86a2f31a5d4e11b452df7cec7c..056b6969e1dbf5d3fd4a4c8a67ee441564f657d2 100644 (file)
@@ -2,11 +2,11 @@ Source: pforth
 Section: interpreters
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper
-Standards-Version: 3.5.6.0
+Build-Depends: debhelper (>= 4)
+Standards-Version: 3.6.2.1
 
 Package: pforth
-Architecture: arm i386 m68k powerpc s390 sparc hurd-i386 hppa
+Architecture: arm i386 m68k powerpc s390 sparc hurd-i386 hppa kfreebsd-i386
 Depends: ${shlibs:Depends}
 Description: portable Forth interpreter
  pForth is a public domain, portable ANS Forth based on a kernel written in
index 62f37fd1dab63e4dfea7d02319477655f7c88bae..d11193ee08c362eae71fe87ed84b0731c425dda8 100644 (file)
@@ -3,10 +3,12 @@ Thu, 24 Dec 1998 01:55:27 -0700.
 
 It was downloaded from http://www.softsynth.com/pforth/
 
-Upstream Author(s): Phil Burk, philburk@softsynth.com
+Upstream Author: Phil Burk, philburk@softsynth.com
 
 Copyright:
 
+Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+
 The pForth software code is dedicated to the public domain, and any third 
 party may reproduce, distribute and modify the pForth software code or any 
 derivative works thereof without any compensation or license. The pForth 
index 412cd0f4cc1220bf477c51ee658d88c177e1f3f1..25cd8e2a9d6345378ad80368d467f0d4c9955f0c 100755 (executable)
@@ -1,9 +1,5 @@
 #!/usr/bin/make -f
-# MAde with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Cristoph Lameter.
 
-# comment this to turn off verbose mode.
 export DH_VERBOSE=1
 
 build: build-stamp
@@ -28,15 +24,13 @@ install-stamp: build-stamp
        dh_clean -k
        dh_installdirs
 
-       install -m0755 pforth `pwd`/debian/tmp/usr/bin/pforth
-       install -m0644 pforth.dic `pwd`/debian/tmp/usr/lib/pforth/pforth.dic
+       install -m0755 pforth `pwd`/debian/pforth/usr/bin/pforth
+       install -m0644 pforth.dic `pwd`/debian/pforth/usr/lib/pforth/pforth.dic
 
        touch install-stamp
 
-# Build architecture-independent files here.
 binary-indep: build install
 
-# Build architecture-dependent files here.
 binary-arch: build install
        dh_testdir
        dh_testroot
@@ -44,7 +38,7 @@ binary-arch: build install
        dh_installexamples
        dh_installmenu
        dh_installcron
-       dh_installmanpages
+       dh_installman debian/pforth.1
        dh_installchangelogs 
        dh_strip
        dh_compress