[SCM] akuma packaging branch, master, updated. debian/1.4-1-8-ga63b577

James Page james.page at ubuntu.com
Wed Jan 11 17:24:09 UTC 2012


The following commit has been merged in the master branch:
commit 70df77a73c25d258ea4f46905a9225048bc38933
Author: James Page <james.page at ubuntu.com>
Date:   Wed Jan 11 18:06:13 2012 +0100

    Updates for new VCS location and new upstream release

diff --git a/debian/changelog b/debian/changelog
index 6cabb76..d036ca5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+akuma (1.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated watch file for new upstream VCS location on github. 
+
+ -- James Page <james.page at ubuntu.com>  Wed, 11 Jan 2012 18:05:41 +0100
+
 akuma (1.4-1) unstable; urgency=low
 
   * Initial release. (Closes: #629073)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 07217de..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../akuma_$VERSION.orig.tar.gz
-DIR=akuma-$VERSION
-TAG=$(echo "akuma-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export https://svn.java.net/svn/akuma~svn/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 2aed383..7a4ca9c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  http://java.net/projects/akuma/sources/svn/show/tags \
-  /projects/.*/sources/svn/show/tags/akuma-(\d+).(\d+).* debian debian/orig-tar.sh
+opts=dversionmangle=s/\+dfsg// \
+http://githubredir.debian.net/github/kohsuke/akuma/ akuma-(.*).tar.gz

-- 
akuma packaging



More information about the pkg-java-commits mailing list