diff -Nru idle3-tools-0.9.1/debian/changelog idle3-tools-0.9.1/debian/changelog --- idle3-tools-0.9.1/debian/changelog 2012-04-10 07:28:37.000000000 +0000 +++ idle3-tools-0.9.1/debian/changelog 2016-11-29 11:37:00.000000000 +0000 @@ -1,3 +1,15 @@ +idle3-tools (0.9.1-2) unstable; urgency=medium + + * Fix uses-deprecated-compression-for-data-tarball + Closes: #833225 + * Standards version is 3.9.8 + * Fix typo in man page URL + Patch by Chris Chiappa + Add 01-695876-idle3ctl.8.patch + Closes: #695876 + + -- Anibal Monsalve Salazar Tue, 29 Nov 2016 11:37:00 +0000 + idle3-tools (0.9.1-1) unstable; urgency=low * Initial release diff -Nru idle3-tools-0.9.1/debian/control idle3-tools-0.9.1/debian/control --- idle3-tools-0.9.1/debian/control 2012-04-10 08:09:55.000000000 +0000 +++ idle3-tools-0.9.1/debian/control 2016-11-29 11:22:51.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Anibal Monsalve Salazar Build-Depends: debhelper (>= 8) -Standards-Version: 3.9.3 +Standards-Version: 3.9.8 Homepage: http://idle3-tools.sourceforge.net/ #Vcs-Git: git://git.debian.org/collab-maint/idle3-tools.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/idle3-tools.git;a=summary diff -Nru idle3-tools-0.9.1/debian/patches/01-695876-idle3ctl.8.patch idle3-tools-0.9.1/debian/patches/01-695876-idle3ctl.8.patch --- idle3-tools-0.9.1/debian/patches/01-695876-idle3ctl.8.patch 1970-01-01 00:00:00.000000000 +0000 +++ idle3-tools-0.9.1/debian/patches/01-695876-idle3ctl.8.patch 2016-11-29 11:31:15.000000000 +0000 @@ -0,0 +1,24 @@ +From: Chris Chiappa +Subject: idle3-tools: Type in man page URL +Date: Thu, 13 Dec 2012 16:28:33 -0500 + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695876 + +The idle3ctl man page references the url +http://idle3-tools.sourceforce.net, which is owned by a domain +squatter. It should instead be http://idle3-tools.sourceforge.net. +(ie forGe rather than forCe) + +Index: idle3-tools-0.9.1/idle3ctl.8 +=================================================================== +--- idle3-tools-0.9.1.orig/idle3ctl.8 ++++ idle3-tools-0.9.1/idle3ctl.8 +@@ -60,7 +60,7 @@ will return zero on success and non zero + .B idle3ctl + has been written by Christophe Bothamy . + .SH SEE ALSO +-.B http://idle3-tools.sourceforce.net ++.B http://idle3-tools.sourceforge.net + Idle3-tools website + .TP + .B http://www.wdc.com/ diff -Nru idle3-tools-0.9.1/debian/patches/series idle3-tools-0.9.1/debian/patches/series --- idle3-tools-0.9.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ idle3-tools-0.9.1/debian/patches/series 2016-11-29 11:31:01.000000000 +0000 @@ -0,0 +1 @@ +01-695876-idle3ctl.8.patch diff -Nru idle3-tools-0.9.1/debian/rules idle3-tools-0.9.1/debian/rules --- idle3-tools-0.9.1/debian/rules 2012-04-10 05:48:46.000000000 +0000 +++ idle3-tools-0.9.1/debian/rules 2016-11-29 11:23:16.000000000 +0000 @@ -8,6 +8,3 @@ override_dh_auto_install: dh_auto_install -- binprefix=/usr - -override_dh_builddeb: - dh_builddeb -- -Zbzip2 -z9 diff -Nru idle3-tools-0.9.1/debian/source/options idle3-tools-0.9.1/debian/source/options --- idle3-tools-0.9.1/debian/source/options 2012-03-30 00:42:22.000000000 +0000 +++ idle3-tools-0.9.1/debian/source/options 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -compression = "bzip2" -compression-level = 9 -single-debian-patch