[pkg-java] r14482 - trunk/plexus-build-api/debian
Torsten Werner
twerner at alioth.debian.org
Thu Aug 25 11:26:45 UTC 2011
Author: twerner
Date: 2011-08-25 11:26:45 +0000 (Thu, 25 Aug 2011)
New Revision: 14482
Removed:
trunk/plexus-build-api/debian/orig-tar.sh
Modified:
trunk/plexus-build-api/debian/changelog
trunk/plexus-build-api/debian/watch
Log:
UNRELEASED
* Team upload.
* Update debian/watch to point to github.
Modified: trunk/plexus-build-api/debian/changelog
===================================================================
--- trunk/plexus-build-api/debian/changelog 2011-08-25 09:13:59 UTC (rev 14481)
+++ trunk/plexus-build-api/debian/changelog 2011-08-25 11:26:45 UTC (rev 14482)
@@ -1,3 +1,11 @@
+plexus-build-api (0.0.4-4) unstable; urgency=low
+
+ UNRELEASED
+ * Team upload.
+ * Update debian/watch to point to github.
+
+ -- Torsten Werner <twerner at debian.org> Thu, 25 Aug 2011 13:19:31 +0200
+
plexus-build-api (0.0.4-3) unstable; urgency=low
* Add version constraint on libplexus-utils (Closes: #542588)
Deleted: trunk/plexus-build-api/debian/orig-tar.sh
===================================================================
--- trunk/plexus-build-api/debian/orig-tar.sh 2011-08-25 09:13:59 UTC (rev 14481)
+++ trunk/plexus-build-api/debian/orig-tar.sh 2011-08-25 11:26:45 UTC (rev 14482)
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../plexus-build-api_$VERSION.orig.tar.gz
-DIR=plexus-build-api-$VERSION
-TAG=$(echo "plexus-build-api-$VERSION" | sed 's,~\(alpha\|beta\),-\1-,')
-
-svn export http://svn.sonatype.org/spice/tags/$TAG/ $DIR
-tar -c -z -f $TAR $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
Modified: trunk/plexus-build-api/debian/watch
===================================================================
--- trunk/plexus-build-api/debian/watch 2011-08-25 09:13:59 UTC (rev 14481)
+++ trunk/plexus-build-api/debian/watch 2011-08-25 11:26:45 UTC (rev 14482)
@@ -1,5 +1,4 @@
version=3
-opts="uversionmangle=s{-(alpha|beta)-}{~$1}" \
- http://svn.sonatype.org/spice/tags/ \
- plexus-build-api-([0-9].*)/ debian debian/orig-tar.sh
+http://githubredir.debian.net/github/sonatype/sisu-build-api \
+ .*/plexus-build-api-(.*).tar.gz
More information about the pkg-java-commits
mailing list