[Pkg-ocaml-maint-commits] [ocamlgsl] 03/15: Turn source package into 3.0 (quilt) format

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Jan 17 19:40:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository ocamlgsl.

commit 3a04aec3774d3d8f0ebad25d125083e081944de9
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Jan 17 14:27:20 2016 +0100

    Turn source package into 3.0 (quilt) format
---
 debian/README.source                                                 | 5 -----
 debian/control                                                       | 1 -
 debian/patches/{02_correct_examples.dpatch => 02_correct_examples}   | 0
 .../{cdf_handle_int_arguments.dpatch => cdf_handle_int_arguments}    | 0
 debian/patches/{make_bytecode.dpatch => make_bytecode}               | 0
 debian/patches/{match_gcc_4_2.dpatch => match_gcc_4_2}               | 0
 debian/patches/{00list => series}                                    | 0
 debian/rules                                                         | 1 -
 debian/source/format                                                 | 1 +
 9 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 62605d2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package use dpatch for patching the source. 
-
-Please consider reading dpatch manpage to patch the source.
-
- -- Sylvain Le Gall <gildor at debian.org>  Sun, 22 Jun 2008 23:26:52 +0200
diff --git a/debian/control b/debian/control
index 551a5f1..a3fd6a0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Build-Depends: cdbs (>= 0.4.23-1.1), 
  debhelper (>= 5), 
- dpatch, 
  ocaml-nox (>= 3.10.0-9), 
  ocaml-findlib (>= 1.1.2pl1-4), 
  libgsl-dev,
diff --git a/debian/patches/02_correct_examples.dpatch b/debian/patches/02_correct_examples
similarity index 100%
rename from debian/patches/02_correct_examples.dpatch
rename to debian/patches/02_correct_examples
diff --git a/debian/patches/cdf_handle_int_arguments.dpatch b/debian/patches/cdf_handle_int_arguments
similarity index 100%
rename from debian/patches/cdf_handle_int_arguments.dpatch
rename to debian/patches/cdf_handle_int_arguments
diff --git a/debian/patches/make_bytecode.dpatch b/debian/patches/make_bytecode
similarity index 100%
rename from debian/patches/make_bytecode.dpatch
rename to debian/patches/make_bytecode
diff --git a/debian/patches/match_gcc_4_2.dpatch b/debian/patches/match_gcc_4_2
similarity index 100%
rename from debian/patches/match_gcc_4_2.dpatch
rename to debian/patches/match_gcc_4_2
diff --git a/debian/patches/00list b/debian/patches/series
similarity index 100%
rename from debian/patches/00list
rename to debian/patches/series
diff --git a/debian/rules b/debian/rules
index ca9c63b..fe9e584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,6 @@
 
 include /usr/share/cdbs/1/rules/ocaml.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
 DEB_MAKE_CLEAN_TARGET    := clean
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlgsl.git



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