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

Thomas Petazzoni tpetazzo-guest at costa.debian.org
Sun Dec 4 21:46:08 UTC 2005


Author: tpetazzo-guest
Date: 2005-12-04 21:46:07 +0000 (Sun, 04 Dec 2005)
New Revision: 2241

Added:
   trunk/packages/camlgz/trunk/debian/control
Modified:
   trunk/packages/camlgz/trunk/debian/rules
Log:
Re-add debian/control to allow compilation with svn-buildpackage

Added: trunk/packages/camlgz/trunk/debian/control
===================================================================
--- trunk/packages/camlgz/trunk/debian/control	2005-12-04 21:45:12 UTC (rev 2240)
+++ trunk/packages/camlgz/trunk/debian/control	2005-12-04 21:46:07 UTC (rev 2241)
@@ -0,0 +1,27 @@
+Source: camlgz
+Section: devel
+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.09.0), ocaml-findlib, dpatch (>= 1.19), zlib1g-dev, libbz2-dev
+Standards-Version: 3.6.2
+
+Package: libgz-ocaml
+Section: libs
+Architecture: any
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Description: Ocaml zlib and bzip2 library bindings
+ Ocaml bindings for the zlib and bzip2 libraries. It allows
+ transparent reading and writing from compressed files.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libgz-ocaml-dev
+Section: libdevel
+Architecture: any
+Depends: ocaml-nox-${F:OcamlABI}, zlib1g-dev, libbz2-dev, libgz-ocaml (= ${Source-Version})
+Description: Ocaml zlib and bzip2 library bindings
+ Ocaml bindings for the zlib and bzip2 libraries. It allows
+ transparent reading and writing from compressed files.
+ .
+ This package contains the developpment part of the camlgz package.

Modified: trunk/packages/camlgz/trunk/debian/rules
===================================================================
--- trunk/packages/camlgz/trunk/debian/rules	2005-12-04 21:45:12 UTC (rev 2240)
+++ trunk/packages/camlgz/trunk/debian/rules	2005-12-04 21:46:07 UTC (rev 2241)
@@ -23,9 +23,9 @@
 	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 
 configure-stamp: configure
-        for t in `find . -name \*.in | grep -v debian/control.in`; do \
-                sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
-        done
+	for t in `find . -name \*.in | grep -v debian/control.in`; do \
+		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
+	done
 
 	dh_testdir
 	# Add here commands to configure the package.




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