diff -Nru urlwatch-1.15/debian/changelog urlwatch-1.15/debian/changelog --- urlwatch-1.15/debian/changelog 2012-09-27 16:26:19.000000000 +0000 +++ urlwatch-1.15/debian/changelog 2013-07-17 19:29:43.000000000 +0000 @@ -1,3 +1,16 @@ +urlwatch (1.15-3) unstable; urgency=low + + * Bumped up Standards-Version up to 3.9.4: (no changes). + * Switched to X-Python-Version rather than XS-Python-Version in d.control. + * Switched to dh_python2 (Closes: #689002) : + - d.rules : Added --with python2 arg for debhelper + - d.control : Removed BDI on python-support but added BDI against python + (>= 2.6.6-3~). + * Fixed old URI as mentionned by lintian vcs-filed-not-canonical: + - Replaced git.debian.org by anonscm.debian.org in d.control + + -- Franck Joncourt Wed, 17 Jul 2013 21:11:27 +0200 + urlwatch (1.15-2) unstable; urgency=low * Added missing dependency in d.control against python-concurrent.futures diff -Nru urlwatch-1.15/debian/control urlwatch-1.15/debian/control --- urlwatch-1.15/debian/control 2012-09-27 16:26:19.000000000 +0000 +++ urlwatch-1.15/debian/control 2013-07-17 19:29:43.000000000 +0000 @@ -3,12 +3,12 @@ Priority: extra Maintainer: Franck Joncourt Build-Depends: debhelper (>= 7.0.50) -Build-Depends-Indep: python-support (>= 0.5.3), python-concurrent.futures -XS-Python-Version: >= 2.4 -Standards-Version: 3.9.3 +Build-Depends-Indep: python (>= 2.6.6-3~), python-concurrent.futures +X-Python-Version: >= 2.4 +Standards-Version: 3.9.4 Homepage: http://thpinfo.com/2008/urlwatch/ -Vcs-git: git://git.debian.org/git/collab-maint/urlwatch.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/urlwatch.git;a=summary +Vcs-git: git://anonscm.debian.org/collab-maint/urlwatch.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/urlwatch.git;a=summary Package: urlwatch Architecture: all diff -Nru urlwatch-1.15/debian/rules urlwatch-1.15/debian/rules --- urlwatch-1.15/debian/rules 2012-09-27 16:26:19.000000000 +0000 +++ urlwatch-1.15/debian/rules 2013-07-17 19:29:43.000000000 +0000 @@ -7,7 +7,7 @@ DESTDIR_DOC = usr/share/$(PROGRAM)/examples %: - dh $@ + dh $@ --with python2 override_dh_auto_install: dh_auto_install -- --install-lib=/$(DESTDIR_PRIV)