[Pkg-ocaml-maint-commits] [SCM] mysql-ocaml packaging branch, master, updated. debian/1.0.4-7-13-g3927e7f

Mehdi Dogguy mehdi at debian.org
Tue Jun 5 16:53:12 UTC 2012


The following commit has been merged in the master branch:
commit d2b05dafe216cc66168bd99bf3f2f3763bc405f3
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue Jun 5 18:23:52 2012 +0200

    Various packaging updates
    
    * Bump standards version to 3.9.3
    * Switch source package format to 3.0 (quilt)
    * ...

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 25f8895..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt for patching the source. 
-
-Please consider reading quilt manpage to patch the source.
-
- -- Mehdi Dogguy <mehdi at debian.org>, Sat, 31 Oct 2009 23:00:13 +0100
diff --git a/debian/changelog b/debian/changelog
index 7a8da62..4431f0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ mysql-ocaml (1.1.1-1) UNRELEASED; urgency=low
   * Add a Homepage field in debian/control.
   * Update debian/watch file.
   * Remove local patches, integrated by upstream.
+  * Bump standards version to 3.9.3
+  * Switch source package format to 3.0 (quilt)
 
  -- Mehdi Dogguy <mehdi at debian.org>  Tue, 05 Jun 2012 18:06:10 +0200
 
diff --git a/debian/control b/debian/control
index 88b357d..9bdfc63 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,8 @@ Build-Depends:
  dh-ocaml (>= 0.9),
  ocaml-nox (>= 3.11),
  camlp4 (>= 3.11),
- ocaml-findlib (>= 1.2.4),
- quilt (>= 0.46-7~)
-Standards-Version: 3.8.3
+ ocaml-findlib (>= 1.2.4)
+Standards-Version: 3.9.3
 Homepage: http://ocaml-mysql.forge.ocamlcore.org/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/mysql-ocaml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/mysql-ocaml.git
diff --git a/debian/rules b/debian/rules
index 79500a9..0a15396 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,4 +45,4 @@ override_dh_installchangelogs:
 	dh_installchangelogs CHANGES
 
 %:
-	dh --with quilt,ocaml $@
+	dh --with ocaml $@
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)

-- 
mysql-ocaml packaging



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