[Pkg-ocaml-maint-commits] [SCM] perl4caml packaging branch, master, updated. debian/0.9.5-3-6-g38915c0

Stephane Glondu steph at glondu.net
Fri Jun 4 12:18:02 UTC 2010


The following commit has been merged in the master branch:
commit 701c0d99924d99b64cbcb04fc2c37acc06254ee3
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jun 4 12:21:28 2010 +0200

    Switch source package format to 3.0 (quilt)

diff --git a/debian/control b/debian/control
index 59119db..df4c3d6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
  debhelper (>= 7.2.11~),
  libperl-dev,
  ocaml-nox (>= 3.11.1-3~),
- quilt (>= 0.46-7~),
  dh-ocaml (>= 0.9)
 Standards-Version: 3.8.3
 Homepage: http://merjis.com/developers/perl4caml
diff --git a/debian/gbp.conf b/debian/gbp.conf
index cec628c..6c7ed3b 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,3 @@
 [DEFAULT]
 pristine-tar = True
+cleaner = debuild clean && dh_quilt_unpatch && dh_clean
diff --git a/debian/rules b/debian/rules
index 7cd486d..92c2f2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --with quilt,ocaml $@
+	dh --with ocaml $@
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_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)

-- 
perl4caml packaging



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