Bug#866202: faustworks: incorrect section in debian/control Source

Colin Watson cjwatson at ubuntu.com
Wed Jun 28 08:51:42 UTC 2017


Package: faustworks
Version: 0.5~repack0-3
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu artful ubuntu-patch

faustworks has "Section: programming" in the Source stanza of its
debian/control, which is invalid.  (This causes a binary upload failure
in Ubuntu, because the source section ends up in the .buildinfo file
which has some minimal validation performed on it.)  It should almost
certainly just match the binary section in this case, as follows:

diff --git a/debian/control b/debian/control
index 863ea89..2f22f9d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: faustworks
-Section: programming
+Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders:

Thanks,

-- 
Colin Watson                                       [cjwatson at ubuntu.com]



More information about the pkg-multimedia-maintainers mailing list