Package: drupal7 Version: 7.10-1 Followup-For: Bug #655794 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * debian/rules: export $PACKAGE to fix FTBFS. (Closes: #655794) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-14-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
diff -Nru drupal7-7.10/debian/rules drupal7-7.10/debian/rules --- drupal7-7.10/debian/rules 2011-12-26 12:05:35.000000000 -0500 +++ drupal7-7.10/debian/rules 2012-01-14 19:02:26.000000000 -0500 @@ -3,6 +3,8 @@ #export DH_VERBOSE=1 #export DH_OPTIONS=-v +export PACKAGE=drupal7 + %: dh $@