diff -Nru hashcat-meta-20180828+nmu1/debian/changelog hashcat-meta-20210201/debian/changelog --- hashcat-meta-20180828+nmu1/debian/changelog 2019-03-02 09:31:57.000000000 +0000 +++ hashcat-meta-20210201/debian/changelog 2021-02-02 00:41:12.000000000 +0000 @@ -1,3 +1,21 @@ +hashcat-meta (20210201) unstable; urgency=medium + + * Team Upload + + [ Samuel Henrique ] + * Bump DH to 13 + * Bump Standards-Version to 4.5.1 + * Add salsa-ci.yml + * Configure git-buildpackage for Debian + * d/control: Add 'Rules-Requires-Root: no' + * d/copyright: Move comment to header paragraph + + [ Debian Janitor ] + * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. + + -- Samuel Henrique Tue, 02 Feb 2021 00:41:12 +0000 + hashcat-meta (20180828+nmu1) unstable; urgency=medium * Non-maintainer upload. diff -Nru hashcat-meta-20180828+nmu1/debian/compat hashcat-meta-20210201/debian/compat --- hashcat-meta-20180828+nmu1/debian/compat 2019-03-02 09:31:57.000000000 +0000 +++ hashcat-meta-20210201/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru hashcat-meta-20180828+nmu1/debian/control hashcat-meta-20210201/debian/control --- hashcat-meta-20180828+nmu1/debian/control 2019-03-02 09:31:57.000000000 +0000 +++ hashcat-meta-20210201/debian/control 2021-02-02 00:41:12.000000000 +0000 @@ -3,8 +3,9 @@ Priority: optional Maintainer: Debian Security Tools Uploaders: Raphaël Hertzog -Build-Depends: debhelper (>= 11) -Standards-Version: 4.2.1 +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.1 +Rules-Requires-Root: no Homepage: https://hashcat.net/hashcat/ Vcs-Git: https://salsa.debian.org/pkg-security-team/hashcat-meta.git Vcs-Browser: https://salsa.debian.org/pkg-security-team/hashcat-meta diff -Nru hashcat-meta-20180828+nmu1/debian/copyright hashcat-meta-20210201/debian/copyright --- hashcat-meta-20180828+nmu1/debian/copyright 2019-03-02 09:31:57.000000000 +0000 +++ hashcat-meta-20210201/debian/copyright 2021-02-02 00:41:12.000000000 +0000 @@ -1,14 +1,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hashcat-meta - -Files: * -Copyright: 2017 Raphaël Hertzog -License: GPL-3.0+ Comment: The package is in contrib because its main purpose is to have dependencies on packages from non-free... dependencies that we can't have on packages in main. +Files: * +Copyright: 2017 Raphaël Hertzog +License: GPL-3.0+ + License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru hashcat-meta-20180828+nmu1/debian/gbp.conf hashcat-meta-20210201/debian/gbp.conf --- hashcat-meta-20180828+nmu1/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ hashcat-meta-20210201/debian/gbp.conf 2021-02-02 00:41:12.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 hashcat-meta-20180828+nmu1/debian/salsa-ci.yml hashcat-meta-20210201/debian/salsa-ci.yml --- hashcat-meta-20180828+nmu1/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ hashcat-meta-20210201/debian/salsa-ci.yml 2021-02-02 00:41:12.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml