[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148
Ludovic Claude
ludovic.claude at laposte.net
Thu Jan 5 23:13:18 UTC 2012
The following commit has been merged in the master branch:
commit 7d5296d4f946a4fc533047b2616829656ff35b1d
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Tue Jan 3 01:04:37 2012 +0100
d/watch: update to new location on Github
diff --git a/debian/changelog b/debian/changelog
index a5be000..3676bb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ plexus-compiler (1.8.2-1) UNRELEASED; urgency=low
* Update description
* d/maven.rules: use version 1.x for the artifacts in this package instead
of 'debian'
+ * d/watch: update to new location on Github
+ * d/orig-tar.sh: remove as it's not needed anymore
-- Ludovic Claude <ludovic.claude at laposte.net> Tue, 03 Jan 2012 00:27:31 +0100
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index f490079..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../plexus-compiler_$VERSION.orig.tar.gz
-DIR=plexus-compiler-$VERSION
-TAG=$(echo "plexus-compiler-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.codehaus.org/plexus/plexus-components/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' $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 6a9c4bd..f733479 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
- http://svn.codehaus.org/plexus/plexus-components/tags/ \
- plexus-compiler-(\d.*)/ debian debian/orig-tar.sh
+opts=dversionmangle=s/\+dfsg//,uversionmangle=s/_/./ \
+http://githubredir.debian.net/github/sonatype/plexus-compiler/ plexus-compiler-(.*).tar.gz
+
--
Plexus Compiler
More information about the pkg-java-commits
mailing list