[Pkg-ocaml-maint-commits] r4005 - /trunk/packages/postgresql-ocaml/trunk/debian/rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Jul 13 09:12:33 UTC 2007


Author: zack
Date: Fri Jul 13 09:12:33 2007
New Revision: 4005

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4005
Log:
- rename examples patch also in rules
- removed a workaround for dpatch, which is now included in ocaml's cdbs class

Modified:
    trunk/packages/postgresql-ocaml/trunk/debian/rules

Modified: trunk/packages/postgresql-ocaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/rules?rev=4005&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/rules (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/rules Fri Jul 13 09:12:33 2007
@@ -8,11 +8,7 @@
 
  # The examples patch needs to be patched since it contains hard coded ABI
  # numbers.
-OCAML_IN_FILES += debian/patches/03_examples.dpatch
-
- # Since dpatch fails to deapply if a patch is not there we need to
- # instantiate the patch before cleaning.
-cleanbuilddir/$(PKGNAME):: ocamlinit
+OCAML_IN_FILES += debian/patches/examples.dpatch
 
 DEB_SRCDIR = $(CURDIR)/lib
 DEB_MAKE_BUILD_TARGET = byte-code-library




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