[Pkg-ocaml-maint-commits] r1913 - trunk/packages/facile/trunk/debian

Steffen Joeris white-guest at costa.debian.org
Thu Nov 3 15:58:07 UTC 2005


Author: white-guest
Date: 2005-11-03 15:58:06 +0000 (Thu, 03 Nov 2005)
New Revision: 1913

Modified:
   trunk/packages/facile/trunk/debian/changelog
   trunk/packages/facile/trunk/debian/control
   trunk/packages/facile/trunk/debian/rules
Log:
* fixes the hardcode in facile
* new Make_Build_Targets
* ocaml as a build-depends is enough


Modified: trunk/packages/facile/trunk/debian/changelog
===================================================================
--- trunk/packages/facile/trunk/debian/changelog	2005-11-03 14:54:46 UTC (rev 1912)
+++ trunk/packages/facile/trunk/debian/changelog	2005-11-03 15:58:06 UTC (rev 1913)
@@ -1,6 +1,6 @@
 facile (1.1-1) unstable; urgency=low
 
-  * Initial release
+  * Initial release (Closes: #336852)
 
  -- Steffen Joeris <steffen.joeris at skolelinux.de>  Sun, 30 Oct 2005 00:41:20 +0200
 

Modified: trunk/packages/facile/trunk/debian/control
===================================================================
--- trunk/packages/facile/trunk/debian/control	2005-11-03 14:54:46 UTC (rev 1912)
+++ trunk/packages/facile/trunk/debian/control	2005-11-03 15:58:06 UTC (rev 1913)
@@ -1,7 +1,7 @@
 Source: facile
 Priority: optional
 Maintainer: Steffen Joeris <steffen.joeris at skolelinux.de>
-Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.0), ocaml-native-compilers
+Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.0), ocaml
 Standards-Version: 3.6.2
 Section: libdevel
 

Modified: trunk/packages/facile/trunk/debian/rules
===================================================================
--- trunk/packages/facile/trunk/debian/rules	2005-11-03 14:54:46 UTC (rev 1912)
+++ trunk/packages/facile/trunk/debian/rules	2005-11-03 15:58:06 UTC (rev 1913)
@@ -3,12 +3,13 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_CONFIGURE_NORMAL_ARGS = --faciledir debian/libfacile-ocaml-dev/usr/lib/ocaml/3.08.3/facile
+DEB_CONFIGURE_NORMAL_ARGS = --faciledir debian/libfacile-ocaml-dev/`ocamlc -where`/facile
+DEB_MAKE_BUILD_TARGET=OCAMLC="ocamlc -g" OCAMLMLI=ocamlc
 exclude=--disable-maintainer-mode
 DEB_CONFIGURE_INVOKE:=$(filter-out $(exclude),$(DEB_CONFIGURE_INVOKE))
 
 common-configure-arch::
-	echo FACILEDIR=debian/libfacile-ocaml-dev/usr/lib/ocaml/3.08.3/facile >config_Makefile
+	echo FACILEDIR=debian/libfacile-ocaml-dev/`ocamlc -where`/facile >config_Makefile
 
 clean::
 	make clean




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