Package: file Version: 1:5.19-2 Severity: normal Tags: patch Control: block -1 by 763766
Dear file maintainers, the syntax for the Build-Profiles field was changed during the bootstrap sprint in paris [1,2]. Please see attached patch for a fix of the issue. Since file depends on debhelper's ability to conditionally build packages, this bug is blocked by the debhelper bug#763766. cheers, josch [1] https://wiki.debian.org/Sprints/2014/BootstrapSprint [2] https://wiki.debian.org/BuildProfileSpec
diff -Nru file-5.19/debian/changelog file-5.19/debian/changelog --- file-5.19/debian/changelog 2014-09-07 19:02:08.000000000 +0200 +++ file-5.19/debian/changelog 2014-10-06 14:51:38.000000000 +0200 @@ -1,3 +1,10 @@ +file (1:5.19-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Change syntax of the Build-Profiles field to comply with the spec + + -- Johannes Schauer <[email protected]> Mon, 06 Oct 2014 14:51:07 +0200 + file (1:5.19-2) unstable; urgency=high * urgency set to high to address a security problem diff -Nru file-5.19/debian/control file-5.19/debian/control --- file-5.19/debian/control 2014-10-06 14:49:49.000000000 +0200 +++ file-5.19/debian/control 2014-10-06 14:52:12.000000000 +0200 @@ -67,7 +67,7 @@ Section: python Priority: optional Architecture: all -Build-Profiles: !stage1 +Build-Profiles: <!stage1> Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, libmagic1 (>= ${binary:Version}), libmagic1 (<< ${binary:Version}.1~), @@ -83,7 +83,7 @@ Section: python Priority: optional Architecture: all -Build-Profiles: !stage1 +Build-Profiles: <!stage1> Depends: ${misc:Depends}, ${python3:Depends}, libmagic1 (>= ${binary:Version}), libmagic1 (<< ${binary:Version}.1~),

