[libreflectasm-java] 03/05: debian/watch: Track the release tags on GitHub
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Sep 27 10:25:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libreflectasm-java.
commit a88dd084b00113eb63097339d1787b88988e1c20
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Sep 27 12:17:10 2016 +0200
debian/watch: Track the release tags on GitHub
---
debian/changelog | 1 +
debian/copyright | 4 ++--
debian/orig-tar.excludes | 3 ---
debian/orig-tar.sh | 16 ----------------
debian/watch | 4 +---
5 files changed, 4 insertions(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 970c327..843dae5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libreflectasm-java (1.05-4) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
+ * debian/watch: Track the release tags on GitHub
-- Emmanuel Bourg <ebourg at apache.org> Tue, 27 Sep 2016 12:12:10 +0200
diff --git a/debian/copyright b/debian/copyright
index 09818f1..dd7c8c4 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: ReflectASM
-Upstream-contact: https://code.google.com/p/reflectasm/
-Source: https://code.google.com/p/reflectasm/downloads/list
+Source: https://github.com/EsotericSoftware/reflectasm
+Files-Excluded: *.jar
Files: *
Copyright: Copyright (c) 2008, Nathan Sweet
diff --git a/debian/orig-tar.excludes b/debian/orig-tar.excludes
deleted file mode 100644
index 539c3b6..0000000
--- a/debian/orig-tar.excludes
+++ /dev/null
@@ -1,3 +0,0 @@
-javadoc/*
-jars/*
-*.jar
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 2655939..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-set -e
-
-# called by uscan with '--upstream-version' <version> <file>
-echo "version $2"
-package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-version=$2
-upstream_version="${version}"
-tarball=$3
-
-TAR=${package}_${version}.orig.tar.gz
-DIR=reflectasm-${upstream_version}
-
-unzip -q $tarball
-GZIP=--best tar czf ../$TAR -X debian/orig-tar.excludes $DIR
-rm -rf $tarball $DIR
diff --git a/debian/watch b/debian/watch
index 6fc1d48..9357400 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
version=3
-http://code.google.com/p/reflectasm/downloads/list?can=1 \
- .*/reflectasm-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) \
- debian debian/orig-tar.sh
+https://github.com/EsotericSoftware/reflectasm/tags .*/archive/(?:reflectasm-)?([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libreflectasm-java.git
More information about the pkg-java-commits
mailing list