Source: obnam Version: 1.5-1 Severity: minor Tags: patch debian/control has a typo. The field listing the uploaders is called 'Uploaders:' , not 'Uploader:'
Assuming Gaudenz is still meant to be listed as Uploader you'll find a trivial patch attached. Regards, Michael -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- no debconf information
diff --git a/debian/control b/debian/control index 0aaab3c..80911f4 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: obnam Maintainer: Lars Wirzenius <[email protected]> -Uploader: Gaudenz Steinlin <[email protected]> +Uploaders: Gaudenz Steinlin <[email protected]> Section: python Priority: optional Standards-Version: 3.9.3

