diff -Nru comptty-1.0.1/debian/changelog comptty-1.0.1/debian/changelog --- comptty-1.0.1/debian/changelog 2020-03-22 15:36:33.000000000 +0000 +++ comptty-1.0.1/debian/changelog 2022-01-05 14:43:31.000000000 +0000 @@ -1,8 +1,17 @@ -comptty (1.0.1-4build1) focal; urgency=medium +comptty (1.0.1-5) unstable; urgency=low - * No-change rebuild for libgcc-s1 package name change. + * Team upload. - -- Matthias Klose Sun, 22 Mar 2020 16:36:33 +0100 + [ Debian Janitor ] + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Submit (from ./configure). + * Update standards version to 4.5.0, no changes needed. + + [ Christoph Berg ] + * B-D on pkg-config and use plain dh_auto_configure. + * Move sensible-utils from B-D to Depends. + + -- Christoph Berg Wed, 05 Jan 2022 15:43:31 +0100 comptty (1.0.1-4) unstable; urgency=medium diff -Nru comptty-1.0.1/debian/compat comptty-1.0.1/debian/compat --- comptty-1.0.1/debian/compat 2019-07-21 12:05:40.000000000 +0000 +++ comptty-1.0.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru comptty-1.0.1/debian/control comptty-1.0.1/debian/control --- comptty-1.0.1/debian/control 2019-07-21 12:05:40.000000000 +0000 +++ comptty-1.0.1/debian/control 2022-01-05 14:42:04.000000000 +0000 @@ -3,15 +3,15 @@ Priority: optional Maintainer: Debian Hamradio Maintainers Uploaders: Ana Custura -Build-Depends: debhelper (>= 12), libfltk1.3-dev, sensible-utils -Standards-Version: 4.4.0 +Build-Depends: debhelper-compat (= 12), libfltk1.3-dev, pkg-config +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/comptty Vcs-Git: https://salsa.debian.org/debian-hamradio-team/comptty.git Homepage: http://www.w1hkj.com/ Package: comptty Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, sensible-utils Description: GUI based tool to compare two RTTY streams Comptty is used to compare two RTTY streams. It's comparison function uses a linear-programming technique. It computes total number of errors, the diff -Nru comptty-1.0.1/debian/gitlab-ci.yml comptty-1.0.1/debian/gitlab-ci.yml --- comptty-1.0.1/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ comptty-1.0.1/debian/gitlab-ci.yml 2022-01-05 14:43:31.000000000 +0000 @@ -0,0 +1,6 @@ +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 + +reprotest: + extends: .test-reprotest-diffoscope diff -Nru comptty-1.0.1/debian/rules comptty-1.0.1/debian/rules --- comptty-1.0.1/debian/rules 2019-07-21 11:58:37.000000000 +0000 +++ comptty-1.0.1/debian/rules 2022-01-05 14:37:42.000000000 +0000 @@ -1,10 +1,5 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all --include /usr/share/dpkg/architecture.mk - %: - dh $@ --without autoreconf - -override_dh_auto_configure: - ./configure --disable-option-checking --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/$(DEB_HOST_MULTIARCH) --libexecdir=\${prefix}/lib/$(DEB_HOST_MULTIARCH) --disable-maintainer-mode --disable-dependency-tracking --host=$(DEB_HOST_GNU_TYPE) + dh $@ diff -Nru comptty-1.0.1/debian/upstream/metadata comptty-1.0.1/debian/upstream/metadata --- comptty-1.0.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ comptty-1.0.1/debian/upstream/metadata 2022-01-05 14:36:24.000000000 +0000 @@ -0,0 +1,2 @@ +--- +Bug-Submit: w1hkj AT w1hkj DOT com