Your message dated Tue, 12 Jan 2016 11:54:43 +0000
with message-id <e1aixx9-0005xz...@franck.debian.org>
and subject line Bug#806361: fixed in mini-buildd 1.0.9
has caused the Debian Bug report #806361,
regarding mini-buildd: FTBFS with Django 1.9
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.)


-- 
806361: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806361
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mini-buildd
Version: 1.0.8
Severity: important
User: python-dja...@packages.debian.org
Usertags: django19 django19-ftbfs

Hi,

Whilst rebuilding all reverse build-dependencies of python-django
with the latest release candidate, I noticed that mini-buildd
FTBFS with 1.9~rc2.

Please update your package to work with Django 1.9 as I will uploading
it to unstable once it is released in early December 2015 (and at the
same time raising the severity of this bug to RC).

Typical issues include:

 * "django.utils.importlib" has been removed in favour of just
   "importlib"

 * Template builtins have been removed, removing
   "template.base.builtins", "django.template.base.add_to_builtins",
   etc. You can read more here:
   
https://chris-lamb.co.uk/posts/importerror-cannot-import-name-add_to_builtins-under-django-19

 * "django.forms.models.save_instance" has been removed:

   -
   
https://github.com/django/django/commit/8656cfc4e01332426e5e4b78c20a4e9ec443b293
   -
   
https://github.com/django/django/commit/b11564fd36587b1077bf7d77b62b7879cc08c382

 * "django.utils.unittest" has been removed in favour of just
   "unittest"


The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: mini-buildd_1.0.8_amd64.build.txt.gz
Description: Binary data


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

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 806...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephan Sürken <abs...@olurdix.de> (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: SHA256

Format: 1.8
Date: Tue, 12 Jan 2016 11:27:55 +0000
Source: mini-buildd
Binary: python-mini-buildd mini-buildd mini-buildd-common
Architecture: source
Version: 1.0.9
Distribution: unstable
Urgency: medium
Maintainer: Stephan Sürken <abs...@debian.org>
Changed-By: Stephan Sürken <abs...@olurdix.de>
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: 796346 806361 806593 808670
Changes:
 mini-buildd (1.0.9) unstable; urgency=medium
 .
   * [eb0fad7] [devel] chroot workaround: Don't care if the dirty workound
     fails.
   * [13ced1b] django_settings: Improve django < 1.7 compat code (make
     mini-buildd actually fail when django.setup() fails).
   * [dff0527] [devel] purge: Also manually stop daemon.
   * [aaa608c] postrm: On purge, don't hide output of 'userdel'.
   * [543d101] web && admin: Also display the daemon's hostname. Thanks to
     Marc Haber (Closes: 796346)
   * [f69c12b] httpd.py: Fix compat warning from cherrypy 2.3
     (autoreload_on -> .on).
   * [e79279c] control: Update dependency on django to >= 1.7 (will not be
     tested under 1.5/1.6, and compat code may eventually be removed).
   * [332996d] [devel]: Add crude macro to help locally test different
     django versions.
   * [7842e91] [django 1.9] Use management call 'migrate', not 'syncdb'.
   * [235ac3b] DirChroot: Add support for now-in-linux-mainline overlayfs
     named "overlay" (Fixes: OOB support for overlay backend for Debian
     Kernels with aufs removed).
   * [9b67282] [django 1.9] Add run_syncdb=True to migrate call.
   * [cc2ea99] [django 1.9] Add app "django.contrib.sites" (p-d-r imports
     models from there, forbidden in 1.9 w/o the app installed).
   * [1c41bda] [django 1.8] WebApp: Manually call check() once (1.8 no
     longer does this by default; in 1.7 you may see unharmful duplicate
     calls).
   * [1b5d6e8] [django 1.9] Update templatetag 'mbd_model_count' to
     (cleaner) inclusion.tag (Fixes: configuration page).
   * [fd94acc] [django 1.9] ./devel pydoctests: Add more exclusions for now
     always-failing doctest runs.
   * [2b8f5f5] [devel]: Add yet another workaround to simplify testing.
   * [5dd2d45] Revert "[django 1.9] Add app "django.contrib.sites" (p-d-r
     imports models from there, forbidden in 1.9 w/o the app installed).":
     Not needed any more for new p-d-r upstream 2.0.4.
   * [ed878cf] [django 1.8|9]: Depend on python-django-registration >=
     2.0.4.
   * [cd6b460] control: Harden python-django deps to those main version
     actually tested with (1.7, 1.8, 1.9). (Closes: 808670, 806361, 806593)
   * [cd6edec] [django 1.9] doc: Add app "registration" to django pseudo
     conf (avoids warning on sphinx run).
   * [542cb3c] [devel] More internal convenience hacks for testdjango.
   * [599829b] DirChroot: Make "overlay" backend default (it's now in
     mainline and current Debian kernels, while "aufs" has been removed).
Checksums-Sha1:
 3792215a933d3da80b63bd6ecd7809c66375110f 2147 mini-buildd_1.0.9.dsc
 15869363fe775479c816f8a07bc4011c231a4252 846716 mini-buildd_1.0.9.tar.xz
Checksums-Sha256:
 9730ad5d7b23f604619322bcf85b68acc1bc4ed5d9379caf8fafb92a5f7da3e3 2147 
mini-buildd_1.0.9.dsc
 80f2df9c86062886b703c9a8addefcfdbe234a16ac20708064b2d00c78cb8f75 846716 
mini-buildd_1.0.9.tar.xz
Files:
 16e5ef7ee1f3b666e1b1a417a89ae223 2147 devel extra mini-buildd_1.0.9.dsc
 24e0eb0e0a133c999a9863f8f1d16ef3 846716 devel extra mini-buildd_1.0.9.tar.xz

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

iQIcBAEBCAAGBQJWlORPAAoJEAZt6AF+K2HZJvMP/2fk+wWntbGZGkSqT+IOQMa6
qVv3y2oAKIRaBNXVUfyfpWbw48OWTIkgB9r0xo5vSySUIz10WpHAXhTfhS0qdiSp
/eApPeFMipU95lj4YKHFLub1I7jOrozMR4kV/j+n8QTnqSL6OCxwDtWw0S+WadWK
5v6HDnFWoCjmp8O+wwj7VvSjATpJH/G0ZTJgknsbdG0ze4uC826lcPugfO0FYx1w
mcVs3HDe3efqoIVAleJegOXzxRn9D2mOVnZfBwjF/vCwrWFxKbo8wLtRJEES6yQJ
Jqjds/td8WRLRHJqTL7woWn5bW+G1KKR4jE7a17hYeXOWDSFfaci1b4dJDoDqp0v
IG5/+KW4A4uX6X0UOhOOybn/Jc3j1mtiKkk9Kep9KwKXZ7Q/1qkvC75hP3tx7rvT
Vt8jn5wnsPlqs0FThFm8uXpYUG1/pOTtIHBT2QxgG82dzGI15O/tdnhySBKEgMhw
EwJ2fKYo0/+xmdjVTe6//FVUvvIMQjYUS/NSNsIKuBiPyPpbbxKcIFM3ATjecf6X
KXXwJgM+rcj3pybQL9eLC6uPKb6irMpsI1fFzk5F6oeJk8Oe5lBo/oCGl1oMoTDK
xUG3LCSVGaNqpZcDbhPyEo3Bkm8JPmeB/KJbzQ+kAJu/wV7O0m9uo0ZVssQDrO3Y
0FQgtvyJB9VTC+vQ7GpM
=5Ru5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to