summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2011-07-22 00:36:08 +0200
committerStephane Glondu <steph@glondu.net>2011-07-22 00:37:19 +0200
commitbef8667694cab46d8508c6cdaa17f369748e0dc3 (patch)
tree66eba2455159d8e78f37b821925a39eaef4d0c62 /debian
parent94340432771bb1680001d6d35491565c982d0c36 (diff)
Switch source package format to 3.0 (quilt)
Diffstat (limited to 'debian')
-rw-r--r--debian/README.source5
-rw-r--r--debian/control1
-rw-r--r--[-rwxr-xr-x]debian/patches/0001-Allow-installation-under-a-given-div-externally-pass.patch (renamed from debian/patches/install.dpatch)24
-rw-r--r--debian/patches/00dpatch.conf2
-rw-r--r--debian/patches/00list1
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/local-options2
9 files changed, 18 insertions, 20 deletions
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index babfb6c..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses dpatch for patching the source.
-
-Please consider reading dpatch manpage to patch the source.
-
- -- Mehdi Dogguy <mehdi@debian.org>, Sun, 1 Nov 2009 13:16:01 +0100
diff --git a/debian/control b/debian/control
index c6dd089..4aaa890 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Uploaders:
Build-Depends:
cdbs,
debhelper (>= 7),
- dpatch,
ocaml-nox,
libocamlnet-ocaml-dev,
libxml-light-ocaml-dev,
diff --git a/debian/patches/install.dpatch b/debian/patches/0001-Allow-installation-under-a-given-div-externally-pass.patch
index 7d38cdb..f9aea24 100755..100644
--- a/debian/patches/install.dpatch
+++ b/debian/patches/0001-Allow-installation-under-a-given-div-externally-pass.patch
@@ -1,14 +1,17 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_install.dpatch by Pietro Abate <pietro.abate@anu.edu.au>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: allow installation under a given div, externally passed by debian/rules
+From: Pietro Abate <pietro.abate@anu.edu.au>
+Date: Fri, 22 Jul 2011 00:34:28 +0200
+Subject: Allow installation under a given div, externally passed by
+ debian/rules
-@DPATCH@
-diff -urNad trunk~/Makefile trunk/Makefile
---- trunk~/Makefile 2007-11-25 21:23:19.000000000 +0100
-+++ trunk/Makefile 2008-01-10 14:11:48.000000000 +0100
-@@ -5,10 +5,13 @@
+---
+ Makefile | 7 +++++--
+ 1 files changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index e9f50e6..e7dee0b 100644
+--- a/Makefile
++++ b/Makefile
+@@ -5,10 +5,13 @@ SOURCES = XmlRpcBase64.mli XmlRpcBase64.ml XmlRpcDateTime.mli XmlRpcDateTime.ml
PACKS = xml-light,netclient,nethttpd-for-netcgi2
LIBINSTALL_FILES = XmlRpcBase64.mli XmlRpcBase64.cmi XmlRpcDateTime.mli XmlRpcDateTime.cmi XmlRpc.mli XmlRpc.cmi XmlRpcServer.mli XmlRpcServer.cmi xmlrpc-light.cma xmlrpc-light.cmxa xmlrpc-light.a
OCAMLDOC = ocamlfind ocamldoc -package xml-light,nethttpd-for-netcgi2
@@ -24,3 +27,4 @@ diff -urNad trunk~/Makefile trunk/Makefile
uninstall: libuninstall
.PHONY: test
+--
diff --git a/debian/patches/00dpatch.conf b/debian/patches/00dpatch.conf
deleted file mode 100644
index 685acc6..0000000
--- a/debian/patches/00dpatch.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-conf_debianonly=1
-conf_origtargzpath=../tarballs
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 003a2db..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-install.dpatch
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2dba2ad
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Allow-installation-under-a-given-div-externally-pass.patch
diff --git a/debian/rules b/debian/rules
index 8f00070..ebb82bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
# MA 02110-1301, USA.
-include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/ocaml.mk
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)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..c4cf480
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches