Your message dated Sun, 26 Oct 2014 21:23:53 +0000
with message-id <e1xivi1-0002oy...@franck.debian.org>
and subject line Bug#764595: fixed in mini-buildd 1.0.5
has caused the Debian Bug report #764595,
regarding mini-buildd: Can't GPG-verify changes files (since 
python-debian-0.1.23)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
764595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764595
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mini-buildd
Version: 1.0.4
Severity: grave
Justification: renders package unusable

A reminder to myself, and for those wondering...

grave: As this basically prevents any package building.

Will be fixed asap, see

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764380

Workarounds:

(1)

Downgrade to python-debian < 0.1.23

(2)

diff --git a/mini_buildd/ftpd.py b/mini_buildd/ftpd.py
index d763b32..46769a7 100644
--- a/mini_buildd/ftpd.py
+++ b/mini_buildd/ftpd.py
@@ -42,7 +42,7 @@ class Incoming(object):
             if cls.is_changes(changes_file):
                 LOG.debug("Checking: {c}".format(c=changes_file))
                 try:
-                    for fd in 
debian.deb822.Changes(mini_buildd.misc.open_utf8(changes_file)).get("Files", 
[]):
+                    for fd in debian.deb822.Changes(open(changes_file, 
"r")).get("Files", []):
                         valid_files.append(fd["name"])
                         LOG.debug("Valid: {c}".format(c=fd["name"]))


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-0.bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mini-buildd depends on:
ii  adduser                     3.113+nmu3
ii  debconf [debconf-2.0]       1.5.53
ii  debootstrap                 1.0.63
ii  devscripts                  2.14.7
ii  dpkg-dev                    1.17.16
ii  gnupg                       1.4.18-4
ii  libjs-jquery                1.7.2+dfsg-3.2
ii  libjs-sphinxdoc             1.2.3+dfsg-1
ii  lintian                     2.5.28
ii  mini-buildd-common          1.0.4
ii  python-cherrypy3            3.5.0-1
ii  python-daemon               1.5.5-1
ii  python-django               1.7-2
ii  python-django-extensions    1.3.10-1
ii  python-django-registration  1.0+dfsg-2
ii  python-mini-buildd          1.0.4
ii  python-pyftpdlib            1.2.0-1
pn  python:any                  <none>
ii  reprepro                    4.16.0-1
ii  sbuild                      0.64.3-2
ii  schroot                     1.6.10-1+b1
ii  sudo                        1.8.10p3-1

Versions of packages mini-buildd recommends:
ii  python-apt  0.9.3.10

Versions of packages mini-buildd suggests:
pn  binfmt-support    <none>
ii  debootstrap       1.0.63
pn  haveged           <none>
pn  lvm2              <none>
pn  qemu-user-static  <none>

-- Configuration Files:
/etc/default/mini-buildd changed [not included]
/etc/sudoers.d/mini-buildd-sudoers [Errno 13] Permission denied: 
u'/etc/sudoers.d/mini-buildd-sudoers'

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: mini-buildd
Source-Version: 1.0.5

