[jnr-x86asm] 02/02: update debian/watch
Tony Mancill
tmancill at moszumanska.debian.org
Sat Aug 22 03:02:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jnr-x86asm.
commit 58faecd0ed1dbe7195dbbbe7e6eb27f6f3ee53d2
Author: tony mancill <tmancill at debian.org>
Date: Fri Aug 21 19:55:43 2015 -0700
update debian/watch
---
debian/changelog | 6 ++++--
debian/orig-tar.sh | 12 ------------
debian/watch | 5 +++--
3 files changed, 7 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c99e238..d5c5c04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-jnr-x86asm (1.0.2-4) UNRELEASED; urgency=medium
+jnr-x86asm (1.0.2-4) unstable; urgency=medium
* Team upload.
* Add missing build-dep on junit4 to address FTBFS. (Closes: #796436)
+ * Update debian/watch for new upstream on github.
+ Remove unneeded debian/orig-tar.sh repack script.
- -- tony mancill <tmancill at debian.org> Fri, 21 Aug 2015 19:40:26 -0700
+ -- tony mancill <tmancill at debian.org> Fri, 21 Aug 2015 19:55:17 -0700
jnr-x86asm (1.0.2-3) unstable; urgency=medium
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index c74ef6e..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-
-DIR=jnr-x86asm-$2
-
-git clone http://github.com/wmeissner/jnr-x86asm.git $DIR
-(cd $DIR && git checkout $2)
-
-tar cfz jnr-x86asm_$2.orig.tar.gz --exclude .git $DIR
-
-rm -rf $DIR ../$2
diff --git a/debian/watch b/debian/watch
index c29389c..0d5d38f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
+# refer to https://wiki.debian.org/debian/watch for examples
version=3
-http://github.com/wmeissner/jnr-x86asm/downloads \
- /wmeissner/jnr-x86asm/tarball/(.*) debian debian/orig-tar.sh
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/jnr-x86asm-$1\.tar\.gz/ \
+ https://github.com/jnr/jnr-x86asm/releases .*/v?(\d\S*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-x86asm.git
More information about the pkg-java-commits
mailing list