[qdox] 07/11: debian/watch: Track the release tags on GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 9 13:57:46 UTC 2015


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

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

commit 0baa227244bc39fb94910fbe736bba64302830ee
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Sep 9 13:32:40 2015 +0200

    debian/watch: Track the release tags on GitHub
---
 debian/changelog   |  2 +-
 debian/copyright   |  2 +-
 debian/orig-tar.sh | 18 ------------------
 debian/watch       |  3 +--
 4 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9733cc..ee89189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,9 @@ qdox (1.12-1.1) UNRELEASED; urgency=medium
     - Removed Michael Koch from the uploaders (Closes: #654129)
     - Standards-Version updated to 3.9.6 (no changes)
   * Moved the package to Git
-  * Use XZ compression for the upstream tarball
   * Switch to debhelper level 9
   * debian/copyright: Updated to the Copyright Format 1.0
+  * debian/watch: Track the release tags on GitHub
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 09 Sep 2015 12:39:57 +0200
 
diff --git a/debian/copyright b/debian/copyright
index ecde9e8..49107e5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: QDox
-Source: http://qdox.codehaus.org
+Source: https://github.com/codehaus/qdox
 
 Files: *
 Copyright: 2002-2009, Joe Walnes and QDox Project Team
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 4bcfe0a..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../qdox_$VERSION.orig.tar.xz
-DIR=qdox-$VERSION
-TAG=qdox-$VERSION
-
-svn export http://svn.codehaus.org/qdox/tags/$TAG/ $DIR
-rm -r $DIR/bootstrap
-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
diff --git a/debian/watch b/debian/watch
index 7cd0c69..998bbe7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
 version=3
-http://svn.codehaus.org/qdox/tags/ qdox-(\d.*)/ debian debian/orig-tar.sh
-
+https://github.com/codehaus/qdox/tags .*/qdox-([\d\.]+).tar.gz

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



More information about the pkg-java-commits mailing list