From: Bdale Garbee Date: Sun, 17 Jul 2005 10:55:20 +0000 (+0300) Subject: Imported Debian patch 21-10 X-Git-Tag: debian/21-10^0 X-Git-Url: https://git.gag.com/?p=debian%2Fpforth;a=commitdiff_plain;h=04569062f0cfedf827f4cd28435566cfe3f91fa7 Imported Debian patch 21-10 --- diff --git a/debian/changelog b/debian/changelog index 4152b27..4189f12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control index 5d191d7..056b696 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: pforth Section: interpreters Priority: optional Maintainer: Bdale Garbee -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 diff --git a/debian/copyright b/debian/copyright index 62f37fd..d11193e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 diff --git a/debian/rules b/debian/rules index 412cd0f..25cd8e2 100755 --- a/debian/rules +++ b/debian/rules @@ -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