diff -Nru pinfo-0.6.13/debian/changelog pinfo-0.6.13/debian/changelog --- pinfo-0.6.13/debian/changelog 2022-05-08 12:36:50.000000000 +0000 +++ pinfo-0.6.13/debian/changelog 2022-05-15 06:17:26.000000000 +0000 @@ -1,3 +1,12 @@ +pinfo (0.6.13-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * Drop menu file, as the Debian menu system is deprecated. + * Fix watch file. + * Remove the explicit as-needed linking, as it is done by binutils now. + + -- Pino Toscano Sun, 15 May 2022 08:17:26 +0200 + pinfo (0.6.13-1.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru pinfo-0.6.13/debian/menu pinfo-0.6.13/debian/menu --- pinfo-0.6.13/debian/menu 2020-10-28 18:45:39.000000000 +0000 +++ pinfo-0.6.13/debian/menu 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -?package(pinfo):needs="text" section="Help" title="Info Browser" command="pinfo" - diff -Nru pinfo-0.6.13/debian/rules pinfo-0.6.13/debian/rules --- pinfo-0.6.13/debian/rules 2020-10-28 18:45:39.000000000 +0000 +++ pinfo-0.6.13/debian/rules 2022-05-15 06:14:14.000000000 +0000 @@ -2,7 +2,6 @@ #export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all future=+all qa=+all reproducible=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: diff -Nru pinfo-0.6.13/debian/watch pinfo-0.6.13/debian/watch --- pinfo-0.6.13/debian/watch 2020-10-28 18:45:39.000000000 +0000 +++ pinfo-0.6.13/debian/watch 2022-05-15 06:11:37.000000000 +0000 @@ -1,3 +1,4 @@ version=4 -opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/pinfo-$1\.tar\.gz/ \ - https://github.com/baszoetekouw/pinfo/releases .*/archive/v?(\d\S+)\.tar\.gz +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%" \ + https://github.com/baszoetekouw/pinfo/tags \ + (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@