diff -Nru gap-design-1.7+ds/debian/changelog gap-design-1.7+ds/debian/changelog --- gap-design-1.7+ds/debian/changelog 2019-07-19 13:01:24.000000000 +0000 +++ gap-design-1.7+ds/debian/changelog 2022-12-03 19:07:02.000000000 +0000 @@ -1,3 +1,21 @@ +gap-design (1.7+ds-3) unstable; urgency=medium + + [Jerome Benoit] + * d/watch, now use GitHub API to avoid breaking change from GitHub web UI + (see https://lists.debian.org/debian-devel/2022/09/msg00229.html). + * d/copyright, update Copyright year-tuples. + * d/control, introduce Rules-Requires-Root and set to no. + * d/control, bump gap version to 4.11. + + [ Debian Janitor ] + * Fix field name case in debian/tests/control (Test-command => Test-Command). + * Bump debhelper from old 12 to 13. + * Update renamed lintian tag names in lintian overrides. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. + * Update standards version to 4.6.1, no changes needed. + + -- Jerome Benoit Sat, 03 Dec 2022 19:07:02 +0000 + gap-design (1.7+ds-2) unstable; urgency=medium * Upload to unstable. diff -Nru gap-design-1.7+ds/debian/control gap-design-1.7+ds/debian/control --- gap-design-1.7+ds/debian/control 2019-07-19 12:59:35.000000000 +0000 +++ gap-design-1.7+ds/debian/control 2022-12-03 19:06:42.000000000 +0000 @@ -3,11 +3,12 @@ Priority: optional Maintainer: Debian Science Maintainers Uploaders: Jerome Benoit +Rules-Requires-Root: no Build-Depends: - debhelper-compat (= 12), - gap (>=4r10p2-1~), gap-gapdoc, gap-grape (>=4.8.2), gap-transgrp, + debhelper-compat (= 13), + gap (>= 4.11), gap-gapdoc, gap-grape (>= 4.8.2), gap-transgrp, texlive-latex-extra, texlive-fonts-recommended, tth -Standards-Version: 4.4.0 +Standards-Version: 4.6.1 Homepage: https://www.gap-system.org/Packages/design.html Vcs-Git: https://salsa.debian.org/science-team/gap-design.git Vcs-Browser: https://salsa.debian.org/science-team/gap-design diff -Nru gap-design-1.7+ds/debian/copyright gap-design-1.7+ds/debian/copyright --- gap-design-1.7+ds/debian/copyright 2019-04-25 15:29:29.000000000 +0000 +++ gap-design-1.7+ds/debian/copyright 2022-12-03 19:02:14.000000000 +0000 @@ -15,12 +15,12 @@ Files: * Copyright: - 2003-2019 Leonard H. Soicher + 2003-2022 Leonard H. Soicher License: GPL-2+ Files: debian/* Copyright: - 2016-2019 Jerome Benoit + 2016-2022 Jerome Benoit License: GPL-2+ License: GPL-2+ diff -Nru gap-design-1.7+ds/debian/source/lintian-overrides gap-design-1.7+ds/debian/source/lintian-overrides --- gap-design-1.7+ds/debian/source/lintian-overrides 2018-11-13 07:36:06.000000000 +0000 +++ gap-design-1.7+ds/debian/source/lintian-overrides 2022-12-03 16:57:01.000000000 +0000 @@ -1 +1 @@ -debian-watch-does-not-check-gpg-signature +debian-watch-does-not-check-openpgp-signature diff -Nru gap-design-1.7+ds/debian/tests/control gap-design-1.7+ds/debian/tests/control --- gap-design-1.7+ds/debian/tests/control 2019-04-25 16:53:56.000000000 +0000 +++ gap-design-1.7+ds/debian/tests/control 2022-12-03 16:57:01.000000000 +0000 @@ -1,3 +1,3 @@ -Test-command: echo "QUIT_GAP(TestDirectory(\"debian/tests\"));" | gap -A -q -T +Test-Command: echo "QUIT_GAP(TestDirectory(\"debian/tests\"));" | gap -A -q -T -Test-command: echo "LoadPackage(\"transgrp\");LoadPackage(\"design\");QUIT_GAP(TestDirectory(DirectoriesPackageLibrary(\"design\",\"tst\")));" | gap -A -q -T +Test-Command: echo "LoadPackage(\"transgrp\");LoadPackage(\"design\");QUIT_GAP(TestDirectory(DirectoriesPackageLibrary(\"design\",\"tst\")));" | gap -A -q -T diff -Nru gap-design-1.7+ds/debian/upstream/metadata gap-design-1.7+ds/debian/upstream/metadata --- gap-design-1.7+ds/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ gap-design-1.7+ds/debian/upstream/metadata 2022-12-03 16:57:01.000000000 +0000 @@ -0,0 +1,4 @@ +--- +Bug-Database: https://github.com/gap-packages/design/issues +Bug-Submit: https://github.com/gap-packages/design/issues/new +Repository-Browse: https://github.com/gap-packages/design diff -Nru gap-design-1.7+ds/debian/watch gap-design-1.7+ds/debian/watch --- gap-design-1.7+ds/debian/watch 2019-04-21 14:57:06.000000000 +0000 +++ gap-design-1.7+ds/debian/watch 2022-12-03 18:55:45.000000000 +0000 @@ -1,3 +1,4 @@ version=4 -opts=repack,dversionmangle=s/\+ds//,repacksuffix=+ds \ -https://github.com/gap-packages/design/releases .*/design-(\d\S*)\.tar\.gz +opts=repack,repacksuffix=+ds,compression=xz,dversionmangle=s/\+ds[\d]?//,searchmode=plain \ + https://api.github.com/repos/gap-packages/design/releases \ + https://github.com/gap-packages/design/releases/download/v\d[\.\d]*/design-(\d[\d.-]+)\.tar\.gz