diff -Nru kcheckers-0.8.1/debian/changelog kcheckers-0.8.1/debian/changelog --- kcheckers-0.8.1/debian/changelog 2020-03-22 15:44:51.000000000 +0000 +++ kcheckers-0.8.1/debian/changelog 2020-04-03 19:36:16.000000000 +0000 @@ -1,8 +1,16 @@ -kcheckers (0.8.1-4build1) focal; urgency=medium +kcheckers (0.8.1-5) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + * QA upload. + * Orphan the package. (See: #922893) + * Update Standards-Version to 4.5.0 + * Update compat level to 12. + * Link copyright to GPL-2. + * Add newline to d/rules. + * Add Vcs link to salsa. + * Fix FTCBFS. (Closes: #940147) + - Thanks to Helmut Grohne. - -- Matthias Klose Sun, 22 Mar 2020 16:44:51 +0100 + -- Sudip Mukherjee Fri, 03 Apr 2020 20:36:16 +0100 kcheckers (0.8.1-4) unstable; urgency=low @@ -19,7 +27,7 @@ * Added Catalan and Spanish translations: + Added ts and qm files on debian directory. + Added debian/sources/include-binaries file. - + Updated debian control description and removed + + Updated debian control description and removed russian (because the translation is incomplete). -- Innocent De Marchi Sun, 31 Dec 2017 08:57:21 +0100 @@ -42,4 +50,3 @@ * Initial release. Closes: #309910. -- Bart Martens Wed, 22 Nov 2006 18:03:29 +0100 - diff -Nru kcheckers-0.8.1/debian/compat kcheckers-0.8.1/debian/compat --- kcheckers-0.8.1/debian/compat 2017-12-31 07:57:21.000000000 +0000 +++ kcheckers-0.8.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru kcheckers-0.8.1/debian/control kcheckers-0.8.1/debian/control --- kcheckers-0.8.1/debian/control 2017-12-31 07:57:21.000000000 +0000 +++ kcheckers-0.8.1/debian/control 2020-04-03 19:28:24.000000000 +0000 @@ -1,10 +1,12 @@ Source: kcheckers Section: games Priority: optional -Maintainer: Innocent De Marchi -Build-Depends: debhelper (>= 10), qtbase5-dev -Standards-Version: 4.1.3 +Maintainer: Debian QA Group +Build-Depends: debhelper-compat (= 12), qtbase5-dev +Standards-Version: 4.5.0 Homepage: http://qcheckers.sourceforge.net/ +Vcs-Git: https://salsa.debian.org/debian/kcheckers.git +Vcs-Browser: https://salsa.debian.org/debian/kcheckers Package: kcheckers Architecture: any diff -Nru kcheckers-0.8.1/debian/copyright kcheckers-0.8.1/debian/copyright --- kcheckers-0.8.1/debian/copyright 2011-08-28 17:05:51.000000000 +0000 +++ kcheckers-0.8.1/debian/copyright 2020-04-02 22:21:27.000000000 +0000 @@ -31,7 +31,7 @@ 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'. +Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is Copyright (C) 2006-2011, Bart Martens diff -Nru kcheckers-0.8.1/debian/rules kcheckers-0.8.1/debian/rules --- kcheckers-0.8.1/debian/rules 2017-12-31 07:57:21.000000000 +0000 +++ kcheckers-0.8.1/debian/rules 2020-04-03 19:28:25.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -export QT_SELECT=qt5 +export QT_SELECT=qt5 DPKG_EXPORT_BUILDFLAGS = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed @@ -11,6 +11,7 @@ CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) +QT_SELECT := qt5 QMAKEOPTIONS := QMAKE_CXXFLAGS_RELEASE='' QMAKE_CXXFLAGS_DEBUG='' \ QMAKE_CFLAGS_RELEASE='' QMAKE_CFLAGS_DEBUG='' \ QMAKE_CFLAGS='-Wall $(CFLAGS) $(CPPFLAGS)' \ @@ -21,4 +22,4 @@ dh $@ override_dh_auto_configure: - qmake -qt=5 "VERSION_NUMBER=$VERSION_NUMBER" $(QMAKEOPTIONS) kcheckers.pro && make -j 4 \ No newline at end of file + dh_auto_configure -- "VERSION_NUMBER=$VERSION_NUMBER" $(QMAKEOPTIONS)