Your message dated Mon, 23 Apr 2012 15:17:11 +0000
with message-id <e1sml0p-0006bk...@franck.debian.org>
and subject line Bug#669472: fixed in django-markupfield 1.0.2-2
has caused the Debian Bug report #669472,
regarding django-markupfield: FTBFS: 
django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly 
configured. Please supply the ENGINE value. Check settings documentation for 
more details.
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.)


-- 
669472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669472
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-markupfield
Version: 1.0.2-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> django-admin startproject testproject
> cp markupfield/tests/*.py testproject/
> set -e; \
>       for python in python2.7 python2.6; do \
>         $python testproject/manage.py test --settings=testproject.settings 
> --pythonpath=. ; \
>       done
> Creating test database for alias 'default'...
> Traceback (most recent call last):
>   File "testproject/manage.py", line 10, in <module>
>     execute_from_command_line(sys.argv)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
> line 443, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
> line 382, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File 
> "/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", 
> line 49, in run_from_argv
>     super(Command, self).run_from_argv(argv)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
> line 196, in run_from_argv
>     self.execute(*args, **options.__dict__)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
> line 232, in execute
>     output = self.handle(*args, **options)
>   File 
> "/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", 
> line 72, in handle
>     failures = test_runner.run_tests(test_labels)
>   File "/usr/lib/python2.7/dist-packages/django/test/simple.py", line 381, in 
> run_tests
>     old_config = self.setup_databases()
>   File "/usr/lib/python2.7/dist-packages/django/test/simple.py", line 317, in 
> setup_databases
>     self.verbosity, autoclobber=not self.interactive)
>   File "/usr/lib/python2.7/dist-packages/django/db/backends/creation.py", 
> line 256, in create_test_db
>     self._create_test_db(verbosity, autoclobber)
>   File "/usr/lib/python2.7/dist-packages/django/db/backends/creation.py", 
> line 321, in _create_test_db
>     cursor = self.connection.cursor()
>   File "/usr/lib/python2.7/dist-packages/django/db/backends/dummy/base.py", 
> line 15, in complain
>     raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
> django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly 
> configured. Please supply the ENGINE value. Check settings documentation for 
> more details.
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/04/19/django-markupfield_1.0.2-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: django-markupfield
Source-Version: 1.0.2-2

We believe that the bug you reported is fixed in the latest version of
django-markupfield, which is due to be installed in the Debian FTP archive:

django-markupfield_1.0.2-2.debian.tar.gz
  to main/d/django-markupfield/django-markupfield_1.0.2-2.debian.tar.gz
django-markupfield_1.0.2-2.dsc
  to main/d/django-markupfield/django-markupfield_1.0.2-2.dsc
python-django-markupfield_1.0.2-2_all.deb
  to main/d/django-markupfield/python-django-markupfield_1.0.2-2_all.deb



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

Debian distribution maintenance software
pp.
Michael Fladischer <fladischermich...@fladi.at> (supplier of updated 
django-markupfield 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Apr 2012 15:07:33 +0200
Source: django-markupfield
Binary: python-django-markupfield
Architecture: source all
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Michael Fladischer <fladischermich...@fladi.at>
Description: 
 python-django-markupfield - custom Django field for easy use of markup in text 
fields
Closes: 669472
Changes: 
 django-markupfield (1.0.2-2) unstable; urgency=low
 .
   * Change order of my name.
   * Update DEP-5 URL to 1.0.
   * Bump Standards-Version to 3.9.3.
   * Update years in d/copyright.
   * Fix tests for django (>= 1.4) FTBFS (Closes: #669472).
     - Ship out own settings.py
     - Bump B-D for python-django to (>= 1.2)
   * Temporary fix for Metadata-Version in egg-info.
Checksums-Sha1: 
 5ddaf314510215cb43af51a570e1eb45521e5345 2214 django-markupfield_1.0.2-2.dsc
 a96cd6add087cee4c1858652fde87e4ddefe97fd 3226 
django-markupfield_1.0.2-2.debian.tar.gz
 8b64430d00e13311bf9b3cb719381582353f0ced 14576 
python-django-markupfield_1.0.2-2_all.deb
Checksums-Sha256: 
 ac84643d0e8932c43e2b1ea786fbca5f25bab8256b763db7c7723436cacd3b8a 2214 
django-markupfield_1.0.2-2.dsc
 b27e193c287eed5b3d93e173c59788fd2c913ca9157430e359e4b2a297156935 3226 
django-markupfield_1.0.2-2.debian.tar.gz
 a1a8addbc8fee402288aa0a154c23071904da3da2e9d88a38f21d5e677e84a0c 14576 
python-django-markupfield_1.0.2-2_all.deb
Files: 
 ac62ec1fa28d3971ba009f28bbadd0f0 2214 python optional 
django-markupfield_1.0.2-2.dsc
 f204a79ad6876daa1fad037299ac29cc 3226 python optional 
django-markupfield_1.0.2-2.debian.tar.gz
 53a58b53a100e6e761b6e2df92e8310c 14576 python optional 
python-django-markupfield_1.0.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPlWztAAoJEC1Os6YBVHX15IEP/AiZyr3RZPfNzfTgfbfF2f9v
ZauJO4J0qVHu95S7zSKKVFDGr1s8QvmutZmMsEXtN/4G/J+RiQCzgLJVjuUquhVn
8MrxliNq1N7+duyr3AZbkzDxVXqP4c3ZOyVVwdW0KvbN2hONDKIm72tELox980GP
r5Al7zbsGQ9pw4Jy/njOkLmjVmKK7JJSo+nYtzDpvWp7jogYkqXG3qcrgBGu8z9n
3els0+0ALVCSiqtddd8U+v2Xz0RInrOB/yiertBm4VYcysprg0BOgsEimTWhB+Zd
DcDe469cjXQREYICIqoDrev28Ctc/01dl2ySkdXxO2HP/OMJ7FwcftpnkozBsNOq
0i6o+hkKrlo4F4HdTD0SjbnW90yc46AeSM+miyL5n+eCpdUhwdKfeS85eJRQuALG
SCpAhN/yqLfoKvOivy+MjQJnV9ywwrGURa2/ZVGwTx35lEnnvjxiA6UsHUrH1Fyd
mf2WCxtR8bvMllwK9lz5z87HmetSIDF+jJjDVke08hzx6nbH89nBlRPeNA10eDxe
s0hxyl/7sYYzTvhrFCR3pE2pYVEpMk3bt2vKU0OaWdBR5XKn5OteA/BRKa0/lARh
JKFXuKBO2PtOaVW+NE99d9hWlQtC6S7wJ47odxW7BR0+s97b85ukaUuu+gjIvqiC
Zke1FDnrpCB/6lUIABt/
=JuVj
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to