diff -Nru procmeter3-3.6/debian/changelog procmeter3-3.6/debian/changelog --- procmeter3-3.6/debian/changelog 2019-01-03 15:06:56.000000000 +0000 +++ procmeter3-3.6/debian/changelog 2019-01-05 18:04:01.000000000 +0000 @@ -1,3 +1,19 @@ +procmeter3 (3.6-2) unstable; urgency=medium + + * Add co-maintainer. + * Bump debhelper compat level to 11. + * debian/copyright: + - Update Format URL to use https. + - Update copyright holders information. + * debian/control: + - Update Vcs-* fields to use salsa.debian.org. + - Update Upstream Homepage. + * debian/watch: Update to use secure URI. + * Bump Standards-Version to 4.3.0: + - debian/control: Document Rules-Requires-Root field. + + -- Josue Ortega Sat, 05 Jan 2019 12:04:01 -0600 + procmeter3 (3.6-1.2) unstable; urgency=medium * Non-maintainer upload. @@ -159,7 +175,7 @@ * Merge acpi changes from wmbattery: - Deal with batteries that report they're charged to greater than their - max capacity. + max capacity. - Patch from Christian Schäfer to add support for using on acpi systems with no batteries. - guard against potential division by zero. Closes: #454766 @@ -390,7 +406,7 @@ procmeter3 (3.3a-8) unstable; urgency=low - * Corrected segfault if there is a /proc/acpi/ without a status file in it. + * Corrected segfault if there is a /proc/acpi/ without a status file in it. How that can happen, I do not know. Closes: #148671 -- Joey Hess Fri, 31 May 2002 21:32:19 -0400 @@ -456,7 +472,7 @@ * Added build-depends on xlibs-dev, Closes: #80184 This should be redundant, since on i386 anyway, xlib6g-dev (which it already build-depends on) depends on xlibs-dev. Whatever. This will - wake the m68k guys up and have them try to build it again, hopefully on + wake the m68k guys up and have them try to build it again, hopefully on a system that is running unstable, not some ancient system that still has xpm4g-dev. @@ -464,7 +480,7 @@ procmeter3 (3.3-2) unstable; urgency=low - * Tightened gtk build dep, Closes: #81929 + * Tightened gtk build dep, Closes: #81929 -- Joey Hess Thu, 11 Jan 2001 10:35:52 -0800 @@ -778,4 +794,3 @@ * Initial release -- Joey Hess Wed, 21 Aug 1996 15:37:25 -0400 - diff -Nru procmeter3-3.6/debian/compat procmeter3-3.6/debian/compat --- procmeter3-3.6/debian/compat 2014-03-22 15:38:22.000000000 +0000 +++ procmeter3-3.6/debian/compat 2019-01-05 18:04:01.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru procmeter3-3.6/debian/control procmeter3-3.6/debian/control --- procmeter3-3.6/debian/control 2019-01-03 12:26:29.000000000 +0000 +++ procmeter3-3.6/debian/control 2019-01-05 18:04:01.000000000 +0000 @@ -1,14 +1,22 @@ Source: procmeter3 Section: utils Priority: optional -Build-Depends: debhelper (>= 9), libgtk2.0-dev, libx11-dev, libxt-dev, - x11proto-core-dev, libsensors-dev, libxaw7-dev, - dpkg-dev (>= 1.17.0), libgtk-3-dev +Build-Depends: debhelper (>= 11), + libgtk2.0-dev, + libx11-dev, + libxt-dev, + x11proto-core-dev, + libsensors-dev, + libxaw7-dev, + dpkg-dev (>= 1.17.0), + libgtk-3-dev Maintainer: Wences Arana -Standards-Version: 3.9.5 -Homepage: http://www.gedanken.demon.co.uk/procmeter3/ -Vcs-Git: git://anonscm.debian.org/collab-maint/procmeter3.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/procmeter3.git +Uploaders: Josue Ortega +Standards-Version: 4.3.0 +Homepage: https://www.gedanken.org.uk/software/procmeter3/ +Vcs-Git: https://salsa.debian.org/debian/procmeter3.git +Vcs-Browser: https://salsa.debian.org/debian/procmeter3 +Rules-Requires-Root: no Package: procmeter3 Architecture: any diff -Nru procmeter3-3.6/debian/copyright procmeter3-3.6/debian/copyright --- procmeter3-3.6/debian/copyright 2014-03-22 15:38:22.000000000 +0000 +++ procmeter3-3.6/debian/copyright 2019-01-05 18:04:01.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: procmeter3 Source: http://www.gedanken.org.uk/software/procmeter3/download/ @@ -25,8 +25,9 @@ License: GPL-2+ Files: debian/* -Copyright: 2010, Wences Rene Arana Fuentes - 1996-2008, Joey Hess +Copyright: 2019, Josue Ortega + 2010, Wences Rene Arana Fuentes + 1996-2008, Joey Hess License: GPL-2+ License: GPL-2+ diff -Nru procmeter3-3.6/debian/rules procmeter3-3.6/debian/rules --- procmeter3-3.6/debian/rules 2014-03-22 15:38:22.000000000 +0000 +++ procmeter3-3.6/debian/rules 2019-01-05 18:04:01.000000000 +0000 @@ -21,4 +21,4 @@ override_dh_installdocs: dh_installdocs cp modules/README \ - $(CURDIR)/debian/procmeter3/usr/share/doc/procmeter3/README.modules \ No newline at end of file + $(CURDIR)/debian/procmeter3/usr/share/doc/procmeter3/README.modules diff -Nru procmeter3-3.6/debian/watch procmeter3-3.6/debian/watch --- procmeter3-3.6/debian/watch 2014-03-22 15:38:22.000000000 +0000 +++ procmeter3-3.6/debian/watch 2019-01-05 18:04:01.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://www.gedanken.org.uk/software/procmeter3/download/procmeter3-([^\+]*).tgz \ No newline at end of file +https://www.gedanken.org.uk/software/procmeter3/download/procmeter3-([^\+]*).tgz \ No newline at end of file