[Pkg-ocaml-maint-commits] [SCM] ocaml-reins packaging branch, master, updated. debian/0.1a-2-7-gd1355e7

Stephane Glondu steph at glondu.net
Sun Dec 20 01:52:30 UTC 2009


The following commit has been merged in the master branch:
commit c0b8e95dfa505bc969f0c196c365ac767f6375cc
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Dec 20 02:36:58 2009 +0100

    Switch source package to format 3.0 (quilt)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index a26fede..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,16 +0,0 @@
-ocaml-reins 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>, Sat, 04 Jul 2009 15:00:10 +0200
diff --git a/debian/control b/debian/control
index c81a8cc..14b8b8a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders:
  Mike Furr <mfurr at debian.org>,
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
- debhelper (>= 7.0.52),
- quilt (>= 0.46-7),
+ debhelper (>= 7.0.50~),
  ocaml-nox (>= 3.11.1-3~),
  omake (>= 0.9.8.5-3-6),
  libounit-ocaml-dev (>= 1.0.3-4~),
diff --git a/debian/rules b/debian/rules
index 26f49ef..1b43de8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/ocaml/ocamlvars.mk
 DEST := $(CURDIR)/debian/libreins-ocaml-dev/$(OCAML_STDLIB_DIR)
 
 %:
-	dh --with quilt,ocaml $@
+	dh --with ocaml $@
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

-- 
ocaml-reins packaging



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