From 4041c3ec793c8a48a912274613fee4a64cc4fc64 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 15 Feb 2009 12:19:50 -0700 Subject: [PATCH] make lintian happier --- debian/changelog | 2 ++ debian/control | 2 +- debian/copyright | 29 ++++++++++------------------- debian/rules | 2 +- 4 files changed, 14 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index 17239f1..634e1c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ yforth (0.1beta-21) unstable; urgency=low * add hurd-i386 to arch list, closes: #482909 + * update copyright file to reflect current upstream status + * resolve all lintian warnings -- Bdale Garbee Sun, 15 Feb 2009 12:11:17 -0700 diff --git a/debian/control b/debian/control index 528adc9..00342a2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5) Standards-Version: 3.8.0 Package: yforth -Architecture: alpha amd64 arm armeb armel hurd-i383 i386 kfreebsd-i386 kfreebsd-amd64 m68k powerpc ppc64 sparc +Architecture: alpha amd64 arm armeb armel hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 m68k powerpc ppc64 sparc Depends: ${shlibs:Depends} Description: A small freeware Forth environment in ANSI C yForth? is an interestingly small implementation of Forth for Linux. It diff --git a/debian/copyright b/debian/copyright index 85581e1..d0e415b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,26 +1,17 @@ This package was debianized by Bdale Garbee bdale@gag.com on Sat, 1 Feb 1997 20:18:18 -0700. -The sources were retrieved from http://www.cs.unibo.it/~lpadovan/. +The sources were originally retrieved from http://www.cs.unibo.it/~lpadovan/, +however that web site no longer exists. -It is not clear that Luca still maintains or develops yforth, as his web page -now just points to the Debian distribution for those interested in yforth. - -Written by - - Luca Padovani - v. Cormons, 12 - 48100 Ravenna (RA) - Italy - - email: lpadovan@cs.unibo.it +At his current page http://www.sti.uniurb.it/padovani/software.html, Luca +makes it clear that yforth is no longer developed... he points to this Debian +package for anyone still interested in yforth. Copyright: -/* yForth? - Written by Luca Padovani (C) 1996/97 - * ------------------------------------------------------------------------ - * This software is FreeWare as long as it comes with this header in each - * source file, anyway you can use it or any part of it whatever - * you want. It comes without any warranty, so use it at your own risk. - * ------------------------------------------------------------------------ - */ + Copyright 1996-1997 by Luca Padovani, + + This software is FreeWare as long as it comes with this header in each + source file, anyway you can use it or any part of it whatever + you want. It comes without any warranty, so use it at your own risk. diff --git a/debian/rules b/debian/rules index 0222880..f890e6d 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean binary-indep: build -- 2.30.2