[openid4java] 05/06: debian/watch: Track the release tags on GitHub
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 20 16:20:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openid4java.
commit e09f7c5d7717ba81501d1f21bbf12af31eaa9914
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jun 20 18:17:03 2016 +0200
debian/watch: Track the release tags on GitHub
---
debian/changelog | 1 +
debian/copyright | 8 ++++++++
debian/orig-tar.exclude | 8 --------
debian/orig-tar.sh | 11 -----------
debian/watch | 2 +-
5 files changed, 10 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 71d7e53..50f044c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ openid4java (0.9.6.662-4) UNRELEASED; urgency=medium
* Transition to the Servlet API 3.1 (Closes: #801035)
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* URLs
+ * debian/watch: Track the release tags on GitHub
[ tony mancill ]
* Remove Xavier Oswald from Uploaders. Thank you for your contributions!
diff --git a/debian/copyright b/debian/copyright
index a2d6b06..e7a5907 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,14 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: openid4java
Source: https://github.com/jbufu/openid4java
+Files-Excluded: *.jar
+ lib/*
+ samples/appengine-consumer/src/main/webapp/WEB-INF/lib/*.jar
+ samples/infocardop/project/lib/*.jar
+ samples/demorp/lib/*.jar
+ project/lib/*.jar
+ openid4java.ai
+ apidoc/*
Files: *
Copyright: 2006-2009 Sxip Identity Corporation
diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude
deleted file mode 100644
index 4876a8e..0000000
--- a/debian/orig-tar.exclude
+++ /dev/null
@@ -1,8 +0,0 @@
-*.jar
-lib/*
-samples/appengine-consumer/src/main/webapp/WEB-INF/lib/*.jar
-samples/infocardop/project/lib/*.jar
-samples/demorp/lib/*.jar
-project/lib/*.jar
-openid4java.ai
-apidoc/*
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 9dd35fa..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-DIR=openid4java-$2
-TAR=openid4java_$2.orig.tar.gz
-
-# Repack upstream source to tar.gz
-tar zxvf $3
-#mv openid4java-* $DIR
-GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
-rm -rf $DIR $3
diff --git a/debian/watch b/debian/watch
index a8263fd..105f788 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://code.google.com/p/openid4java/downloads/list //openid4java.googlecode.com/files/openid4java-([0-9\.]+)\.tar\.gz debian debian/orig-tar.sh
+https://github.com/jbufu/openid4java/tags .*/openid4java-([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openid4java.git
More information about the pkg-java-commits
mailing list