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

Ralf Treinen treinen at debian.org
Sat Jul 7 17:34:39 UTC 2012


The following commit has been merged in the master branch:
commit 03c9e3e199040135d5be7dea86088fb4d3c580d7
Author: Ralf Treinen <treinen at debian.org>
Date:   Sat Jul 7 19:29:35 2012 +0200

    fix installation of hevea and latex files

diff --git a/debian/changelog b/debian/changelog
index a6ea082..11ccafb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,10 +7,13 @@ advi (1.10.2-2) UNRELEASED; urgency=low
     Jakub Wilk).
   * Standards-version 3.9.0
     - migrate debian/policy to machine-readable format 1.0
-  * debian/advi.dirs: create directories for hevea and latex stuff
-  * debian/advi.install: install hevea and tex files in the right diectories
+  * fix installation of latex and hevea files:
+    - debian/advi.dirs: create directories for hevea and latex stuff
+    - debian/advi.install: install hevea and tex files in the right directories
+    - debian/rules: remove top-level /advi file created by a buggy
+      installation script
 
- -- Ralf Treinen <treinen at debian.org>  Sat, 07 Jul 2012 19:19:20 +0200
+ -- Ralf Treinen <treinen at debian.org>  Sat, 07 Jul 2012 19:28:38 +0200
 
 advi (1.10.2-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 69b2f0d..44874f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 else
 	cd $(CURDIR)/debian/advi/usr/bin && mv -f advi.byt advi
 endif
+	rm -rf $(CURDIR)/debian/advi/advi
 
 override_dh_compress:
 	dh_compress --exclude=usr/share/doc/advi/splash.dvi

-- 
advi packaging



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