[Pkg-ocaml-maint-commits] [SCM] advi packaging branch, master, updated. debian/1.9.0-1-1-gf6ecf83

Ralf Treinen treinen at free.fr
Tue Jun 1 18:47:53 UTC 2010


The following commit has been merged in the master branch:
commit 4d36e6e2f0504af6640557abd5d765b9f1b4b24c
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Apr 5 11:07:30 2010 +0200

    upstream 1.9.0, only exclude splash.dvi from compression

diff --git a/debian/changelog b/debian/changelog
index c56c46f..aa19c2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+advi (1.9.0) unstable; urgency=low
+
+  * New upstream version.
+  * Compress installed dvi documents, except splash.dvi.
+
+ -- Ralf Treinen <treinen at debian.org>  Mon, 05 Apr 2010 11:07:02 +0200
+
 advi (1.9.0~rc2-1) experimental; urgency=low
 
   * New upstream version (release candidat for 1.9.0)
diff --git a/debian/rules b/debian/rules
index 313581d..7aae450 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_BUILD_ARCH      ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 OPT                 = $(shell test -x /usr/bin/ocamlopt && echo true)
 
 %:
@@ -27,12 +26,10 @@ endif
 # Do not strip the executable when compiling to bytecode (bug #500286).
 # This should be dropped as soon as bytecode compilation can be done without
 # using the -custom option (see bug #517546).
-override_dh_strip:
 ifeq ($(OPT),true)
+override_dh_strip:
 	dh_strip
 endif
 
-# workaround until upstream allows to read gzipped dvis from read-only
-# directories
 override_dh_compress:
-	dh_compress --exclude=.dvi
+	dh_compress --exclude=usr/share/doc/splash.dvi

-- 
advi packaging



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