[Pkg-ocaml-maint-commits] [SCM] cmigrep packaging branch, master, updated. debian/1.5-3-4-g0398252

Mehdi Dogguy dogguy at pps.jussieu.fr
Tue Jul 7 11:07:56 UTC 2009


The following commit has been merged in the master branch:
commit 0398252281f036c2cb92df67e25df044d6054322
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Tue Jul 7 13:00:07 2009 +0200

    Bump Standards-Version to 3.8.2

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..7adf597
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+cmigrep Debian source package
+=============================
+
+Patching upstream sources
+-------------------------
+
+This package uses dpatch to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get the fully patched source after unpacking the source package, cd
+to the root level of the source package and run:
+
+    debian/rules patch
+
+Removing a patch is as simple as removing its entry from the
+debian/patches/00list file, and please also remove the patch file
+itself.
+
+ -- Mehdi Dogguy <dogguy at pps.jussieu.fr>, Tue, 7 Jul 2009 13:05:54 +0200
diff --git a/debian/changelog b/debian/changelog
index c11be7e..b2787c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ cmigrep (1.5-4) UNRELEASED; urgency=low
   * Switch packaging to git
 
   [ Mehdi Dogguy ]
+  * Bump Standards-Version to 3.8.2
+    o Add a README.source
   * Add myself to uploaders
   * Remove usage of old OCaml's standard library location (It was harmless
     but there is no reason to keep it)
diff --git a/debian/control b/debian/control
index c322c7e..e9ac395 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders: Ralf Treinen <treinen at debian.org>,
 Build-Depends: debhelper (>= 5.0), dpatch, cdbs, dh-ocaml
 Build-Depends-Indep: ocaml-nox (>= 3.09.1), libpcre-ocaml-dev, ocaml-findlib,
  ocaml-compiler-libs
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cmigrep.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cmigrep.git
 Homepage: http://homepage.mac.com/letaris/
@@ -23,4 +23,4 @@ Replaces: ocaml-tools
 Description: search in OCaml compiled interface files
  This program allows you to search for items (like for instance types,
  constructors, or exceptions) in compiled interface files generated by
- the Objective Caml compiler.
\ No newline at end of file
+ the Objective Caml compiler.

-- 
cmigrep packaging



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