[SCM] Debian packaging for libcommons-lang3-java branch, master, updated. debian/3.0.1-1-6-ge78f967

Damien Raude-Morvan drazzib at debian.org
Sun May 27 11:51:20 UTC 2012


The following commit has been merged in the master branch:
commit 622349ecaf38db63685d92bdc4e19bc483e7ea5e
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Fri Dec 16 23:35:49 2011 +0100

    New upstream release.

diff --git a/debian/changelog b/debian/changelog
index bc17eb7..0a8faaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcommons-lang3-java (3.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 16 Dec 2011 23:35:26 +0100
+
 libcommons-lang3-java (3.0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #642333).
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index db07259..632043a 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,14 +3,8 @@
 VERSION=$2
 TAR=../libcommons-lang3-java_$VERSION.orig.tar.gz
 DIR=libcommons-lang3-java-$VERSION
-TAG=$(echo "libcommons-lang3-java-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+TAG=$(echo "LANG_$VERSION" | sed -re's/\./_/')
 
 svn export http://svn.apache.org/repos/asf/commons/proper/lang/tags/${TAG} $DIR
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
 rm -rf $DIR ../$TAG
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
diff --git a/debian/watch b/debian/watch
index 2c63deb..9ebe27d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
+opts="uversionmangle=s/_/./" \
   http://svn.apache.org/repos/asf/commons/proper/lang/tags/ \
-  libcommons-lang3-java-(\d.*)/ debian debian/orig-tar.sh
+  LANG_([\d_]*)/ debian debian/orig-tar.sh

-- 
Debian packaging for libcommons-lang3-java



More information about the pkg-java-commits mailing list