[pkg-java] r17442 - trunk/modello/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Wed Nov 6 15:33:43 UTC 2013


Author: ebourg-guest
Date: 2013-11-06 15:33:43 +0000 (Wed, 06 Nov 2013)
New Revision: 17442

Modified:
   trunk/modello/debian/changelog
   trunk/modello/debian/control
   trunk/modello/debian/orig-tar.sh
   trunk/modello/debian/watch
Log:
Build depend directly on libplexus-compiler-java
debian/watch: Updated to watch the new release tags on Github
debian/orig-tar.sh: Use the tarball from Github instead of the SVN tag



Modified: trunk/modello/debian/changelog
===================================================================
--- trunk/modello/debian/changelog	2013-11-06 14:10:07 UTC (rev 17441)
+++ trunk/modello/debian/changelog	2013-11-06 15:33:43 UTC (rev 17442)
@@ -1,13 +1,16 @@
-modello (1.1-3) UNRELEASED; urgency=low
+modello (1.1-3) unstable; urgency=low
 
   * Team upload.
   * debian/control:
+    - Build depend directly on libplexus-compiler-java
     - Removed Michael Koch from the uploaders (Closes: #654118)
     - Use canonical URLs for the Vcs-* fields
     - Updated Standards-Version to 3.9.5 (no changes)
     - Fixed the lintian warnings related to the package descriptions
   * Switch to debhelper level 9
   * debian/rules: Improved the clean target
+  * debian/watch: Updated to watch the new release tags on Github
+  * debian/orig-tar.sh: Use the tarball from Github instead of the SVN tag
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 06 Nov 2013 15:00:49 +0100
 

Modified: trunk/modello/debian/control
===================================================================
--- trunk/modello/debian/control	2013-11-06 14:10:07 UTC (rev 17441)
+++ trunk/modello/debian/control	2013-11-06 15:33:43 UTC (rev 17442)
@@ -9,8 +9,7 @@
                      default-jdk-doc,
                      junit,
                      libplexus-build-api-java,
-                     libplexus-compiler-api-java,
-                     libplexus-compiler-javac-java,
+                     libplexus-compiler-java,
                      libplexus-containers-java (>= 1.0~beta3.0.7),
                      libplexus-containers-java-doc,
                      libplexus-utils-java-doc,

Modified: trunk/modello/debian/orig-tar.sh
===================================================================
--- trunk/modello/debian/orig-tar.sh	2013-11-06 14:10:07 UTC (rev 17441)
+++ trunk/modello/debian/orig-tar.sh	2013-11-06 15:33:43 UTC (rev 17442)
@@ -5,7 +5,9 @@
 DIR=modello-$VERSION
 TAG=modello-$2
 
-svn export https://svn.codehaus.org/modello/tags/$TAG $DIR
+mkdir -p $DIR
+tar --strip=1 -xvf $3 -C $DIR
+rm $3
 rm -rf $DIR/modello-maven-plugin
 rm -rf $DIR/modello-test
 tar -c -z -f $TAR $DIR

Modified: trunk/modello/debian/watch
===================================================================
--- trunk/modello/debian/watch	2013-11-06 14:10:07 UTC (rev 17441)
+++ trunk/modello/debian/watch	2013-11-06 15:33:43 UTC (rev 17442)
@@ -1,2 +1,2 @@
 version=3
-https://svn.codehaus.org/modello/tags/ modello-(\d.*)/ debian debian/orig-tar.sh
+http://githubredir.debian.net/github/sonatype/modello/ modello-(\d.*).tar.gz debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list