From: Christoph Berg Date: Thu, 15 Sep 2016 20:49:42 +0000 (+0200) Subject: Update watch file to ignore debian/ tags on github. X-Git-Tag: debian/1.2-2~1 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f33f12a5125a5097c0ed766ba5636247bfbba33c;p=pgfincore.git Update watch file to ignore debian/ tags on github. * Update watch file to ignore debian/ tags on github. * Bump S-V and clean up results/. --- diff --git a/debian/changelog b/debian/changelog index fccada6..802b450 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pgfincore (1.2-2) UNRELEASED; urgency=medium + + * Update watch file to ignore debian/ tags on github. + * Bump S-V and clean up results/. + + -- Christoph Berg Thu, 15 Sep 2016 22:46:41 +0200 + pgfincore (1.2-1) unstable; urgency=medium * New upstream release 1.2. diff --git a/debian/control.in b/debian/control.in index 34e7ba1..db66709 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: extra Maintainer: Debian PostgreSQL Maintainers Uploaders: Cédric Villemain , Dimitri Fontaine , Christoph Berg Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Git: git://git.postgresql.org/git/pgfincore.git Vcs-browser: http://git.postgresql.org/gitweb/?p=pgfincore.git Homepage: http://villemain.org/projects/pgfincore diff --git a/debian/rules b/debian/rules index 29226c4..c41feb7 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ override_dh_installdocs: override_dh_auto_clean: +pg_buildext clean build-%v + rm -rf results # clean up behind debian/tests/installcheck %: dh $@ diff --git a/debian/watch b/debian/watch index 03c356b..4b571bc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/klando/pgfincore/releases /klando/pgfincore/archive/(.*).tar.gz +https://github.com/klando/pgfincore/releases /klando/pgfincore/archive/([^/]*).tar.gz