Package: devscripts Version: 2.9.20 Severity: wishlist File: /usr/bin/deb-reversion Tags: patch
See attached patch. -- Please do not send copies of list mail to me; I read the list! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system
--- /usr/bin/deb-reversion 2006-05-17 07:28:18.000000000 +0100 +++ /tmp/deb-reversion 2006-08-06 21:02:42.142697732 +0100 @@ -2,12 +2,10 @@ # # deb-reversion -- a script to bump a .deb file's version number. # -# The programme has been published under the terms of the Artistic Licence. -# Please see http://www.opensource.org/licenses/artistic-license.php for more -# information. +# Copyright © martin f. krafft <[EMAIL PROTECTED]> +# with contributorions by: Goswin von Brederlow, Filippo Giunchedi # -# deb-reversion (c) 2004-5 by martin f. krafft <[EMAIL PROTECTED]> -# contributors: Goswin von Brederlow, Filippo Giunchedi +# Released under the terms of the Artistic Licence 2.0 # # TODO: # - add debugging output. @@ -17,7 +15,7 @@ # PROGNAME=${0##*/} -PROGVERSION=0.1.19 +PROGVERSION=0.1.20 blurb() { @@ -29,13 +27,10 @@ copyright() { cat <<EOF -$PROGNAME is (c) 2004-5 by martin f. krafft <[EMAIL PROTECTED]>. +$PROGNAME is © martin f. krafft <[EMAIL PROTECTED]>. This programme is part of devscripts 2.9.20. -The programme has been published under the terms of the Artistic Licence. -Please see http://www.opensource.org/licenses/artistic-license.php for -more information. On Debian systems, you may find the text of the licence in -/usr/share/common-licenses/Artistic as well. +The programme has been published under the terms of the Artistic Licence 2.0 EOF }
signature.asc
Description: Digital signature (GPG/PGP)

