Package: python-django-debug-toolbar
Version: 0+git200901231854-2
Severity: serious
Tags: patch
Justification: no longer builds from source

Hey,
  This FTBFS was supposed to be fixed in bug 516758 but for some reason change
done in 0+git200901231854-2 version isn't the one that is described in
changelog. Instead of adding python-setuptools to Build-Depends: python-support
was moved from Build-Depends-Indep: to Build-Depends: and it doesn't fix this
issue. Also I don't see the reason why python-support was moved to
Build-Depends: as it isn't needed for clean target (I may be wrong on this one,
if so I'm sorry).
  Attached patch moves back python-support to Build-Depends-Indep: and adds
python-setuptools to Build-Depends:

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (700, 'jaunty-updates'), (650, 'jaunty'), (600, 
'jaunty-proposed'), (500, 'jaunty-security')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u python-django-debug-toolbar-0+git200901231854/debian/changelog python-django-debug-toolbar-0+git200901231854/debian/changelog
--- python-django-debug-toolbar-0+git200901231854/debian/changelog
+++ python-django-debug-toolbar-0+git200901231854/debian/changelog
@@ -1,3 +1,10 @@
+python-django-debug-toolbar (0+git200901231854-3) jaunty; urgency=low
+
+  * Add python-setuptools to Build-Depends and move python-support back
+    to Build-Depends-Indep.
+
+ -- Krzysztof Klimonda <kklimo...@syntaxhighlighted.com>  Wed, 29 Apr 2009 22:43:29 +0200
+
 python-django-debug-toolbar (0+git200901231854-2) unstable; urgency=low
 
   * Move python-setuptools to Build-Depends from Build-Depends-Indep as it is
diff -u python-django-debug-toolbar-0+git200901231854/debian/control python-django-debug-toolbar-0+git200901231854/debian/control
--- python-django-debug-toolbar-0+git200901231854/debian/control
+++ python-django-debug-toolbar-0+git200901231854/debian/control
@@ -2,7 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Chris Lamb <la...@debian.org>
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 7), python-setuptools
+Build-Depends-Indep: python-support
 Standards-Version: 3.8.0
 Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-python-django-debug-toolbar.git
 Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-python-django-debug-toolbar.git

Reply via email to