[Pkg-ocaml-maint-commits] [SCM] hevea packaging branch, master, updated. debian/1.10-9-2-g0ac7e8a

Ralf Treinen treinen at free.fr
Wed Jan 13 19:58:18 UTC 2010


The following commit has been merged in the master branch:
commit 0ef11c0dd932d3518b31f2afdeea6bf8713a2242
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Jun 24 21:00:33 2009 +0200

    standards vesion 3.8.2, ready for transition to 3.11.1

diff --git a/debian/rules.debhelper b/debian/rules.debhelper
deleted file mode 100755
index dbba5ea..0000000
--- a/debian/rules.debhelper
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/usr/bin/make -f
-# debian/rules for hevea
-
-# export DH_VERBOSE=1
-
-include /usr/share/dpatch/dpatch.make
-
-OCAMLABI := $(shell ocamlc -version)
-
-config.sh:
-	$(MAKE) config.sh\
-		DESTDIR=`pwd`/debian/hevea/ \
-		PREFIX=/usr\
-		LIBDIR=/usr/share/hevea\
-		LATEXLIBDIR=/usr/share/texmf/tex/latex/misc
-
-build: config.sh hevea
-hevea: patch
-	dh_testdir
-	$(MAKE) byte
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	$(MAKE) clean
-	(cd debian/examples; $(MAKE) clean)
-	-rm .cvsignore config.sh
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	$(MAKE) install TARGET=byte
-	cp html/gif.hva `pwd`/debian/hevea/usr/share/hevea/html
-
-binary-arch: build install
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installman debian/manpages/*
-	dh_installexamples debian/examples/*
-	dh_installchangelogs CHANGES
-	dh_installtex
-	dh_link
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch

-- 
hevea packaging



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