diff -Nru mtr-0.93/debian/changelog mtr-0.93/debian/changelog --- mtr-0.93/debian/changelog 2019-08-20 21:26:21.000000000 +0000 +++ mtr-0.93/debian/changelog 2020-04-19 15:54:14.000000000 +0000 @@ -1,3 +1,14 @@ +mtr (0.93-2) unstable; urgency=medium + + * Bump Standards Version to 4.5.0 + * d/rules: Change override_dh_auto_build to allow debhelper to use + deblheper flags + * Use debhelper-compat instead of debhelper + * Add salsa-ci.yml for pipelines + * Add gbp.conf + + -- Samuel Henrique Sun, 19 Apr 2020 16:54:14 +0100 + mtr (0.93-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru mtr-0.93/debian/compat mtr-0.93/debian/compat --- mtr-0.93/debian/compat 2019-08-20 21:26:21.000000000 +0000 +++ mtr-0.93/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru mtr-0.93/debian/control mtr-0.93/debian/control --- mtr-0.93/debian/control 2019-08-20 21:26:21.000000000 +0000 +++ mtr-0.93/debian/control 2020-04-19 15:54:14.000000000 +0000 @@ -4,10 +4,10 @@ Maintainer: Robert Woodcock Uploaders: Rhonda D'Vine , Samuel Henrique -Standards-Version: 4.4.0 +Standards-Version: 4.5.0 Homepage: http://www.bitwizard.nl/mtr/ Build-Depends: automake, - debhelper (>= 12~), + debhelper-compat (= 12), libgtk2.0-dev, libncurses-dev Vcs-Browser: https://salsa.debian.org/debian/mtr diff -Nru mtr-0.93/debian/gbp.conf mtr-0.93/debian/gbp.conf --- mtr-0.93/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ mtr-0.93/debian/gbp.conf 2020-04-19 15:54:14.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 mtr-0.93/debian/rules mtr-0.93/debian/rules --- mtr-0.93/debian/rules 2019-08-20 21:26:21.000000000 +0000 +++ mtr-0.93/debian/rules 2020-04-19 15:54:14.000000000 +0000 @@ -21,8 +21,8 @@ CFLAGS=-I.. dh_auto_configure --builddirectory=mtr-tiny -- $(shell dpkg-buildflags --export=configure >/dev/null 2>&1 && dpkg-buildflags --export=configure) $(confflags) --without-gtk override_dh_auto_build: - make -C mtr - make -C mtr-tiny + dh_auto_build -- -C mtr + dh_auto_build -- -C mtr-tiny override_dh_auto_clean: rm -f Makefile.in diff -Nru mtr-0.93/debian/salsa-ci.yml mtr-0.93/debian/salsa-ci.yml --- mtr-0.93/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ mtr-0.93/debian/salsa-ci.yml 2020-04-19 15:54:14.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