[libjaxen-java] 47/49: Track and download the new releases from GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 25 13:22:14 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository libjaxen-java.

commit 8c6f51601d04bc3afc82975b00e7ec0023de5762
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Oct 25 15:03:33 2017 +0200

    Track and download the new releases from GitHub
---
 debian/changelog   |  1 +
 debian/control     |  2 +-
 debian/copyright   |  2 +-
 debian/orig-tar.sh | 19 -------------------
 debian/watch       |  4 ++--
 5 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2679bd7..32cb087 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libjaxen-java (1.1.6-2) UNRELEASED; urgency=medium
   * Moved the package to Git
   * Standards-Version updated to 4.1.1
   * Switch to debhelper level 10
+  * Track and download the new releases from GitHub
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 25 Oct 2017 12:48:24 +0200
 
diff --git a/debian/control b/debian/control
index 0734d03..0f92c44 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends:
 Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjaxen-java.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjaxen-java.git
-Homepage: http://jaxen.codehaus.org
+Homepage: https://github.com/codehaus/jaxen
 
 Package: libjaxen-java
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 47d3997..fd669c1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: jaxen
 Upstream-Contact: Elliotte Rusty Harold <elharo at ibiblio.org>
-Source: http://jaxen.codehaus.org
+Source: https://github.com/codehaus/jaxen
 
 Files: *
 Copyright: 2000-2005, Bob McWhirter and James Strachan
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 4802e35..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../libjaxen-java_$VERSION.orig.tar.gz
-DIR=jaxen-$VERSION
-TAG=V_$(echo $VERSION | sed 's/\./_/g')_Final
-
-svn export http://svn.codehaus.org/jaxen/tags/$TAG/jaxen $DIR
-rm -f $DIR/project.* $DIR/maven.xml $DIR/.cvsignore
-tar -c -z -f $TAR $DIR
-rm -rf $DIR
-
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir
-  echo "moved $TAR to $origDir"
-fi
diff --git a/debian/watch b/debian/watch
index d3a8bc1..8bfe3a8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts="dversionmangle=s/~beta/-beta-/" \
-  http://dist.codehaus.org/jaxen/distributions/jaxen-(.*)-src.tar.gz debian debian/orig-tar.sh
+opts="dversionmangle=s/~beta/-beta-/,uversionmangle=s/_/./g" \
+https://github.com/codehaus/jaxen/tags .*/V_([\d_]+)_Final.tar.gz

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



More information about the pkg-java-commits mailing list