[Pkg-ocaml-maint-commits] r6150 - /trunk/packages/bibtex2html/trunk/debian/rules.cdbs
treinen at users.alioth.debian.org
treinen at users.alioth.debian.org
Wed Feb 11 10:03:02 UTC 2009
Author: treinen
Date: Wed Feb 11 10:03:01 2009
New Revision: 6150
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6150
Log:
playing around with cdbs ...
Added:
trunk/packages/bibtex2html/trunk/debian/rules.cdbs (with props)
Added: trunk/packages/bibtex2html/trunk/debian/rules.cdbs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/rules.cdbs?rev=6150&op=file
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/rules.cdbs (added)
+++ trunk/packages/bibtex2html/trunk/debian/rules.cdbs Wed Feb 11 10:03:01 2009
@@ -1,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/ocaml.mk
+
+# we have decided to build this package as bytecode
+DEB_MAKE_BUILD_TARGET = byte manual.html
+DEB_MAKE_INSTALL_TARGET = install-byte
+
+# upstream makefile does not respect DESTDIR
+DESTDIR := `pwd`/debian/bibtex2html
+DEB_CONFIGURE_EXTRA_FLAGS = \
+ --bindir=$(DESTDIR)/usr/bin --prefix=$(DESTDIR)/usr/share
+
Propchange: trunk/packages/bibtex2html/trunk/debian/rules.cdbs
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-ocaml-maint-commits
mailing list