diff -Nru bdbvu-0.1/debian/bdbvu.1 bdbvu-0.1/debian/bdbvu.1 --- bdbvu-0.1/debian/bdbvu.1 2017-08-16 08:59:20.000000000 +0000 +++ bdbvu-0.1/debian/bdbvu.1 2020-03-02 09:38:56.000000000 +0000 @@ -20,5 +20,5 @@ bdbvu was written by Ferruccio Barletta. .PP This manual page was written by Benjamin Drung - for the Debian project + for the Debian project (and may be used by others). diff -Nru bdbvu-0.1/debian/changelog bdbvu-0.1/debian/changelog --- bdbvu-0.1/debian/changelog 2020-03-22 15:34:28.000000000 +0000 +++ bdbvu-0.1/debian/changelog 2020-03-02 09:45:08.000000000 +0000 @@ -1,8 +1,13 @@ -bdbvu (0.1-2build1) focal; urgency=medium +bdbvu (0.1-3) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + * Move packaging to salsa.debian.org + * Update my email address to @cloud.ionos.com + * Use https for copyright format URI + * Switch to debhelper 12 + * Set Rules-Requires-Root: no + * Bump Standards-Version to 4.5.0 - -- Matthias Klose Sun, 22 Mar 2020 16:34:28 +0100 + -- Benjamin Drung Mon, 02 Mar 2020 10:45:08 +0100 bdbvu (0.1-2) unstable; urgency=medium diff -Nru bdbvu-0.1/debian/compat bdbvu-0.1/debian/compat --- bdbvu-0.1/debian/compat 2014-11-25 13:38:49.000000000 +0000 +++ bdbvu-0.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru bdbvu-0.1/debian/control bdbvu-0.1/debian/control --- bdbvu-0.1/debian/control 2017-08-16 10:01:08.000000000 +0000 +++ bdbvu-0.1/debian/control 2020-03-02 09:44:28.000000000 +0000 @@ -1,12 +1,13 @@ Source: bdbvu -Maintainer: Benjamin Drung +Maintainer: Benjamin Drung Section: database Priority: optional -Build-Depends: debhelper (>= 9), libdb++-dev, qtbase5-dev -Standards-Version: 4.0.1 +Build-Depends: debhelper-compat (= 12), libdb++-dev, qtbase5-dev +Rules-Requires-Root: no +Standards-Version: 4.5.0 Homepage: https://github.com/ferruccio/bdbvu -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bdbvu.git -Vcs-Git: https://anonscm.debian.org/git/collab-maint/bdbvu.git +Vcs-Browser: https://salsa.debian.org/debian/bdbvu +Vcs-Git: https://salsa.debian.org/debian/bdbvu.git Package: bdbvu Architecture: any diff -Nru bdbvu-0.1/debian/copyright bdbvu-0.1/debian/copyright --- bdbvu-0.1/debian/copyright 2017-08-16 09:59:06.000000000 +0000 +++ bdbvu-0.1/debian/copyright 2020-03-02 09:41:45.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: Berkeley DB Viewer Source: https://github.com/ferruccio/bdbvu @@ -7,7 +7,7 @@ License: GPL-3+ Files: debian/* -Copyright: 2014-2017 Benjamin Drung +Copyright: 2014-2020 Benjamin Drung License: GPL-3+ License: GPL-3+ diff -Nru bdbvu-0.1/debian/patches/qt5.patch bdbvu-0.1/debian/patches/qt5.patch --- bdbvu-0.1/debian/patches/qt5.patch 2017-08-16 09:41:34.000000000 +0000 +++ bdbvu-0.1/debian/patches/qt5.patch 2020-03-02 09:39:19.000000000 +0000 @@ -1,5 +1,5 @@ From b4b27c66016c2009bea7f60a6344e6cc864c3976 Mon Sep 17 00:00:00 2001 -From: Benjamin Drung +From: Benjamin Drung Date: Wed, 16 Aug 2017 11:10:35 +0200 Subject: [PATCH] Support building against Qt5 diff -Nru bdbvu-0.1/debian/rules bdbvu-0.1/debian/rules --- bdbvu-0.1/debian/rules 2017-08-16 09:58:44.000000000 +0000 +++ bdbvu-0.1/debian/rules 2020-03-02 09:42:48.000000000 +0000 @@ -4,4 +4,4 @@ export QT_SELECT = qt5 %: - dh $@ --parallel + dh $@