Control: tags -1 pending On Wed, 09 Mar 2016 21:10:35 +0100 [email protected] wrote: > Source: gnudoq > Severity: important > Usertags: compat-4-removal > > Hi, > > The package gnudoq uses debhelper with a compat level of 4, > which is deprecated and scheduled for removal.
[...] Dear maintainer, I've uploaded an NMU for gnudoq versioned as 0.94-2.2. Please find attached the debdiff. Regards, Markus
diff -Nru gnudoq-0.94/debian/changelog gnudoq-0.94/debian/changelog
--- gnudoq-0.94/debian/changelog 2016-10-05 01:17:56.000000000 +0200
+++ gnudoq-0.94/debian/changelog 2016-10-05 01:10:03.000000000 +0200
@@ -1,9 +1,22 @@
+gnudoq (0.94-2.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Switch to source format 3.0 (quilt).
+ * Switch to compat level 10. (Closes: #817484)
+ * Remove dh_desktop because it does nothing anymore. (Closes: #817296)
+ * Remove duplicate Section field from binary package.
+ * d/control: Add ${misc:Depends} substvar.
+ * gnudoq.desktop: Create a valid desktop file.
+ * gnudoq.desktop: Change GenericName to Sudoku. (Closes: #743468)
+
+ -- Markus Koschany <[email protected]> Wed, 05 Oct 2016 01:10:03 +0200
+
gnudoq (0.94-2.1) unstable; urgency=low
* Non-maintainer upload.
* Add fix-643396-format-security.patch. Fix FTBFS: error: format not a
string literal and no format arguments [-Werror=format-security].
- (Closes: #643396).
+ (Closes: #643396).
-- Salvatore Bonaccorso <[email protected]> Fri, 25 Nov 2011 18:50:05 +0100
@@ -51,7 +64,7 @@
gnudoq (0.93.dfsg.1-2) unstable; urgency=low
- * Fix to build against lates libqt4 (Closes: #355932).
+ * Fix to build against lates libqt4 (Closes: #355932).
-- Arnaud Cornet <[email protected]> Thu, 9 Mar 2006 11:11:00 +0100
diff -Nru gnudoq-0.94/debian/compat gnudoq-0.94/debian/compat
--- gnudoq-0.94/debian/compat 2016-10-05 01:17:56.000000000 +0200
+++ gnudoq-0.94/debian/compat 2016-10-05 01:10:03.000000000 +0200
@@ -1 +1 @@
-4
+10
diff -Nru gnudoq-0.94/debian/control gnudoq-0.94/debian/control
--- gnudoq-0.94/debian/control 2016-10-05 01:17:56.000000000 +0200
+++ gnudoq-0.94/debian/control 2016-10-05 01:10:03.000000000 +0200
@@ -3,13 +3,12 @@
Priority: optional
Maintainer: Arnaud Cornet <[email protected]>
Standards-Version: 3.7.3
-Build-Depends: cdbs, libqt4-dev, qt4-dev-tools, g++ (>= 4.0.2-2), debhelper
(>= 5.0.37), quilt
+Build-Depends: cdbs, libqt4-dev, qt4-dev-tools, g++ (>= 4.0.2-2), debhelper
(>= 10)
Homepage: http://www.thelemmings.net/static.php?page=GNUDoQ
Package: gnudoq
Architecture: any
-Section: games
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: An open source, graphical Su Doku generator and solver with
printer support
GNUDoQ is an open source, graphical Su Doku generator and solver that features
a powerful Su Doku generator, a Su Doku solver a Puzzle printouts or PDF
diff -Nru gnudoq-0.94/debian/gnudoq.desktop gnudoq-0.94/debian/gnudoq.desktop
--- gnudoq-0.94/debian/gnudoq.desktop 2016-10-05 01:17:56.000000000 +0200
+++ gnudoq-0.94/debian/gnudoq.desktop 2016-10-05 01:10:03.000000000 +0200
@@ -1,10 +1,10 @@
[Desktop Entry]
-Encoding=UTF-8
Name=GNUDoQ
-GenericName=Board Game
+GenericName=Sudoku
Type=Application
-Categories=Application;Game;BoardGame;
-Terminal=0
+Categories=Game;BoardGame;
Exec=gnudoq
-Icon=/usr/share/pixmaps/gnudoq-icon.xpm
+Icon=gnudoq-icon
Comment=GNUDoQ, Su Doku generator and solver.
+Comment[de]=GNUDoQ, ein Sudokugenerator und -löser
+Keywords=sudoku;logic;puzzle;
diff -Nru gnudoq-0.94/debian/rules gnudoq-0.94/debian/rules
--- gnudoq-0.94/debian/rules 2016-10-05 01:17:56.000000000 +0200
+++ gnudoq-0.94/debian/rules 2016-10-05 01:10:03.000000000 +0200
@@ -2,10 +2,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/qmake.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
QMAKE=qmake-qt4
-binary-install::
- dh_desktop -pgnudoq
-
diff -Nru gnudoq-0.94/debian/source/format gnudoq-0.94/debian/source/format
--- gnudoq-0.94/debian/source/format 1970-01-01 01:00:00.000000000 +0100
+++ gnudoq-0.94/debian/source/format 2016-10-05 01:10:03.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)
signature.asc
Description: OpenPGP digital signature

