[Pkg-ocaml-maint-commits] [SCM] lablgl packaging branch, master, updated. debian/1.04-1-12-gdcd2a41

Stephane Glondu steph at glondu.net
Mon Feb 16 08:06:49 UTC 2009


The following commit has been merged in the master branch:
commit 675884826a2499b2502fde700121a7e0198a264c
Author: Stephane Glondu <steph at glondu.net>
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 <smimram at debian.org>,
  Sylvain Le Gall <gildor at debian.org>,
  Ralf Treinen <treinen at debian.org>
-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



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