[Pkg-ocaml-maint-commits] [SCM] react packaging branch, master, updated. upstream/0.9.0-6-g4a79150

Stephane Glondu steph at glondu.net
Wed Jun 10 20:14:48 UTC 2009


The following commit has been merged in the master branch:
commit 47999f01ecf99bee33e7d233c66b4ae0add21864
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jun 10 21:52:19 2009 +0200

    Remove unneeded dependency to quilt

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 1f46afe..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,16 +0,0 @@
-React 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>, Wed, 10 Jun 2009 17:26:19 +0200
diff --git a/debian/control b/debian/control
index 6b67eae..95f52f6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Uploaders: Stephane Glondu <steph at glondu.net>
 DM-Upload-Allowed: yes
 Build-Depends:
  debhelper (>= 7.0.52),
- quilt (>= 0.46-7),
  dh-ocaml,
  ocaml-nox
 Standards-Version: 3.8.1
diff --git a/debian/rules b/debian/rules
index 22e34ab..796bf32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ OCAMLBUILD := ocamlbuild -classic-display $(if $(OCAML_OPT_ARCH),,-byte-plugin)
 TARGETS := react.cmo $(if $(OCAML_OPT_ARCH),react.cmx)
 
 %:
-	dh --with quilt $@
+	dh $@
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure: ocamlinit-stamp $(QUILT_STAMPFN)

-- 
react packaging



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