The following commit has been merged in the master branch:
commit 675884826a2499b2502fde700121a7e0198a264c
Author: Stephane Glondu <[email protected]>
Date:   Mon Feb 16 08:52:48 2009 +0100

    Remove dpatch dependency

diff --git a/debian/control b/debian/control
index 06ab985..b33fdf4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,24 @@ Uploaders:
  Samuel Mimram <[email protected]>,
  Sylvain Le Gall <[email protected]>,
  Ralf Treinen <[email protected]>
-Build-Depends: debhelper (>= 7.0), ocaml (>= 3.11), tcl8.4-dev, tk8.4-dev, 
libgl1-mesa-dev|libgl-dev, libglu1-mesa-dev|libglu-dev, freeglut3-dev, 
x11proto-core-dev, libxmu-dev, libx11-dev, dpatch, dpkg-dev (>= 1.13.19), 
docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc, camlp4 (>= 3.11), 
dh-ocaml
+Build-Depends:
+ debhelper (>= 7.0),
+ ocaml (>= 3.11),
+ tcl8.4-dev,
+ tk8.4-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ freeglut3-dev,
+ x11proto-core-dev,
+ libxmu-dev,
+ libx11-dev,
+ dpkg-dev (>= 1.13.19),
+ docbook-xml (>= 4.4),
+ docbook-xsl,
+ libxml2-utils,
+ xsltproc,
+ camlp4 (>= 3.11),
+ dh-ocaml
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/lablgl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/lablgl.git
@@ -27,7 +44,6 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-ocaml-maint/packages/lablgl.git
 # libxmu-dev: #include <X11/Xmu/StdCmap.h>
 # libx11-dev: #include <X11/Xlib.h>
 #             #include <X11/Xutil.h>
-# dpatch: patch system (for debian/patches and debian/rules)
 # dpkg-dev (>= 1.13.19): binary:Version
 # docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc: manpages
 # camlp4: camlp4
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/rules b/debian/rules
index 8766062..97ee8fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 # GNU copyright 1997 by Joey Hess.
 #
 
-# We want to use dpatch.
-include /usr/share/dpatch/dpatch.make
 PACKAGE = lablgl
 
 OCAML_ABI := $(shell ocamlc -version)
@@ -40,7 +38,7 @@ configure-stamp:
        touch configure-stamp
 
 build: build-stamp
-build-stamp: patch-stamp configure-stamp
+build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
@@ -58,7 +56,7 @@ build-stamp: patch-stamp configure-stamp
 
        touch build-stamp
 
-clean: unpatch
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp

-- 
lablgl packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to