[libitext5-java] 01/04: debian/watch: Watch the release tags on Github

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 26 20:26:16 UTC 2015


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

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

commit 51b433dba25a2f806e1f1ec2716f06f20ce9e8f5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 26 18:14:39 2015 +0200

    debian/watch: Watch the release tags on Github
---
 debian/changelog   |  6 ++++++
 debian/orig-tar.sh | 24 ------------------------
 debian/watch       |  3 +--
 3 files changed, 7 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 45d5c05..722f7ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libitext5-java (5.5.3-3) UNRELEASED; urgency=medium
+
+  * debian/watch: Watch the release tags on Github
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 26 May 2015 18:14:11 +0200
+
 libitext5-java (5.5.3-2) unstable; urgency=medium
 
   * Removed the unused build dependency on libcglib-java
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 9b92f92..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-set -e
-
-rm -f $3
-VERSION=$2
-SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
-
-SVNROOT=http://svn.code.sf.net/p/itext/code/tags/iText_$(echo $VERSION | sed -e s/\\./_/g)/itext
-
-DIR=itext
-TAR=../${SOURCE}_${VERSION}.orig.tar.xz
-
-svn export $SVNROOT $DIR
-#find $DIR/src/test -name "*.pdf" -exec rm \{\} \;
-tar -cvJf $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 d49c385..4da5e61 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 version=3
 opts=uversionmangle=s/_/./g \
-        http://svn.code.sf.net/p/itext/code/tags iText_([\d_]+)/ debian debian/orig-tar.sh
-
+https://github.com/itext/itextpdf/tags .*/iText_(.*).tar.gz

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



More information about the pkg-java-commits mailing list