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 <[EMAIL PROTECTED]> Mon, 31 Dec 2007 16:49:57 +0100
+ [ Stephane Glondu ]
+ * Enable zlib support, closes: #469040.
+
+ -- Stephane Glondu <[EMAIL PROTECTED]> 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) <[EMAIL PROTECTED]> 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
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits