Control: tags -1 + patch On 24-Oct-2015, Ben Finney wrote: > Please set the field “Section: devel”.
Attached is a patch series that addresses both Bug#802842 and Bug#802843. -- \ 德不孤、必有鄰。 (The virtuous are not abandoned, | `\ they shall surely have neighbours.) | _o__) —孔夫子 Confucius (551 BCE – 479 BCE) | Ben Finney <[email protected]>
From 7cdc4122a59c81006753a7a818a1046fd21680bf Mon Sep 17 00:00:00 2001 From: Ben Finney <[email protected]> Date: Sat, 24 Oct 2015 14:25:59 +1100 Subject: [PATCH 1/2] =?UTF-8?q?Set=20the=20correct=20=E2=80=9CSection?= =?UTF-8?q?=E2=80=9D=20value=20for=20each=20package.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The primary purpose of the overall code base matches the “devel” section best, so we set that as the Source package section. Only the Perl library belongs in a different section, so that gets a specific “Section: perl” value for its binary package. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8aeab71..b978b31 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: strip-nondeterminism -Section: perl +Section: devel Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libarchive-zip-perl @@ -10,6 +10,7 @@ Vcs-Git: https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git Vcs-Browser: https://anonscm.debian.org/cgit/reproducible/strip-nondeterminism.git Package: libfile-stripnondeterminism-perl +Section: perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libarchive-zip-perl Description: Perl module for stripping non-determinism from files -- 2.6.1
From 8e7ed14e0861b6663f971480ab25df8a5224f8bd Mon Sep 17 00:00:00 2001 From: Ben Finney <[email protected]> Date: Sat, 24 Oct 2015 14:28:07 +1100 Subject: [PATCH 2/2] Document the change that fixes these bugs. --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6e7a1ef..03eca2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strip-nondeterminism (0.013-2) unstable; urgency=medium + + [ Ben Finney ] + + * Set the correct “Section” value for each package. + (Closes: Bug#802842, Bug#802843) + + -- + strip-nondeterminism (0.013-1) unstable; urgency=medium * New upstream release. -- 2.6.1
signature.asc
Description: PGP signature
_______________________________________________ Reproducible-builds mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds
