diff -Nru unhide.rb-22/debian/changelog unhide.rb-22/debian/changelog --- unhide.rb-22/debian/changelog 2018-12-16 03:51:59.000000000 +0000 +++ unhide.rb-22/debian/changelog 2020-04-14 01:41:29.000000000 +0000 @@ -1,3 +1,30 @@ +unhide.rb (22-5) unstable; urgency=medium + + * Team upload + + [ Joao Eriberto Mota Filho ] + * debian/control: + - Added 'Rules-Requires-Root: no' to source stanza. + - Bumped Standards-Version to 4.5.0. + - Changed dependency ruby to ruby:any. + * debian/copyright: + - Added packaging rights for Samuel Henrique. + - Updated packaging copyright years. + * debian/upstream/metadata: added Bug-Database and Bug-Submit fields. + + [ Debian Janitor ] + * debian/control: Remove empty control field Uploaders. + * Use secure URI in Homepage field. + * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Repository, Repository-Browse. + + [ Samuel Henrique ] + * Team upload. + * Configure git-buildpackage for Debian. + + -- Joao Eriberto Mota Filho Mon, 13 Apr 2020 22:41:29 -0300 + unhide.rb (22-4) unstable; urgency=medium * Team upload. diff -Nru unhide.rb-22/debian/compat unhide.rb-22/debian/compat --- unhide.rb-22/debian/compat 2018-12-16 03:50:48.000000000 +0000 +++ unhide.rb-22/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru unhide.rb-22/debian/control unhide.rb-22/debian/control --- unhide.rb-22/debian/control 2018-12-16 03:50:48.000000000 +0000 +++ unhide.rb-22/debian/control 2020-04-14 01:41:29.000000000 +0000 @@ -2,16 +2,16 @@ Section: admin Priority: optional Maintainer: Debian Security Tools -Uploaders: -Build-Depends: debhelper (>= 11) -Standards-Version: 4.2.1 -Homepage: http://launchpad.net/unhide.rb +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Homepage: https://launchpad.net/unhide.rb Vcs-Browser: https://salsa.debian.org/pkg-security-team/unhide.rb Vcs-Git: https://salsa.debian.org/pkg-security-team/unhide.rb.git Package: unhide.rb Architecture: all -Depends: ruby, ${misc:Depends} +Depends: ruby:any, ${misc:Depends} Suggests: rkhunter Description: Forensics tool to find processes hidden by rootkits Unhide.rb is a forensics tool to find processes hidden by rootkits. diff -Nru unhide.rb-22/debian/copyright unhide.rb-22/debian/copyright --- unhide.rb-22/debian/copyright 2018-12-16 03:50:48.000000000 +0000 +++ unhide.rb-22/debian/copyright 2020-04-14 01:41:29.000000000 +0000 @@ -10,8 +10,9 @@ Copyright: 2011-2013 Julien Valroff 2012 Cédric Boutillier 2015 Giovani Augusto Ferreira - 2018 Joao Eriberto Mota Filho + 2018-2020 Joao Eriberto Mota Filho 2018 Raphaël Hertzog + 2020 Samuel Henrique License: GPL-3+ License: GPL-3+ diff -Nru unhide.rb-22/debian/gbp.conf unhide.rb-22/debian/gbp.conf --- unhide.rb-22/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ unhide.rb-22/debian/gbp.conf 2020-04-14 01:39:44.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 unhide.rb-22/debian/salsa-ci.yml unhide.rb-22/debian/salsa-ci.yml --- unhide.rb-22/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ unhide.rb-22/debian/salsa-ci.yml 2020-04-14 01:39:44.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 diff -Nru unhide.rb-22/debian/upstream/metadata unhide.rb-22/debian/upstream/metadata --- unhide.rb-22/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ unhide.rb-22/debian/upstream/metadata 2020-04-14 01:41:29.000000000 +0000 @@ -0,0 +1,4 @@ +Repository: https://code.launchpad.net/~walles/unhide.rb/trunk +Repository-Browse: https://code.launchpad.net/~walles/unhide.rb/trunk +Bug-Submit: https://bugs.launchpad.net/unhide.rb/+filebug +Bug-Database: https://bugs.launchpad.net/unhide.rb