[Pkg-ocaml-maint-commits] r5250 - in /trunk/packages/cryptokit/trunk/debian: changelog rules

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Sun Mar 2 21:54:58 UTC 2008


Author: glondu-guest
Date: Sun Mar  2 21:54:58 2008
New Revision: 5250

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5250
Log:
Enable zlib support, closes: #469040.

Modified:
    trunk/packages/cryptokit/trunk/debian/changelog
    trunk/packages/cryptokit/trunk/debian/rules

Modified: trunk/packages/cryptokit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/debian/changelog?rev=5250&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/changelog (original)
+++ trunk/packages/cryptokit/trunk/debian/changelog Sun Mar  2 21:54:58 2008
@@ -1,8 +1,12 @@
 cryptokit (1.3-8) UNRELEASED; urgency=low
 
+  [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 31 Dec 2007 16:49:57 +0100
+  [ Stephane Glondu ]
+  * Enable zlib support, closes: #469040.
+
+ -- Stephane Glondu <steph at glondu.net>  Sun, 02 Mar 2008 22:53:08 +0100
 
 cryptokit (1.3-7) unstable; urgency=low
 
@@ -158,4 +162,3 @@
   * Initial Release
 
  -- Michael K. Edwards (in Debian context) <mkedeb at sane.net>  Sat, 13 Dec 2003 14:33:27 -0800
-

Modified: trunk/packages/cryptokit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/debian/rules?rev=5250&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/rules (original)
+++ trunk/packages/cryptokit/trunk/debian/rules Sun Mar  2 21:54:58 2008
@@ -43,6 +43,9 @@
 
 OCAML_OCAMLDOC_PACKAGES := libcryptokit-ocaml-dev
 
+# Enable zlib support
+CFLAGS += -DHAVE_ZLIB
+
 clean::
 	-$(RM) debian/META.cryptokit 
 	-$(RM) debian/libcryptokit-ocaml-dev.dirs




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