[Pkg-ocaml-maint-commits] r2514 - trunk/packages/ocamldbi/trunk/debian

Samuel Mimram smimram at costa.debian.org
Wed Jan 18 10:04:07 UTC 2006


Author: smimram
Date: 2006-01-18 10:04:06 +0000 (Wed, 18 Jan 2006)
New Revision: 2514

Modified:
   trunk/packages/ocamldbi/trunk/debian/control
   trunk/packages/ocamldbi/trunk/debian/rules
Log:
Cleanup and corrections.

Modified: trunk/packages/ocamldbi/trunk/debian/control
===================================================================
--- trunk/packages/ocamldbi/trunk/debian/control	2006-01-18 01:34:35 UTC (rev 2513)
+++ trunk/packages/ocamldbi/trunk/debian/control	2006-01-18 10:04:06 UTC (rev 2514)
@@ -8,7 +8,7 @@
 Package: libdbi-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: libdbi-ocaml (= ${Source-Version}), libpcre-ocaml-dev (>= 5.10.1), ocaml-findlib (>= 1.1), ocaml-nox-${OCamlABI}, libmysql-ocaml-dev (>= 1.0.3-8), libocamlodbc-ocaml-dev (>= 2.10-1), libsqlite-ocaml-dev (>=  0.3.5.arch.4-5), libpostgresql-ocaml-dev (>= 1.4.6-3), ${shlibs:Depends}, ${misc:Depends}
+Depends: libdbi-ocaml (= ${Source-Version}), libpcre-ocaml-dev (>= 5.10.1), ocaml-findlib (>= 1.1), ocaml-nox-${OCamlABI}, libmysql-ocaml-dev (>= 1.0.3-8), libocamlodbc-ocaml-dev (>= 2.10-1), libsqlite-ocaml-dev (>=  0.3.5.arch.4-5), libpostgresql-ocaml-dev (>= 1.4.6-3)
 Description: Database Independent Interface (DBI) for Objective CAML, development files
  Database Independent Interface (DBI) for Objective CAML provides a
  consistent and simple interface for accessing databases.
@@ -18,7 +18,7 @@
 Package: libdbi-ocaml
 Section: libs
 Architecture: any
-Depends: libpcre-ocaml, ocaml-base-nox-${OCamlABI}
+Depends: libpcre-ocaml, ocaml-base-nox-${OCamlABI}, ${shlibs:Depends}
 Suggests: libmysql-ocaml-dev, libsqlite-ocaml-dev, libpostgresql-ocaml-dev
 Description: Database Independent Interface (DBI) for Objective CAML, bytecode runtime files
  Database Independent Interface (DBI) for Objective CAML provides a

Modified: trunk/packages/ocamldbi/trunk/debian/rules
===================================================================
--- trunk/packages/ocamldbi/trunk/debian/rules	2006-01-18 01:34:35 UTC (rev 2513)
+++ trunk/packages/ocamldbi/trunk/debian/rules	2006-01-18 10:04:06 UTC (rev 2514)
@@ -4,7 +4,7 @@
 
 #export DH_VERBOSE=1
 
-OCAMLABI = $(ocamlc -version)
+OCAMLABI = $(shell ocamlc -version)
 
 configure: configure-stamp
 configure-stamp: patch-stamp
@@ -65,23 +65,12 @@
 	dh_installdocs
 	#dh_installexamples examples/*
 	-rm -vrf `find debian/tmp -name .arch-ids`
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
+	dh_install
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
 #	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps




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