[Pkg-ocaml-maint-commits] r3239 - in /trunk/packages/demexp/trunk/debian: changelog control control.in patches/00list patches/makefile.dpatch patches/remove-warn-error.dpatch rules

tpetazzo-guest at users.alioth.debian.org tpetazzo-guest at users.alioth.debian.org
Sun Oct 15 11:05:13 UTC 2006


Author: tpetazzo-guest
Date: Sun Oct 15 11:05:12 2006
New Revision: 3239

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3239
Log:
Debian stuff for new upstream release 0.8.1

Removed:
    trunk/packages/demexp/trunk/debian/control.in
    trunk/packages/demexp/trunk/debian/patches/makefile.dpatch
    trunk/packages/demexp/trunk/debian/patches/remove-warn-error.dpatch
Modified:
    trunk/packages/demexp/trunk/debian/changelog
    trunk/packages/demexp/trunk/debian/control
    trunk/packages/demexp/trunk/debian/patches/00list
    trunk/packages/demexp/trunk/debian/rules

Modified: trunk/packages/demexp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/demexp/trunk/debian/changelog?rev=3239&op=diff
==============================================================================
--- trunk/packages/demexp/trunk/debian/changelog (original)
+++ trunk/packages/demexp/trunk/debian/changelog Sun Oct 15 11:05:12 2006
@@ -1,3 +1,15 @@
+demexp (0.8.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Thomas Petazzoni <thomas.petazzoni at enix.org>  Sun, 15 Oct 2006 13:02:44 +0200
+
+demexp (0.8.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Thomas Petazzoni <thomas.petazzoni at enix.org>  Tue,  3 Oct 2006 00:14:43 +0200
+
 demexp (0.6.3-6) unstable; urgency=low
 
   * Update to OCaml 3.09.2.

Modified: trunk/packages/demexp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/demexp/trunk/debian/control?rev=3239&op=diff
==============================================================================
--- trunk/packages/demexp/trunk/debian/control (original)
+++ trunk/packages/demexp/trunk/debian/control Sun Oct 15 11:05:12 2006
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Thomas Petazzoni <thomas.petazzoni at enix.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.09.2), liblablgtk2-ocaml-dev (>= 2.6.0-1), nowebm, tetex-base, tetex-extra, ocaml-findlib, libpxp-ocaml-dev, libequeue-ocaml-dev, librpc-ocaml-dev (>= 0.4.4-2), libnetclient-ocaml-dev, libgz-ocaml-dev (>= 0.5.7-3), ocaml-ulex, ocaml-native-compilers, dpatch (>= 1.19), cduce (>= 0.4.0-2), chrpath
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.09.2), liblablgtk2-ocaml-dev (>= 2.6.0), nowebm, tetex-base, tetex-extra, ocaml-findlib, libpxp-ocaml-dev (>= 1.1.96), libequeue-ocaml-dev (>= 2.1.3), librpc-ocaml-dev (>= 0.4.5), libnetclient-ocaml-dev, libgz-ocaml-dev (>= 0.5.7), libcamomile-ocaml-dev (>= 0.6.6), libcameleon-ocaml-dev (>= 1.9.13), libgettext-ocaml-dev (>= 0.2.0), ocaml-ulex, ocaml-native-compilers, dpatch (>= 1.19), cduce (>= 0.4.1), chrpath
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/demexp
 

Modified: trunk/packages/demexp/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/demexp/trunk/debian/patches/00list?rev=3239&op=diff
==============================================================================
--- trunk/packages/demexp/trunk/debian/patches/00list (original)
+++ trunk/packages/demexp/trunk/debian/patches/00list Sun Oct 15 11:05:12 2006
@@ -1,2 +1,2 @@
-makefile
-remove-warn-error
+configure-ocamlfind-for-config-file-lib
+fix-static-compilation

Modified: trunk/packages/demexp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/demexp/trunk/debian/rules?rev=3239&op=diff
==============================================================================
--- trunk/packages/demexp/trunk/debian/rules (original)
+++ trunk/packages/demexp/trunk/debian/rules Sun Oct 15 11:05:12 2006
@@ -13,18 +13,11 @@
 PACKAGE = demexp
 OCAMLABI := $(shell ocamlc -version)
 
-debian/control:
-	sed -e 's%#OcamlABI#%$(OCAMLABI)%g' $@.in >$@
-
 configure: configure-stamp
 configure-stamp:
-	for t in `find debian/ -name \*.in | grep -v debian/control.in`; do \
-                sed -e 's%#OcamlABI#%$(OCAMLABI)%g' $$t >$${t%.in}; \
-        done
-
 	dh_testdir
 	# Add here commands to configure the package.
-	./configure
+	./configure --no-web
 	touch configure-stamp
 
 




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