[modello] 32/32: 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

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 9 10:49:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch modello-1.1
in repository modello.

commit 9864ca72620a1ce49beb164479161321711271c1
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Nov 6 15:33:43 2013 +0000

    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
---
 debian/changelog   | 5 ++++-
 debian/control     | 3 +--
 debian/orig-tar.sh | 4 +++-
 debian/watch       | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 301a476..edbae71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/debian/control b/debian/control
index bf3a361..c470a5b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,7 @@ Build-Depends-Indep: ant,
                      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,
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 558d242..89114d8 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -5,7 +5,9 @@ TAR=../modello_$VERSION.orig.tar.gz
 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
diff --git a/debian/watch b/debian/watch
index d48ede3..7b3f557 100644
--- a/debian/watch
+++ b/debian/watch
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello.git



More information about the pkg-java-commits mailing list