r25557 - in /trunk/libpoe-component-irc-perl/debian: changelog repack.sh watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 23 08:19:43 UTC 2008


Author: dmn
Date: Tue Sep 23 08:19:36 2008
New Revision: 25557

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25557
Log:
* debian/watch: use dversionmangle instead of uversionmangle. Avoids a (true
  positive) lintian info.
  + debian/repach.sh now adds the +dfsg part

Modified:
    trunk/libpoe-component-irc-perl/debian/changelog
    trunk/libpoe-component-irc-perl/debian/repack.sh
    trunk/libpoe-component-irc-perl/debian/watch

Modified: trunk/libpoe-component-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/changelog?rev=25557&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/changelog (original)
+++ trunk/libpoe-component-irc-perl/debian/changelog Tue Sep 23 08:19:36 2008
@@ -1,3 +1,11 @@
+libpoe-component-irc-perl (5.88+dfsg-2) UNRELEASED; urgency=low
+
+  * debian/watch: use dversionmangle instead of uversionmangle. Avoids a (true
+    positive) lintian info.
+    + debian/repach.sh now adds the +dfsg part
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 23 Sep 2008 11:18:05 +0300
+
 libpoe-component-irc-perl (5.88+dfsg-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libpoe-component-irc-perl/debian/repack.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/repack.sh?rev=25557&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/repack.sh (original)
+++ trunk/libpoe-component-irc-perl/debian/repack.sh Tue Sep 23 08:19:36 2008
@@ -10,7 +10,8 @@
 FILE="$3"
 PKG=`dpkg-parsechangelog|grep ^Source:|sed 's/^Source: //'`
 
-REPACK_DIR="$PKG-$VER.orig" # DevRef § 6.7.8.2
+REPACK_DIR="$PKG-$VER+dfsg.orig" # DevRef § 6.7.8.2
+DFSG_TAR="../${PKG}_$VER+dfsg.orig.tar.gz"
 
 echo -e "\nRepackaging $FILE\n"
 
@@ -37,6 +38,6 @@
 tar cfC "$DIR/repacked.tar" "$DIR" "$REPACK_DIR"
 gzip -9 < "$DIR/repacked.tar" > "$DIR/repacked.tar.gz"
 
-mv "$DIR/repacked.tar.gz" "$FILE"
+mv "$DIR/repacked.tar.gz" "$DFSG_TAR"
 
-echo "*** $FILE repackaged"
+echo "*** $DFSG_TAR ready"

Modified: trunk/libpoe-component-irc-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/watch?rev=25557&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/watch (original)
+++ trunk/libpoe-component-irc-perl/debian/watch Tue Sep 23 08:19:36 2008
@@ -1,5 +1,5 @@
 version=3
-opts="uversionmangle=s/(?=$)/+dfsg/" \
+opts="dversionmangle=s/\+dfsg//" \
 	http://search.cpan.org/dist/POE-Component-IRC/ \
 	.+/POE-Component-IRC-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
 	debian debian/repack.sh




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