[Pkg-ocaml-maint-commits] [SCM] headache packaging branch, master, updated. debian/1.03-20-2-gcba04dd

Ralf Treinen treinen at free.fr
Wed Dec 28 10:15:24 UTC 2011


The following commit has been merged in the master branch:
commit cba04dd389c1ccc1e2296e09a5e67f130aa97934
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Dec 28 11:13:50 2011 +0100

    replace dpatch headers by RFC822 header stanzas

diff --git a/debian/changelog b/debian/changelog
index f34bb15..e85602d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 headache (1.03-21) UNRELEASED; urgency=low
 
   * Remove debian/README.source since it no longer applies.
+  * debian/patches/*: replace dpatch headers by RFC822 header stanzas.
 
- -- Ralf Treinen <treinen at debian.org>  Wed, 28 Dec 2011 10:49:28 +0100
+ -- Ralf Treinen <treinen at debian.org>  Wed, 28 Dec 2011 11:13:10 +0100
 
 headache (1.03-20) unstable; urgency=low
 
diff --git a/debian/patches/01_detect_end_of_header b/debian/patches/01_detect_end_of_header
index 0d299ad..31b476a 100755
--- a/debian/patches/01_detect_end_of_header
+++ b/debian/patches/01_detect_end_of_header
@@ -1,10 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_detect_end_of_header.patch.dpatch by Julien Cristau <julien.cristau at ens-lyon.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Patch to detect the end of the header
-
- at DPATCH@
+Author: Julien Cristau <julien.cristau at ens-lyon.org>
+Description: Patch to detect the end of the header
 
 diff -Nru headache-1.03/main.ml headache-1.03.new/main.ml
 --- headache-1.03/main.ml	2004-03-29 11:16:22.000000000 +0200
diff --git a/debian/patches/02_skip_begin b/debian/patches/02_skip_begin
index 8a3b15f..69fa052 100755
--- a/debian/patches/02_skip_begin
+++ b/debian/patches/02_skip_begin
@@ -1,10 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_skip_begin.dpatch by Sylvain Le Gall <gildor at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Allow to add pattern to skip begin of file (e.g. for XML files)
+Author: Sylvain Le Gall <gildor at debian.org>
+DescriptionAllow to add pattern to skip begin of file (e.g. for XML files)
+
 
- at DPATCH@
 diff -urNad headache-1.03~/Depend headache-1.03/Depend
 --- headache-1.03~/Depend	2004-03-29 11:16:22.000000000 +0200
 +++ headache-1.03/Depend	2008-04-24 17:45:39.000000000 +0200
diff --git a/debian/patches/03_header_width b/debian/patches/03_header_width
index c3a363c..1f54d89 100755
--- a/debian/patches/03_header_width
+++ b/debian/patches/03_header_width
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_header_width.dpatch by Sylvain Le Gall <gildor at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Compute header width based on header file content.
+Author: Sylvain Le Gall <gildor at debian.org>
+Description: Compute header width based on header file content.
 
- at DPATCH@
 diff -urNad trunk~/main.ml trunk/main.ml
 --- trunk~/main.ml	2008-04-24 22:55:07.685167988 +0200
 +++ trunk/main.ml	2008-04-24 22:57:01.404332989 +0200

-- 
headache packaging



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