[pkg-java] r17369 - trunk/plexus-archiver/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Tue Oct 22 15:31:34 UTC 2013


Author: ebourg-guest
Date: 2013-10-22 15:31:33 +0000 (Tue, 22 Oct 2013)
New Revision: 17369

Removed:
   trunk/plexus-archiver/debian/orig-tar.sh
Modified:
   trunk/plexus-archiver/debian/changelog
   trunk/plexus-archiver/debian/watch
Log:
New upstream release (1.2)
debian/watch: Updated to watch the new release tags on Github
Removed debian/orig-tar.sh and use the tarball from Github directly



Modified: trunk/plexus-archiver/debian/changelog
===================================================================
--- trunk/plexus-archiver/debian/changelog	2013-10-22 09:10:55 UTC (rev 17368)
+++ trunk/plexus-archiver/debian/changelog	2013-10-22 15:31:33 UTC (rev 17369)
@@ -1,14 +1,16 @@
-plexus-archiver (1.0~alpha12-4) UNRELEASED; urgency=low
+plexus-archiver (1.2-1) unstable; urgency=low
 
   * Team upload.
+  * New upstream release
   * debian/control:
     - Use canonical URLs for the Vcs-* fields
     - Updated Standards-Version to 3.9.4 (no changes)
   * Bump to debhelper 9 compat level
   * debian/rules: Improved the clean target
-  * Use XZ compression for the upstream tarball
+  * debian/watch: Updated to watch the new release tags on Github
+  * Removed debian/orig-tar.sh and use the tarball from Github directly
 
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 22 Oct 2013 10:58:12 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 22 Oct 2013 12:11:28 +0200
 
 plexus-archiver (1.0~alpha12-3) unstable; urgency=low
 

Deleted: trunk/plexus-archiver/debian/orig-tar.sh
===================================================================
--- trunk/plexus-archiver/debian/orig-tar.sh	2013-10-22 09:10:55 UTC (rev 17368)
+++ trunk/plexus-archiver/debian/orig-tar.sh	2013-10-22 15:31:33 UTC (rev 17369)
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-TAR=../plexus-archiver_$2.orig.tar.xz
-DIR=plexus-archiver-$2
-TAG=$(echo plexus-archiver-$2 | sed 's,~alpha,-alpha-,')
-
-svn export http://svn.codehaus.org/plexus/plexus-components/tags/$TAG $DIR
-tar -c -J -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-archiver/debian/watch
===================================================================
--- trunk/plexus-archiver/debian/watch	2013-10-22 09:10:55 UTC (rev 17368)
+++ trunk/plexus-archiver/debian/watch	2013-10-22 15:31:33 UTC (rev 17369)
@@ -1,4 +1,3 @@
 version=3
 opts=uversionmangle=s{-alpha-}{~alpha} \
-  http://svn.codehaus.org/plexus/plexus-components/tags/ \
-  plexus-archiver-(.*)/ debian debian/orig-tar.sh
+https://github.com/sonatype/plexus-archiver/releases .*/plexus-archiver-(.*).tar.gz




More information about the pkg-java-commits mailing list