[jaxrs-api] 01/06: Track and download the new releases from GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Dec 3 23:28:57 UTC 2017


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

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

commit 684631219cc2a13a1818be38afdd9dccab9a36f0
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Dec 4 00:04:56 2017 +0100

    Track and download the new releases from GitHub
---
 debian/changelog   |  6 ++++++
 debian/control     |  2 +-
 debian/copyright   |  2 +-
 debian/orig-tar.sh | 17 -----------------
 debian/watch       |  3 ++-
 5 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9e4d6f..47be42d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jaxrs-api (2.0.1-2) UNRELEASED; urgency=medium
+
+  * Track and download the new releases from GitHub
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 Dec 2017 00:04:32 +0100
+
 jaxrs-api (2.0.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #831675)
diff --git a/debian/control b/debian/control
index cef8ccb..e7e6857 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jaxrs-api.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jaxrs-api.git
-Homepage: http://jax-rs-spec.java.net
+Homepage: https://github.com/jax-rs/api
 
 Package: libjaxrs-api-java
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index d3cf453..543b50f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Java API for RESTful Services (JAX-RS)
-Source: git://java.net/jax-rs-spec~api
+Source: https://github.com/jax-rs/api
 
 Files: *
 Copyright: 2010-2014, Oracle Corporation
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index c8f707e..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-set -e
-
-PACKAGE=$(dpkg-parsechangelog -S Source)
-VERSION=$2
-DIR=${PACKAGE}-${VERSION}
-TAR=../${PACKAGE}_${VERSION}.orig.tar.xz
-
-rm $3
-git clone --branch ${VERSION} git://java.net/jax-rs-spec~api $DIR
-
-XZ_OPT=--best tar -c -v -J -f $TAR \
-    --exclude '.git' \
-    --exclude 'src/examples' \
-    --exclude 'spec' \
-    $DIR
-rm -Rf $DIR
diff --git a/debian/watch b/debian/watch
index 57c85e6..69aa64e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/ (\d[\d\.]+)/ debian debian/orig-tar.sh
+opts="mode=git,repack,compression=xz" \
+https://github.com/jax-rs/api refs/tags/([\d\.]+)

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



More information about the pkg-java-commits mailing list