make lintian happier debian/0.1beta-21
authorBdale Garbee <bdale@gag.com>
Sun, 15 Feb 2009 19:19:50 +0000 (12:19 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 15 Feb 2009 19:19:50 +0000 (12:19 -0700)
debian/changelog
debian/control
debian/copyright
debian/rules

index 17239f1a924584a7ea2853db6b3f4ad46324d376..634e1c369a6801563059c867674c32f51141de93 100644 (file)
@@ -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 <bdale@gag.com>  Sun, 15 Feb 2009 12:11:17 -0700
 
index 528adc926e124fd04295ff6601fe4df082b967bf..00342a25460dd39e9ffec2070b4322355a84998a 100644 (file)
@@ -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
index 85581e1a9ae6984d6ef63314d32c14114bc2af08..d0e415b10491603de56199cfa7094d0f540dc201 100644 (file)
@@ -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, <padovani@sti.uniurb.it>
+
+  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.
index 0222880d74288c55d73edb19c5bd8dfc263c42b9..f890e6d1a3e58ccb6fd5988d5b1be4792d48d96a 100755 (executable)
@@ -15,7 +15,7 @@ clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
-       -$(MAKE) clean
+       [ ! -f Makefile ] || $(MAKE) clean
        dh_clean
 
 binary-indep: build