[libjaudiotagger-java] 04/07: Track and download the new releases from Bitbucket
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 29 09:28:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjaudiotagger-java.
commit 815a8a3a3e689cad879b1f720227b1274c507491
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 29 01:15:45 2017 +0100
Track and download the new releases from Bitbucket
---
debian/changelog | 1 +
debian/copyright | 8 +++++++-
debian/orig-tar.exclude | 3 ---
debian/orig-tar.sh | 18 ------------------
debian/watch | 7 +++----
5 files changed, 11 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 30ceecc..4f7d794 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libjaudiotagger-java (2.0.3-3) UNRELEASED; urgency=medium
* Moved the package to Git
[ Emmanuel Bourg ]
+ * Track and download the new releases from Bitbucket
* Standards-Version updated to 4.1.1
* Switch to debhelper level 10
diff --git a/debian/copyright b/debian/copyright
index a154420..5c87317 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,13 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: jaudiotagger
Upstream-Contact: A. Bram Neijt <bneijt at gmail.com>
-Source: https://java.net/projects/jaudiotagger/
+Source: https://bitbucket.org/ijabz/jaudiotagger
+Files-Excluded: www/*
+ testdata/*
+ testtagdata/*
+ *.iml
+ *.ipr
+ *.iws
Author:
Christian Laireiter <liree at web.de>
Raphaël Slinckx
diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude
deleted file mode 100644
index 52e1847..0000000
--- a/debian/orig-tar.exclude
+++ /dev/null
@@ -1,3 +0,0 @@
-www/*
-testdata/*
-testtagdata/*
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 4030dd6..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-VERSION=$2
-DIR=libjaudiotagger-java-$VERSION
-TAR=libjaudiotagger-java_$VERSION.orig.tar.gz
-TAG=$(echo "$VERSION")
-
-svn export https://svn.java.net/svn/jaudiotagger~svn/tags/${TAG}/ $DIR
-GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $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 006063f..426c579 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
-version=3
-https://svn.java.net/svn/jaudiotagger~svn/tags/ \
- ([\d]+[\d\.]*)/ \
- debian debian/orig-tar.sh
+version=4
+opts="mode=git,repack,compression=xz" \
+https://bitbucket.org/ijabz/jaudiotagger refs/tags/v([\d\.]+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjaudiotagger-java.git
More information about the pkg-java-commits
mailing list