[Pkg-ocaml-maint-commits] r5926 - in /trunk/packages/json-wheel/trunk/debian: changelog rules

toots at users.alioth.debian.org toots at users.alioth.debian.org
Sun Aug 10 12:30:47 UTC 2008


Author: toots
Date: Sun Aug 10 12:30:47 2008
New Revision: 5926

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5926
Log:
Fixed wrong dh_install call..

Modified:
    trunk/packages/json-wheel/trunk/debian/changelog
    trunk/packages/json-wheel/trunk/debian/rules

Modified: trunk/packages/json-wheel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/changelog?rev=5926&op=diff
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/changelog (original)
+++ trunk/packages/json-wheel/trunk/debian/changelog Sun Aug 10 12:30:47 2008
@@ -1,3 +1,9 @@
+json-wheel (1.0.4-4) unstable; urgency=low
+
+  * Fixed wrong dh_install call 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Sun, 10 Aug 2008 14:30:09 +0200
+
 json-wheel (1.0.4-3) unstable; urgency=low
 
   * Really fix build on non native archs. 

Modified: trunk/packages/json-wheel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/rules?rev=5926&op=diff
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/rules (original)
+++ trunk/packages/json-wheel/trunk/debian/rules Sun Aug 10 12:30:47 2008
@@ -31,5 +31,6 @@
 
 install/libjson-wheel-ocaml-dev::
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-	dh_install --sourcedir=debian/tmp  usr/bin/jsoncat usr/lib/ocaml/$(OCAML_ABI)/json-wheel/*.a
+	dh_install --sourcedir=debian/tmp  usr/bin/jsoncat 
+	dh_install --sourcedir=debian/tmp  usr/lib/ocaml/$(OCAML_ABI)/json-wheel/*.a
 endif




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