[cdi-api] 01/09: Track and download the new releases from GitHub
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 5 12:23:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository cdi-api.
commit 4f2b77cd26b67b1fa1df4892010929e681771d86
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jul 5 10:23:43 2017 +0200
Track and download the new releases from GitHub
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/copyright | 2 +-
debian/orig-tar.sh | 12 ------------
debian/watch | 4 ++--
5 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a9e1a26..708ea2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cdi-api (1.0-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Track and download the new releases from GitHub
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 05 Jul 2017 10:23:24 +0200
+
cdi-api (1.0-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index db0194b..31d1c3c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/cdi-api.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cdi-api.git
-Homepage: http://jcp.org/en/jsr/detail?id=299
+Homepage: http://cdi-spec.org
Package: libcdi-api-java
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 4f51dce..6321fcd 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: CDI (JSR 299) API
-Source: http://jcp.org/en/jsr/detail?id=299
+Source: https://github.com/cdi-spec/cdi
Files: *
Copyright: Copyright: 2008, Red Hat Middleware LLC, and individual contributors
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 7f285c8..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# called with '--upstream-version' <version> <file>
-VERSION=$2
-TAR=../cdi-api_$VERSION.orig.tar.gz
-DIR=cdi-api-$VERSION
-
-mkdir -p $DIR/src/
-(cd $DIR/src/ && echo `pwd` && jar xvf ../../$3)
-
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR $3
diff --git a/debian/watch b/debian/watch
index 21b5d4c..3f2d105 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-http://repo1.maven.org/maven2/javax/enterprise/cdi-api/(?:\d.*)/cdi-api-(\d.*)-sources.jar \
-debian debian/orig-tar.sh
+opts="mode=git,repack,compression=xz" \
+https://github.com/cdi-spec/cdi refs/tags/([\d\.]+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdi-api.git
More information about the pkg-java-commits
mailing list