Package: django-ajax-selects Version: 1.1.4-2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu natty ubuntu-patch
This fixes a ftbfs in Ubuntu 11.04 because the path references Python 2.6, but Python 2.7 is the default. If it's not relevant for Wheezy yet, it will be! *** /tmp/tmp57FmBi In Ubuntu, the attached patch was applied to achieve the following: ## ---------------- REPLACE THIS WITH ACTUAL INFORMATION --------------------- ## Please add all necessary information about why the change needed to go in ## Ubuntu, quote policy, spec or any other background material and why it can ## and should be used in Debian too. If the patch is composed of multiple ## independent pieces, please send them as separate bug reports. ## ---------------- REPLACE THIS WITH ACTUAL INFORMATION --------------------- * debian/rules: Fix FTBFS by updating path to LICENSE.txt (LP: #748104) Thanks for considering the patch. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-8-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2010-08-08 15:53:31 +0000 +++ debian/control 2011-04-07 17:24:18 +0000 @@ -1,7 +1,8 @@ Source: django-ajax-selects Section: python Priority: optional -Maintainer: Brian May <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Brian May <[email protected]> Build-Depends: debhelper (>=7.0.0), python (>= 2.4), python-support (>= 0.6), cdbs (>= 0.4.49) Standards-Version: 3.9.0 === modified file 'debian/rules' --- debian/rules 2010-07-21 19:08:47 +0000 +++ debian/rules 2011-04-07 17:23:13 +0000 @@ -7,4 +7,4 @@ include /usr/share/cdbs/1/class/python-distutils.mk install/django-ajax-selects:: - rm debian/django-ajax-selects/usr/lib/python2.6/site-packages/ajax_select/LICENSE.txt + rm debian/django-ajax-selects/usr/lib/python2.7/site-packages/ajax_select/LICENSE.txt

