[Pkg-ocaml-maint-commits] [SCM] cairo-ocaml packaging branch, master, updated. debian/20090223-1-13-g46caeca

Stephane Glondu steph at glondu.net
Tue Nov 3 19:01:09 UTC 2009


The following commit has been merged in the master branch:
commit 189a122ec1fcb72564a9c4a8f588040d1dfdbb55
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Nov 3 17:56:45 2009 +0100

    Remove dpatch from Build-Depends (unused)

diff --git a/debian/control b/debian/control
index 1b3f120..7278fee 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
  debhelper (>= 7),
- dpatch,
  automake1.9,
  autoconf,
  ocaml-findlib (>= 1.2.4),
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 725d401..5170d1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@
 
 include /usr/share/ocaml/ocamlvars.mk
 include /usr/share/ocaml/ocamlinit.mk
-include /usr/share/dpatch/dpatch.make
 
 DESTDIR = $(CURDIR)/debian/tmp
 
@@ -30,7 +29,7 @@ config.status: configure
 	chmod +x configure
 	./configure --with-gtk
 
-build: ocamlinit patch-stamp build-stamp
+build: ocamlinit build-stamp
 build-stamp: config.status
 	dh_testdir
 
@@ -42,7 +41,7 @@ endif
 
 	touch build-stamp
 
-clean: unpatch ocamlinit-clean
+clean: ocamlinit-clean
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp

-- 
cairo-ocaml packaging



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