[Pkg-ocaml-maint-commits] [SCM] pycaml packaging branch, master, updated. debian/0.82-10-7-gf5b0cf2

Stephane Glondu steph at glondu.net
Tue Nov 3 16:45:07 UTC 2009


The following commit has been merged in the master branch:
commit 7aea0af201cda9ed57abbbf065f858dc5c5bab2b
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Nov 3 17:31:15 2009 +0100

    Switch to 3.0 (quilt)

diff --git a/debian/README.source b/debian/README.source
index bfdc521..8b18e40 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -4,13 +4,9 @@ Pycaml Debian source package
 Patching upstream sources
 -------------------------
 
-This source package uses quilt to apply and remove its patches. Please
-refer to `/usr/share/doc/quilt/README.source' for information about
-how to use quilt for source packages.
-
 The quilt series is generated from the Git repository, using
 dom-{apply,save}-patches, from the dh-ocaml (>= 0.4.2) package. Please
 refer to the appendix about Git in the Debian OCaml Packaging Policy
 (from the same package).
 
- -- Stephane Glondu <steph at glondu.net>, Fri,  5 Jun 2009 20:17:19 +0200
+ -- Stéphane Glondu <glondu at debian.org>, Tue,  3 Nov 2009 17:31:04 +0100
diff --git a/debian/control b/debian/control
index d7b51dc..6299b3f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Uploaders:
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
  debhelper (>= 7.0.50~),
- quilt (>= 0.46-7~),
  python-support,
  python-dev,
  dh-ocaml (>= 0.9),
diff --git a/debian/rules b/debian/rules
index 342aba9..812b40e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DESTDIR := $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 CFLAGS += -Wall
 
 %:
-	dh --with quilt --with ocaml $@
+	dh --with ocaml $@
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
pycaml packaging



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