tag 381731 + patch
thanks

Here you go:

--- /usr/bin/deb-reversion  2006-12-04 09:53:43.000000000 +0100
+++ /tmp/deb-reversion  2007-02-21 11:50:53.000000000 +0100
@@ -1,13 +1,10 @@
-#! /bin/bash
+#!/bin/bash
 #
 # 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.
-#
-# deb-reversion (c) 2004-6 by martin f. krafft <[EMAIL PROTECTED]>
-# contributors: Goswin von Brederlow, Filippo Giunchedi
+# Copyright © martin f. krafft <[EMAIL PROTECTED]>
+# with contributions by: Goswin von Brederlow, Filippo Giunchedi
+# Released under the terms of the Artistic Licence 2.0
 #
 # TODO: 
 #   - add debugging output.
@@ -16,12 +13,12 @@
 set -eu
 
 PROGNAME=${0##*/}
-PROGVERSION=0.9
+PROGVERSION=0.9.1
 VERSTR='LOCAL.'
 
 versioninfo() {
   echo "$PROGNAME $PROGVERSION"
-  echo "$PROGNAME is copyright 2004-06 martin f. krafft"
+  echo "$PROGNAME is copyright © martin f. krafft"
   echo "Released under the terms of the Artistic Licence 2.0"
   echo "This programme is part of devscripts 2.9.27."
 }

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to