Package: ipcheck Version: 0.233-1.1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for ipcheck (versioned as 0.233-1.2) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards, Eriberto diff -u ipcheck-0.233/ipcheck.8 ipcheck-0.233/ipcheck.8 --- ipcheck-0.233/ipcheck.8 +++ ipcheck-0.233/ipcheck.8 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. -.TH IPCHECK "8" "November 2003" "Debian GNU/Linux" "System Administration Utilities" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH IPCHECK "8" "October 2016" "Debian GNU/Linux" "System Administration Utilities" .SH NAME ipcheck \- dyndns.org client .SH DESCRIPTION diff -u ipcheck-0.233/debian/control ipcheck-0.233/debian/control --- ipcheck-0.233/debian/control +++ ipcheck-0.233/debian/control @@ -4,23 +4,25 @@ Maintainer: Mark Purcell <[email protected]> -Build-Depends-Indep: debhelper (>> 3.0.0), python, help2man -Standards-Version: 3.5.2 +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: python, help2man +Standards-Version: 3.9.8 +Homepage: http://ipcheck.sf.net Package: ipcheck Architecture: all -Depends: python +Depends: python, ${misc:Depends} Description: Dyndns.org client to register your dynamic IP address The Dynamic DNS service allows you to alias a dynamic IP address to a static hostname, allowing your computer to be more easily accessed from various locations on the Internet. . - This is a simple Python script to register your dynamic IP address using - the NIC V2.0 protocol. + This is a simple Python script to register your dynamic IP address using + the NIC V2.0 protocol. . - The script is very easy to use and supports multiple methods for determining - the external IP (parsing interfaces on the local machine, web based IP - detection, direct support for devices from Linksys, Netgear, Draytek, - Netopia, HawkingTech, Watchgard, Cayman, Nexland, ZyXEL, SMC, Compex, - UgatePlus, DLink and Cisco). It also supports the dyndns offline mode. + The script is very easy to use and supports multiple methods for determining + the external IP (parsing interfaces on the local machine, web based IP + detection, direct support for devices from Linksys, Netgear, Draytek, + Netopia, HawkingTech, Watchgard, Cayman, Nexland, ZyXEL, SMC, Compex, + UgatePlus, DLink and Cisco). It also supports the dyndns offline mode. . - Starting with version 0.141 ipcheck uses https by default and will fall + Starting with version 0.141, ipcheck uses https by default and will fall back to http if a timeout occurs. diff -u ipcheck-0.233/debian/changelog ipcheck-0.233/debian/changelog --- ipcheck-0.233/debian/changelog +++ ipcheck-0.233/debian/changelog @@ -1,3 +1,19 @@ +ipcheck (0.233-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Bumped DH level to 10. (Closes: #800289) + * Run wrap-and-sort. + * debian/compat: created. + * debian/control: + - Added ${misc:Depends} variable to Depends field. + - Added a missing comma in long description. (Closes: #709807) + - Added the Homepage field. + - Bumped Standards-Version to 3.9.8. + - Moved the debhelper to Build-Depends field. (Closes: #391863) + - Removed some spaces from EOF in long description. + + -- Joao Eriberto Mota Filho <[email protected]> Fri, 14 Oct 2016 21:14:27 -0300 + ipcheck (0.233-1.1) unstable; urgency=low * Non-maintainer upload. diff -u ipcheck-0.233/debian/rules ipcheck-0.233/debian/rules --- ipcheck-0.233/debian/rules +++ ipcheck-0.233/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +# export DH_COMPAT=3 get-orig-source: wget -nc http://ipcheck.sourceforge.net/changelog only in patch2: unchanged: --- ipcheck-0.233.orig/debian/compat +++ ipcheck-0.233/debian/compat @@ -0,0 +1 @@ +10

