Control: tags -1 patch
Please find a patch attached that fixes this.
diff -Nru tor-0.4.8.16/debian/changelog tor-0.4.8.16/debian/changelog --- tor-0.4.8.16/debian/changelog 2025-09-18 11:47:32.000000000 +0200 +++ tor-0.4.8.16/debian/changelog 2025-09-18 11:42:47.000000000 +0200 @@ -1,3 +1,10 @@ +tor (0.4.8.16-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Convert to source format 3.0 (closes: #1007312). + + -- Bastian Germann <[email protected]> Thu, 18 Sep 2025 11:42:47 +0200 + tor (0.4.8.16-1) unstable; urgency=medium * New upstream version. diff -Nru tor-0.4.8.16/debian/control tor-0.4.8.16/debian/control --- tor-0.4.8.16/debian/control 2025-09-18 11:47:32.000000000 +0200 +++ tor-0.4.8.16/debian/control 2025-09-18 11:42:09.000000000 +0200 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Peter Palfrader <[email protected]> -Build-Depends: debhelper (>= 10), quilt, libssl-dev, zlib1g-dev, libevent-dev (>= 1.1), asciidoc (>= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libseccomp-dev [amd64 i386], libsystemd-dev [linux-any], pkg-config [linux-any], libcap-dev [linux-any], dh-autoreconf, liblzma-dev, libzstd-dev, dh-runit (>= 2.8.8) +Build-Depends: debhelper (>= 10), libssl-dev, zlib1g-dev, libevent-dev (>= 1.1), asciidoc (>= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libseccomp-dev [amd64 i386], libsystemd-dev [linux-any], pkg-config [linux-any], libcap-dev [linux-any], dh-autoreconf, liblzma-dev, libzstd-dev, dh-runit (>= 2.8.8) Build-Conflicts: libnacl-dev, libseccomp-dev [!amd64 !i386] Standards-Version: 4.4.0 Homepage: https://www.torproject.org/ diff -Nru tor-0.4.8.16/debian/rules tor-0.4.8.16/debian/rules --- tor-0.4.8.16/debian/rules 2025-09-18 11:47:32.000000000 +0200 +++ tor-0.4.8.16/debian/rules 2025-09-18 11:42:29.000000000 +0200 @@ -22,7 +22,6 @@ %: dh \ $@ \ - --with quilt \ --with autoreconf \ --with runit \ $(dhoptions) \ diff -Nru tor-0.4.8.16/debian/source/format tor-0.4.8.16/debian/source/format --- tor-0.4.8.16/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ tor-0.4.8.16/debian/source/format 2025-09-18 11:41:43.000000000 +0200 @@ -0,0 +1 @@ +3.0 (quilt)

