[Pkg-ocaml-maint-commits] [SCM] advi packaging branch, master, updated. debian/1.10.2-1-4-g3e4efba

Ralf Treinen treinen at free.fr
Mon Dec 26 16:01:13 UTC 2011


The following commit has been merged in the master branch:
commit e9e2b6ce1229f9e7f881f628d58e2e980316122f
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Aug 2 20:57:27 2011 +0200

    fix the pems of the right file

diff --git a/debian/rules b/debian/rules
index 9391d98..2bb6e34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_configure:
 			--infodir=\$${prefix}/share/info \
 			--with-gs=/usr/bin/ghostscript \
 			--sysconfdir=/etc
+	chmod 644 examples/basics/alltt.sty
 
 override_dh_auto_install:
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/advi
@@ -24,7 +25,6 @@ ifeq ($(OPT),true)
 else
 	cd $(CURDIR)/debian/advi/usr/bin && mv -f advi.byt advi
 endif
-	chmod 644 $(CURDIR)/debian/advi/usr/share/doc/advi-examples/examples/basics/alltt.sty
 
 override_dh_compress:
 	dh_compress --exclude=usr/share/doc/advi/splash.dvi

-- 
advi packaging



More information about the Pkg-ocaml-maint-commits mailing list