[Pkg-ocaml-maint-commits] [SCM] hlins packaging branch, master, updated. debian/0.39-16-17-g8cb6022
Ralf Treinen
treinen at free.fr
Mon Feb 14 20:26:46 UTC 2011
The following commit has been merged in the master branch:
commit 30fe03da38e007d34c447597ad3aaaab91cb001c
Author: Ralf Treinen <treinen at free.fr>
Date: Wed Oct 6 22:18:41 2010 +0200
use dh
diff --git a/debian/changelog b/debian/changelog
index 5998219..339899a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
hlins (0.39-17) unstable; urgency=low
* Standards-Version 3.9.1 (no change)
- * Build-depend on dh-ocaml >= 09, use ${ocaml:Depends} for dependency
+ * Build-depend on dh-ocaml >= 0.9, use ${ocaml:Depends} for dependency
on ocaml packages (closes: #599316)
-- Ralf Treinen <treinen at debian.org> Wed, 06 Oct 2010 22:03:02 +0200
diff --git a/debian/rules b/debian/rules
index fe32acc..b577480 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,4 @@
#!/usr/bin/make -f
-# non-standard configuration:
-common-configure::
- cd source; ./configure DESTDIR=$(DEB_DESTDIR)
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/ocaml.mk
-
-DEB_SRCDIR = source
-
-# we have decided to build this package as bytecode
-DEB_MAKE_BUILD_TARGET = byte
-DEB_MAKE_INSTALL_TARGET = install.bc DESTDIR=$(DEB_DESTDIR)
-
-install/hlins::
- cd doc; $(MAKE) install DESTDIR=$(DEB_DESTDIR)
- rm $(DEB_DESTDIR)/usr/share/doc/hlins/LICENSE
+%:
+ dh $@ --with ocaml
--
hlins packaging
More information about the Pkg-ocaml-maint-commits
mailing list