diff -Nru fcrackzip-1.0/debian/changelog fcrackzip-1.0/debian/changelog --- fcrackzip-1.0/debian/changelog 2019-12-28 20:12:10.000000000 +0000 +++ fcrackzip-1.0/debian/changelog 2021-02-02 00:39:55.000000000 +0000 @@ -1,3 +1,21 @@ +fcrackzip (1.0-11) unstable; urgency=medium + + [ Debian Janitor ] + * Update standards version to 4.5.0, no changes needed. + * debian/copyright: use correct machine-readable copyright file URI. + * debian/tests/control: fix field name case (Test-command => Test-Command). + + [ Giovani Augusto Ferreira ] + * Bumped DH level to 13. + * Bumped standards version to 4.5.1, no changes needed. + * debian/copyright: updated license text and years. + * debian/rules: remove '-Wl,--as-needed' flag as it's the default now. + + [ Samuel Henrique ] + * Configure git-buildpackage for Debian + + -- Giovani Augusto Ferreira Mon, 01 Feb 2021 21:39:55 -0300 + fcrackzip (1.0-10) unstable; urgency=medium [ Giovani Augusto Ferreira ] diff -Nru fcrackzip-1.0/debian/control fcrackzip-1.0/debian/control --- fcrackzip-1.0/debian/control 2019-12-28 20:12:10.000000000 +0000 +++ fcrackzip-1.0/debian/control 2021-02-02 00:39:55.000000000 +0000 @@ -5,8 +5,8 @@ Uploaders: Giovani Augusto Ferreira Build-Depends: - debhelper-compat (= 12) -Standards-Version: 4.4.1 + debhelper-compat (= 13) +Standards-Version: 4.5.1 Rules-Requires-Root: binary-targets Vcs-Browser: https://salsa.debian.org/pkg-security-team/fcrackzip Vcs-Git: https://salsa.debian.org/pkg-security-team/fcrackzip.git diff -Nru fcrackzip-1.0/debian/copyright fcrackzip-1.0/debian/copyright --- fcrackzip-1.0/debian/copyright 2019-12-28 20:12:10.000000000 +0000 +++ fcrackzip-1.0/debian/copyright 2021-02-02 00:39:55.000000000 +0000 @@ -1,4 +1,4 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fcrackzip Upstream-Contact: Marc Lehmann , Source: http://oldhome.schmorp.de/marc/fcrackzip.html @@ -23,12 +23,28 @@ 2010-2013 Jari Aalto 2013 Tony Mancill 2015 Adam Borowski - 2016-2019 Giovani Augusto Ferreira + 2016-2021 Giovani Augusto Ferreira 2016 Joao Eriberto Mota Filho - 2019 Samuel Henrique + 2019-2020 Samuel Henrique License: GPL-2+ -License: GPL-2 or GPL-2+ +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. + . + 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 program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +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 diff -Nru fcrackzip-1.0/debian/gbp.conf fcrackzip-1.0/debian/gbp.conf --- fcrackzip-1.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ fcrackzip-1.0/debian/gbp.conf 2021-02-02 00:39:55.000000000 +0000 @@ -0,0 +1,15 @@ +[DEFAULT] +debian-branch = debian/master +pristine-tar = True + +[buildpackage] +sign-tags = True + +[import-orig] +filter-pristine-tar = True + +[pq] +patch-numbers = False + +[dch] +multimaint-merge = True diff -Nru fcrackzip-1.0/debian/rules fcrackzip-1.0/debian/rules --- fcrackzip-1.0/debian/rules 2019-12-28 20:12:10.000000000 +0000 +++ fcrackzip-1.0/debian/rules 2021-02-02 00:39:55.000000000 +0000 @@ -5,7 +5,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ diff -Nru fcrackzip-1.0/debian/tests/control fcrackzip-1.0/debian/tests/control --- fcrackzip-1.0/debian/tests/control 2019-12-28 20:12:10.000000000 +0000 +++ fcrackzip-1.0/debian/tests/control 2021-02-02 00:39:55.000000000 +0000 @@ -1 +1 @@ -Test-command: fcrackzip --help +Test-Command: fcrackzip --help