r68470 - /scripts/takeover-for-pkg-perl.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 13 15:20:04 UTC 2011


Author: gregoa
Date: Sun Feb 13 15:13:11 2011
New Revision: 68470

URL: http://svn.debian.org/wsvn/?sc=1&rev=68470
Log:
add ITA to RFA

Modified:
    scripts/takeover-for-pkg-perl.sh

Modified: scripts/takeover-for-pkg-perl.sh
URL: http://svn.debian.org/wsvn/scripts/takeover-for-pkg-perl.sh?rev=68470&op=diff
==============================================================================
--- scripts/takeover-for-pkg-perl.sh (original)
+++ scripts/takeover-for-pkg-perl.sh Sun Feb 13 15:13:11 2011
@@ -12,7 +12,7 @@
     -s URL      SVN trunk URL (default $SVN)
     -m URL      URL to a message in which the previous maintainer requests the
                 takeover
-    -a #        RFA bug number (conflicts with -m)
+    -a #        RFA/ITA bug number (conflicts with -m)
     -h          show this text
 
 <package> is the source package name that we take over of. You may list more
@@ -73,7 +73,7 @@
         TXT="$TXT on maintainer's request ($MAIL)"
     fi
     if [ -n "$RFA" ]; then
-        TXT="$TXT; Closes: #$RFA -- RFA"
+        TXT="$TXT; Closes: #$RFA -- RFA/ITA"
     fi
 
     ( cd $TRUNK/$PACKAGE/; svn-buildpackage --svn-tag-only ) # TODO: move this as an option to svn-inject once the string freeze is over




More information about the Pkg-perl-cvs-commits mailing list