[libpostgresql-jdbc-java] 03/13: Rewrote debian/watch to fetch the new releases directly from Git
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 15:24:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libpostgresql-jdbc-java.
commit 213b09cf79ea1486b85f6754073fd9fbd3f3c608
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jan 9 14:13:05 2017 +0100
Rewrote debian/watch to fetch the new releases directly from Git
---
debian/changelog | 1 +
debian/copyright | 1 +
debian/watch | 5 +++--
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 674a7a9..7b4ddda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libpgjava (9.2-1004-1) UNRELEASED; urgency=medium
* Switch to debhelper level 10
* Use secure Vcs-* URLs
* Converted debian/copyright to the Copyright Format 1.0
+ * Rewrote debian/watch to fetch the new releases directly from Git
-- Emmanuel Bourg <ebourg at apache.org> Mon, 09 Jan 2017 10:52:12 +0100
diff --git a/debian/copyright b/debian/copyright
index 16ddf36..170e473 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Postgresql JDBC Driver
Source: https://github.com/pgjdbc/pgjdbc/
+Files-Excluded: *.jar
Files: *
Copyright: 1997-2015, PostgreSQL Global Development Group
diff --git a/debian/watch b/debian/watch
index c48b133..a787e04 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=3
-http://jdbc.postgresql.org/download.html download/postgresql-jdbc-(.*)\.src\.tar\.gz
+version=4
+opts=mode=git,compression=xz,repack,uversionmangle=s/(\d)_(\d)_/$1.$2-/g \
+https://github.com/pgjdbc/pgjdbc refs/tags/REL([\d_\.]+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git
More information about the pkg-java-commits
mailing list