We believe that the bug you reported is fixed in the latest version of
mini-buildd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 764...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephan Sürken <abs...@debian.org> (supplier of updated mini-buildd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 26 Oct 2014 20:12:05 +0000
Source: mini-buildd
Binary: python-mini-buildd mini-buildd mini-buildd-common
Architecture: source all
Version: 1.0.5
Distribution: unstable
Urgency: medium
Maintainer: Stephan Sürken <abs...@debian.org>
Changed-By: Stephan Sürken <abs...@debian.org>
Description:
 mini-buildd - minimal build daemon - daemon
 mini-buildd-common - minimal build daemon - 08x upgrade dummy package
 python-mini-buildd - minimal build daemon - python library and user tool
Closes: 764595 764617 764736 765378 765641 766191
Changes:
 mini-buildd (1.0.5) unstable; urgency=medium
 .
   * [016c59f] mini_buildd/daemon.py: Fix warning with pylint 1.3.
   * [9f3d61a] [devel] "./devel all": Sleep a while until service becomes
     ready.
   * [2cdcffc] [devel] pylint: Globally disable W1302 (seems just wrong).
   * [48d9bf7] p-d-registration: Add 'd.c.auth.urls', needed since some
     django update. (Closes: 764736)
   * [0aaf375] Remove the obsoleted "chroot sudo workaround". (Closes:
     764617)
   * [09adf78] [django 1.7] Remove "user profile" code (deprecated for good
     in 1.7) (Closes: 765378)
   * [a4e6e5c] sudo chroot workaround cleanup: Assure /etc/sudoers file is
     present (else newer sudo may fail on upgrade) (Closes: 766191)
   * [ab55bd0] control: Add dep dpkg-dev >1.17 (needed by new sbuild); also
     update devscripts dep (relevant for wheezy port only).
   * [e887a9a] [html] Log: Add "file browse" and PTS link for convenience.
   * [8ae5176] Chroot::check(): Detect (and deny) "sudo workaround chroots"
     (so they eventually become disabled automatically).
   * [6e39fda] Update etamydata chroot setup default/example snippets to
     also work with eatmydata >= 82. (Closes: 765641)
   * [2149b13] mini-buildd.NEWS: Update/correct existing NEWS (for
     upgrading 0.8.x->1.0.0)
   * [0266352] control: Depend on python-debian (>= 0.1.25~). (Closes:
     764595)
   * [a6fa26f] doc: Add note about systemd/schroot bug 728096, and add
     workaround as example script.
   * [aa3757e] setup wizards: Add support for Ubuntu "utopic".
Checksums-Sha1:
 a8fec1665e7f59965ba73472b161a805dfcc6438 1475 mini-buildd_1.0.5.dsc
 9c89e5e3d8304f9d41d374c3d20edc41388df03b 841292 mini-buildd_1.0.5.tar.xz
 de5b00c5737bae48be953ca6749997c025ec633f 367940 
python-mini-buildd_1.0.5_all.deb
 bbc9d6be7086b1de4e665e1e7063baa363963295 1016100 mini-buildd_1.0.5_all.deb
 dac0f0db16fe186791e2289b0fef069d70e6af0d 69676 mini-buildd-common_1.0.5_all.deb
Checksums-Sha256:
 a144ccd201766f55598df10d9a3790b483c0031e9ef262d4490c67a21e9ed347 1475 
mini-buildd_1.0.5.dsc
 321e593e2db11d774c2522e3e42617851656ea908cf1b731df69fafa49c72c02 841292 
mini-buildd_1.0.5.tar.xz
 ff95f7167e9f158a989ad2ab146bc90bff5e2e685b1c77913a68015b5dda41f4 367940 
python-mini-buildd_1.0.5_all.deb
 1a9e055910c5cf1f2132cade58933d30d6c84b0e356822952484ce3ce106b226 1016100 
mini-buildd_1.0.5_all.deb
 10c80fdba023946fe1979e63cb8527fcf530e8be630e3046d883b3f12ec27208 69676 
mini-buildd-common_1.0.5_all.deb
Files:
 c0d3323b811ee7f545d6193f69c1410b 1475 devel extra mini-buildd_1.0.5.dsc
 4509a659f926499b3b55d4377f66b96f 841292 devel extra mini-buildd_1.0.5.tar.xz
 fc3be3750986cb6c58318cd5b8965138 367940 python extra 
python-mini-buildd_1.0.5_all.deb
 1aff33aa5de15e52bc1c8a1effbfcb42 1016100 devel extra mini-buildd_1.0.5_all.deb
 c6d89e0487f5ded3fd4003aa42326f1d 69676 devel extra 
mini-buildd-common_1.0.5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFUTVlIzCVHePKM0QIRAod/AJ92eSzP2nq+m1HaLCfSq87rrmYhNwCggnAb
g4xh9/bRn2L1o0/DH4jyguI=
=6ZQJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to