[xml/sgml-commit] r1089 - /packages/expat/trunk/debian/rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Wed May 7 13:55:25 UTC 2008


Author: dleidert-guest
Date: Wed May  7 13:55:25 2008
New Revision: 1089

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1089
Log:
* debian/rules (binary-arch): Remove executable permissions for expat.m4.


Modified:
    packages/expat/trunk/debian/rules

Modified: packages/expat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/rules?rev=1089&op=diff
==============================================================================
--- packages/expat/trunk/debian/rules (original)
+++ packages/expat/trunk/debian/rules Wed May  7 13:55:25 2008
@@ -86,7 +86,7 @@
 	$(MAKE) -C buildw64/ installlib LIBRARY=libexpatw.la DESTDIR=$(CURDIR)/debian/tmp APIHEADER=
 endif
 
-binary-indep:
+binary-indep: build install
 binary-arch: build install
 	dh_testdir
 	dh_testroot
@@ -99,7 +99,8 @@
 	dh_strip -s
 	dh_compress -s
 	dh_fixperms -s
-	chmod 644 $(CURDIR)/debian/libexpat1-dev/usr/share/doc/libexpat1-dev/examples/*.c
+	chmod 644 $(CURDIR)/debian/libexpat1-dev/usr/share/doc/libexpat1-dev/examples/* \
+	          $(CURDIR)/debian/libexpat1-dev/usr/share/aclocal/*
 	dh_makeshlibs -s -V --add-udeb=$(UPACKAGE)
 	dh_installdeb -s
 	dh_shlibdeps -s -l $(CURDIR)/debian/libexpat1/usr/lib:$(CURDIR)/debian/lib64expat1/usr/lib




More information about the debian-xml-sgml-commit mailing list