Package: php-horde-ingo
Version: 3.0.1-1
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the
past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring ubuntu-patch

Dear Maintainer,

This patch fixes an FTBFS issue in sid for this package.
In Ubuntu, the attached patch was applied to achieve the following:

  * Add -f to rm to fix FTBFS when removing the LICENSE file.

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'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-35-lowlatency (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

diff -Nru php-horde-ingo-3.0.1/debian/changelog php-horde-ingo-3.0.1/debian/changelog
diff -Nru php-horde-ingo-3.0.1/debian/rules php-horde-ingo-3.0.1/debian/rules
--- php-horde-ingo-3.0.1/debian/rules	2012-12-01 04:51:57.000000000 -0600
+++ php-horde-ingo-3.0.1/debian/rules	2013-01-09 08:35:40.000000000 -0600
@@ -18,5 +18,5 @@
 override_dh_auto_install:
 	dh_auto_install -O--buildsystem=phppear
 	# Remove extra license file
-	rm $(DESTDIR)/usr/share/doc/php-horde-ingo/LICENSE
+	rm -f $(DESTDIR)/usr/share/doc/php-horde-ingo/LICENSE
 

Reply via email to