Control: tags -1 patch
I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.
diff -Nru gkrellm-thinkbat-0.2.2/Makefile gkrellm-thinkbat-0.2.2/Makefile
--- gkrellm-thinkbat-0.2.2/Makefile 2024-04-17 21:17:02.000000000 +0000
+++ gkrellm-thinkbat-0.2.2/Makefile 2006-02-12 11:58:44.000000000 +0000
@@ -3,7 +3,7 @@
CFLAGS = -I. -Wall -pedantic -O2
INCLUDE = `pkg-config gtk+-2.0 --cflags` -fPIC -DVERSION=\"$(VERSION)\"
LFLAGS = -shared -lm
-INSTALLDIR = $(DESTDIR)/usr/lib/gkrellm2/plugins/
+INSTALLDIR = ~/.gkrellm2/plugins/
@@ -19,7 +19,7 @@
$(CC) $(INCLUDE) -c collect_data.c
clean :
- rm -f *.o gkrellm-thinkbat.so
+ rm *.o gkrellm-thinkbat.so
install : gkrellm-thinkbat.so
install -d $(INSTALLDIR)
diff -Nru gkrellm-thinkbat-0.2.2/debian/changelog
gkrellm-thinkbat-0.2.2/debian/changelog
--- gkrellm-thinkbat-0.2.2/debian/changelog 2024-04-17 21:17:02.000000000
+0000
+++ gkrellm-thinkbat-0.2.2/debian/changelog 2024-04-17 21:07:36.000000000
+0000
@@ -1,3 +1,12 @@
+gkrellm-thinkbat (0.2.2-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Convert to source format 3.0 (Closes: #1007348)
+ * d/copyright: Convert to machine-readable format
+ * Build-Depend on pkgconf instead of pkg-config
+
+ -- Bastian Germann <b...@debian.org> Wed, 17 Apr 2024 21:07:36 +0000
+
gkrellm-thinkbat (0.2.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru gkrellm-thinkbat-0.2.2/debian/control
gkrellm-thinkbat-0.2.2/debian/control
--- gkrellm-thinkbat-0.2.2/debian/control 2024-04-17 21:17:02.000000000
+0000
+++ gkrellm-thinkbat-0.2.2/debian/control 2024-04-17 21:07:36.000000000
+0000
@@ -2,7 +2,7 @@
Section: x11
Priority: optional
Maintainer: Adam Sloboda <j...@disorder.sk>
-Build-Depends: debhelper (>= 5), gkrellm (>= 2.0.0), libgtk2.0-dev, pkg-config
+Build-Depends: debhelper (>= 5), gkrellm (>= 2.0.0), libgtk2.0-dev, pkgconf
Standards-Version: 3.7.3
Homepage: http://people.ksp.sk/~rasto/gkrellm-thinkbat/
diff -Nru gkrellm-thinkbat-0.2.2/debian/copyright
gkrellm-thinkbat-0.2.2/debian/copyright
--- gkrellm-thinkbat-0.2.2/debian/copyright 2024-04-17 21:17:02.000000000
+0000
+++ gkrellm-thinkbat-0.2.2/debian/copyright 2024-04-17 21:07:36.000000000
+0000
@@ -1,31 +1,34 @@
-This package was debianized by Adam Sloboda <j...@disorder.sk> on
-Thu, 13 Mar 2008 22:18:07 +0100.
-
-It was downloaded from http://people.ksp.sk/~rasto/gkrellm-thinkbat/
-
-Upstream Author: Rasto Sramek <ra...@ksp.sk>
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Adam Sloboda <j...@disorder.sk> on
+ Thu, 13 Mar 2008 22:18:07 +0100.
+Source:
+ http://people.ksp.sk/~rasto/gkrellm-thinkbat/
+Upstream-Contact:
+ Rasto Sramek <ra...@ksp.sk>
+Files: *
Copyright: (C) 2006 Rasto Sramek <ra...@ksp.sk>
+License: GPL-2+
-
-License:
-
+License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
-
+ .
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+ .
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is (C) 2008, Adam Sloboda <j...@disorder.sk> and
-is licensed under the GPL, see above.
+Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+Files: debian/*
+Copyright: (C) 2008, Adam Sloboda <j...@disorder.sk>
+License: GPL-2+
diff -Nru gkrellm-thinkbat-0.2.2/debian/patches/Makefile.patch
gkrellm-thinkbat-0.2.2/debian/patches/Makefile.patch
--- gkrellm-thinkbat-0.2.2/debian/patches/Makefile.patch 1970-01-01
00:00:00.000000000 +0000
+++ gkrellm-thinkbat-0.2.2/debian/patches/Makefile.patch 2024-04-17
21:07:36.000000000 +0000
@@ -0,0 +1,20 @@
+--- gkrellm-thinkbat-0.2.2.orig/Makefile
++++ gkrellm-thinkbat-0.2.2/Makefile
+@@ -3,7 +3,7 @@ CC = gcc
+ CFLAGS = -I. -Wall -pedantic -O2
+ INCLUDE = `pkg-config gtk+-2.0 --cflags` -fPIC -DVERSION=\"$(VERSION)\"
+ LFLAGS = -shared -lm
+-INSTALLDIR = ~/.gkrellm2/plugins/
++INSTALLDIR = $(DESTDIR)/usr/lib/gkrellm2/plugins/
+
+
+
+@@ -19,7 +19,7 @@ collect_data.o : collect_data.h
+ $(CC) $(INCLUDE) -c collect_data.c
+
+ clean :
+- rm *.o gkrellm-thinkbat.so
++ rm -f *.o gkrellm-thinkbat.so
+
+ install : gkrellm-thinkbat.so
+ install -d $(INSTALLDIR)
diff -Nru gkrellm-thinkbat-0.2.2/debian/patches/series
gkrellm-thinkbat-0.2.2/debian/patches/series
--- gkrellm-thinkbat-0.2.2/debian/patches/series 1970-01-01
00:00:00.000000000 +0000
+++ gkrellm-thinkbat-0.2.2/debian/patches/series 2024-04-17
21:07:36.000000000 +0000
@@ -0,0 +1 @@
+Makefile.patch
diff -Nru gkrellm-thinkbat-0.2.2/debian/source/format
gkrellm-thinkbat-0.2.2/debian/source/format
--- gkrellm-thinkbat-0.2.2/debian/source/format 1970-01-01 00:00:00.000000000
+0000
+++ gkrellm-thinkbat-0.2.2/debian/source/format 2024-04-17 21:07:25.000000000
+0000
@@ -0,0 +1 @@
+3.0 (quilt)