[pkg-java] r17718 - trunk/maven-scm/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jan 29 11:45:43 UTC 2014
Author: ebourg-guest
Date: 2014-01-29 11:45:42 +0000 (Wed, 29 Jan 2014)
New Revision: 17718
Removed:
trunk/maven-scm/debian/orig-tar.sh
Modified:
trunk/maven-scm/debian/changelog
trunk/maven-scm/debian/watch
Log:
debian/watch: Updated to watch the new release tags on Github
Modified: trunk/maven-scm/debian/changelog
===================================================================
--- trunk/maven-scm/debian/changelog 2014-01-29 11:37:49 UTC (rev 17717)
+++ trunk/maven-scm/debian/changelog 2014-01-29 11:45:42 UTC (rev 17718)
@@ -5,9 +5,9 @@
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
- Deduplicated the description of the packages
- * Use XZ compression for the upstream tarball
* Switch to debhelper level 9
* debian/copyright: Updated to the Copyright Format 1.0
+ * debian/watch: Updated to watch the new release tags on Github
-- Emmanuel Bourg <ebourg at apache.org> Tue, 24 Sep 2013 16:34:21 +0200
Deleted: trunk/maven-scm/debian/orig-tar.sh
===================================================================
--- trunk/maven-scm/debian/orig-tar.sh 2014-01-29 11:37:49 UTC (rev 17717)
+++ trunk/maven-scm/debian/orig-tar.sh 2014-01-29 11:45:42 UTC (rev 17718)
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../maven-scm_$VERSION.orig.tar.xz
-DIR=maven-scm-$VERSION
-TAG=maven-scm-$2
-
-svn export https://svn.apache.org/repos/asf/maven/scm/tags/$TAG $DIR
-XZ_OPT=--best 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/maven-scm/debian/watch
===================================================================
--- trunk/maven-scm/debian/watch 2014-01-29 11:37:49 UTC (rev 17717)
+++ trunk/maven-scm/debian/watch 2014-01-29 11:45:42 UTC (rev 17718)
@@ -1,4 +1,2 @@
version=3
-https://svn.apache.org/repos/asf/maven/scm/tags/ \
- maven-scm-([1-9].*)/ debian debian/orig-tar.sh
-
+https://github.com/apache/maven-scm/releases .*/maven-scm-([\d\.]+).tar.gz
More information about the pkg-java-commits
mailing list