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

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Fri May 19 14:12:20 UTC 2006


Author: smimram
Date: Fri May 19 14:12:19 2006
New Revision: 2760

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2760
Log:
Rebuild with OCaml 3.09.2.

Removed:
    trunk/packages/cryptokit/trunk/debian/control.in
Modified:
    trunk/packages/cryptokit/trunk/debian/changelog
    trunk/packages/cryptokit/trunk/debian/control
    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=2760&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/changelog (original)
+++ trunk/packages/cryptokit/trunk/debian/changelog Fri May 19 14:12:19 2006
@@ -1,3 +1,11 @@
+cryptokit (1.3-3) unstable; urgency=low
+
+  * Rebuild with OCaml 3.09.2.
+  * Updated standards version to 3.7.2, no changes needed.
+  * We don't need to remove rpaths anymore.
+
+ -- Samuel Mimram <smimram at debian.org>  Fri, 19 May 2006 14:09:09 +0000
+
 cryptokit (1.3-2) unstable; urgency=low
 
   * Rebuild for OCaml 3.09.1

Modified: trunk/packages/cryptokit/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/debian/control?rev=2760&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/control (original)
+++ trunk/packages/cryptokit/trunk/debian/control Fri May 19 14:12:19 2006
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Sylvain Le Gall <sylvain.le-gall at polytechnique.org>, Michael K. Edwards <medwards-debian at sane.net>, Mike Furr <mfurr at debian.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends: ocaml-nox (>= 3.09.1), zlib1g-dev, debhelper (>> 4.0.0), dpatch, chrpath
-Standards-Version: 3.6.2.0
+Build-Depends: ocaml-nox (>= 3.09.1), zlib1g-dev, debhelper (>> 4.0.0), dpatch
+Standards-Version: 3.7.2
 
 Package: libcryptokit-ocaml
 Section: libs

Modified: trunk/packages/cryptokit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/debian/rules?rev=2760&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/rules (original)
+++ trunk/packages/cryptokit/trunk/debian/rules Fri May 19 14:12:19 2006
@@ -21,8 +21,6 @@
 
 include /usr/share/dpatch/dpatch.make
 
-debian/control: debian/control.in
-	sed -e 's%#OCamlABI#%$(OCAMLABI)%' $@.in >$@
 
 debian/META: debian/META.in
 	sed -e 's%@VERSION@%$(VERSION)%' $< > $@
@@ -55,7 +53,6 @@
 	mkdir -p $(PKGDIR)/$(OCAMLIBDIR)/stublibs/
 	mv $(PKGDIR)-dev/$(OCAMLIBDIR)/cryptokit/stublibs \
 	 $(PKGDIR)/$(OCAMLIBDIR)/stublibs/dllcryptokit.so
-	chrpath -d $(PKGDIR)/$(OCAMLIBDIR)/stublibs/dllcryptokit.so
 
 binary-indep: install
 




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