[Pkg-ocaml-maint-commits] [SCM] bibtex2html packaging branch, master, updated. debian/1.95-1-27-g50935dd

Ralf Treinen treinen at free.fr
Fri Oct 1 06:50:49 UTC 2010


The following commit has been merged in the master branch:
commit 78741a7f6874dc4b18ec0aeea609fa0df0a07f6f
Author: Ralf Treinen <treinen at free.fr>
Date:   Sat Apr 3 10:32:59 2010 +0200

    change varname

diff --git a/debian/rules b/debian/rules
index 0980868..3063d67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,13 @@
 #!/usr/bin/make -f
 
-DEB_DESTDIR:=$(PWD)/debian/bibtex2html
+DESTDIR:=$(PWD)/debian/bibtex2html
 
 %:
 	dh $@ --with ocaml
 
 override_dh_auto_configure:
-	./configure --bindir=$(DEB_DESTDIR)/usr/binXXXX\
-			 --prefix=$(DEB_DESTDIR)/usr/share
+	./configure --bindir=$(DESTDIR)/usr/bin\
+			 --prefix=$(DESTDIR)/usr/share
 
 override_dh_auto_build:
 	$(MAKE) byte manual.html

-- 
bibtex2html packaging



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