Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Hello. I'm asked to make a release of hello to fix the version skew created by the test security upload for stretch. Since this package serves as example, there are several things that I could fix as well, but I consider "safe enough" the ones in this debdiff. This is not uploaded yet. Waiting for approval. Thanks. diff -Nru hello-2.10/debian/changelog hello-2.10/debian/changelog --- hello-2.10/debian/changelog 2015-03-22 11:56:16.000000000 +0100 +++ hello-2.10/debian/changelog 2019-05-12 22:26:59.000000000 +0200 @@ -1,3 +1,12 @@ +hello (2.10-2) unstable; urgency=medium + + * Fix version skew. Closes: #928887. + * Drop debian/compat and use new syntax to specify compat level. + * Standards-Version: 4.3.0 (no changes for this). + * Rules-Requires-Root: no + + -- Santiago Vila <[email protected]> Sun, 12 May 2019 20:26:59 +0000 + hello (2.10-1) unstable; urgency=low * New upstream release. diff -Nru hello-2.10/debian/compat hello-2.10/debian/compat --- hello-2.10/debian/compat 2015-03-22 11:00:00.000000000 +0100 +++ hello-2.10/debian/compat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -9 diff -Nru hello-2.10/debian/control hello-2.10/debian/control --- hello-2.10/debian/control 2015-03-22 11:00:00.000000000 +0100 +++ hello-2.10/debian/control 2019-05-12 22:26:59.000000000 +0200 @@ -2,9 +2,10 @@ Section: devel Priority: optional Maintainer: Santiago Vila <[email protected]> -Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 9.20120311) +Standards-Version: 4.3.0 +Build-Depends: debhelper-compat (= 9) Homepage: http://www.gnu.org/software/hello/ +Rules-Requires-Root: no Package: hello Architecture: any

