Package: libkohana3.1-php Version: 3.1.5-1 Severity: serious Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer, the package FTBFS in sid because install rule tries to overwrite a symlink with cp. Please see the patch. Cheers, In Ubuntu, the attached patch was applied to achieve the following: * debian/rules: Remove shCore.js file before make a symlink, fix FTBFS Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5.0-18-generic (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru libkohana3.1-php-3.1.5/debian/changelog libkohana3.1-php-3.1.5/debian/changelog diff -Nru libkohana3.1-php-3.1.5/debian/rules libkohana3.1-php-3.1.5/debian/rules --- libkohana3.1-php-3.1.5/debian/rules 2012-09-29 19:01:00.000000000 +0200 +++ libkohana3.1-php-3.1.5/debian/rules 2012-10-31 10:00:02.000000000 +0100 @@ -33,6 +33,7 @@ rm -f $(DESTDIR)/modules/image/media/guide/image/Thumbs.db rm -f $(DESTDIR)/modules/userguide/media/guide/js/jquery.cookie.js rm -f $(DESTDIR)/modules/userguide/media/guide/js/jquery.min.js + rm -f $(DESTDIR)/modules/userguide/media/guide/js/shCore.js rm -f $(DESTDIR)/modules/userguide/vendor/markdown/License.text dh_link -plibkohana$(MAJOR_VERSION)-mod-userguide-php \ /usr/share/javascript/jquery/jquery.min.js \