[Pkg-ocaml-maint-commits] r1498 - trunk/packages/camlgz/trunk/debian

Thomas Petazzoni tpetazzo-guest at costa.debian.org
Thu Jul 28 22:09:48 UTC 2005


Author: tpetazzo-guest
Date: 2005-07-28 22:09:47 +0000 (Thu, 28 Jul 2005)
New Revision: 1498

Modified:
   trunk/packages/camlgz/trunk/debian/control
   trunk/packages/camlgz/trunk/debian/rules
Log:
Fix compilation

Modified: trunk/packages/camlgz/trunk/debian/control
===================================================================
--- trunk/packages/camlgz/trunk/debian/control	2005-07-28 22:03:09 UTC (rev 1497)
+++ trunk/packages/camlgz/trunk/debian/control	2005-07-28 22:09:47 UTC (rev 1498)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Thomas Petazzoni <thomas.petazzoni at enix.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-findlib, dpatch (>= 1.19), zlib1g-dev, bzlib-dev
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-findlib, dpatch (>= 1.19), zlib1g-dev, libbz2-dev
 Standards-Version: 3.6.1.1
 
 Package: libgz-ocaml
@@ -22,4 +22,4 @@
 Description: Ocaml Sun RPC libraries
  Ocaml bindings for the Gzip and Bzip2 libraries
  .
- This package contains the developpment part of the camlzip package.
\ No newline at end of file
+ This package contains the developpment part of the camlzip package.

Modified: trunk/packages/camlgz/trunk/debian/rules
===================================================================
--- trunk/packages/camlgz/trunk/debian/rules	2005-07-28 22:03:09 UTC (rev 1497)
+++ trunk/packages/camlgz/trunk/debian/rules	2005-07-28 22:09:47 UTC (rev 1498)
@@ -52,10 +52,10 @@
 	$(MAKE) install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 
 	# Strip .comment section
-	strip -R .comment $(DESTDIR)/gz/dllcamlgz.so
+	strip -R .comment $(DESTDIR)/gz/dllmlgz.so
 
 	# Move stubfile in the correct package
-	mv $(DESTDIR)/gz/dllcamlgz.so $(CURDIR)/debian/libgz-ocaml/usr/lib/ocaml/3.08.3/stublibs/
+	mv $(DESTDIR)/gz/dllmlgz.so $(CURDIR)/debian/libgz-ocaml/usr/lib/ocaml/3.08.3/stublibs/
 
 # Build architecture-independent files here.
 binary-indep: build install




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