[lemonldap-ng] 10/12: Remove binary files not removed by quilt

Xavier Guimard xguimard-guest at moszumanska.debian.org
Mon Dec 29 18:31:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 7941a99fd9a88e2f7b73fe2a31b090ef2858fd71
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Dec 29 19:26:31 2014 +0100

    Remove binary files not removed by quilt
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1f098d8..6a1689b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,10 @@ override_dh_auto_install:
 			APACHEGROUP=www-data \
 			DOCDIR=/usr/share/doc/lemonldap-ng-doc
 
+	# Removing binary files due to a quilt bug
+	rm -f $(TMP)/lemonldap-ng-portal/example/skins/bootstrap/fonts/glyphicons-halflings-regular.eot \
+		$(TMP)/lemonldap-ng-portal/example/skins/bootstrap/fonts/glyphicons-halflings-regular.ttf \
+		$(TMP)/lemonldap-ng-portal/example/skins/bootstrap/fonts/glyphicons-halflings-regular.woff
 	test -n "$$LOCALBUILD" || ./scripts/minifierjs $$(find debian/tmp/ -name '*.js')
 	test -n "$$LOCALBUILD" || ./scripts/minifiercss $$(find debian/tmp/ -name '*.css')
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



More information about the Pkg-perl-cvs-commits mailing list