r26934 - in /trunk/libmath-calculus-expression-perl/debian: README.Debian-Source changelog repack.sh rules watch

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Sat Nov 15 21:16:34 UTC 2008


Author: thialme-guest
Date: Sat Nov 15 21:16:31 2008
New Revision: 26934

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26934
Log:
Added a get-orig-source target in debian-rules.
Fixed an error in watch file.
Updated the repack.sh.

Modified:
    trunk/libmath-calculus-expression-perl/debian/README.Debian-Source
    trunk/libmath-calculus-expression-perl/debian/changelog
    trunk/libmath-calculus-expression-perl/debian/repack.sh
    trunk/libmath-calculus-expression-perl/debian/rules
    trunk/libmath-calculus-expression-perl/debian/watch

Modified: trunk/libmath-calculus-expression-perl/debian/README.Debian-Source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/debian/README.Debian-Source?rev=26934&op=diff
==============================================================================
--- trunk/libmath-calculus-expression-perl/debian/README.Debian-Source (original)
+++ trunk/libmath-calculus-expression-perl/debian/README.Debian-Source Sat Nov 15 21:16:31 2008
@@ -1,4 +1,7 @@
- Upstream does not provide valid permission tarball. Therefore the repack.sh   
- file runs to produce the orig.tar.gz.
+Upstream tarball repackaged
+===============================================================================
+Upstream does not provide valid permission tarball.
+Therefore, to get the new debian tarball (ds.orig.tar.gz), you may want to run
+the following command from the build directory:
 
- -- Deepak Tripathi <apenguinlinux at gmail.com>  Mon, 19 May 2008 03:42:09 +0530
+    ./debian/rules get-orig-source

Modified: trunk/libmath-calculus-expression-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/debian/changelog?rev=26934&op=diff
==============================================================================
--- trunk/libmath-calculus-expression-perl/debian/changelog (original)
+++ trunk/libmath-calculus-expression-perl/debian/changelog Sat Nov 15 21:16:31 2008
@@ -1,5 +1,7 @@
 libmath-calculus-expression-perl (0.2.2.ds-2) UNRELEASED; urgency=low
 
+  * Added get-orig-source target to allow users to get the debian tarball
+    easily.
   * Replace uversionmangle by dversionmangle in debian/watch.
     This fixes the following lintian warning:
     http://lintian.debian.org/tags/debian-watch-file-should-dversionmangle\

Modified: trunk/libmath-calculus-expression-perl/debian/repack.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/debian/repack.sh?rev=26934&op=diff
==============================================================================
--- trunk/libmath-calculus-expression-perl/debian/repack.sh (original)
+++ trunk/libmath-calculus-expression-perl/debian/repack.sh Sat Nov 15 21:16:31 2008
@@ -8,6 +8,7 @@
 
 VER="$2"
 FILE="$3"
+DVER="${VER}.ds"
 PKG=`dpkg-parsechangelog|grep ^Source:|sed 's/^Source: //'`
 
 REPACK_DIR="$PKG-$VER.orig" 
@@ -40,3 +41,5 @@
 mv "$DIR/repacked.tar.gz" "$FILE"
 
 echo "*** $FILE repackaged"
+
+prename --verbose --force "s/$VER/$DVER/" $FILE

Modified: trunk/libmath-calculus-expression-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/debian/rules?rev=26934&op=diff
==============================================================================
--- trunk/libmath-calculus-expression-perl/debian/rules (original)
+++ trunk/libmath-calculus-expression-perl/debian/rules Sat Nov 15 21:16:31 2008
@@ -55,5 +55,8 @@
 	dh_md5sums
 	dh_builddeb
 
+get-orig-source:
+	uscan -force -verbose
+
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source

Modified: trunk/libmath-calculus-expression-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/debian/watch?rev=26934&op=diff
==============================================================================
--- trunk/libmath-calculus-expression-perl/debian/watch (original)
+++ trunk/libmath-calculus-expression-perl/debian/watch Sat Nov 15 21:16:31 2008
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\+ds// \
+opts=dversionmangle=s/\.ds// \
 http://search.cpan.org/dist/Math-Calculus-Expression/   .*/Math-Calculus-Expression-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian debian/repack.sh




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