[Pkg-ocaml-maint-commits] [SCM] galax packaging branch, master, updated. debian/1.1-6-12-gd87eb43

Stephane Glondu steph at glondu.net
Tue May 18 22:02:32 UTC 2010


The following commit has been merged in the master branch:
commit 980e816a1994eaf3f8fc3c536c320baa88e26ee1
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue May 18 20:24:44 2010 +0200

    Switch source package format to 3.0 (quilt)

diff --git a/debian/control b/debian/control
index 4c43353..5494bb4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Stéphane Glondu <glondu at debian.org>
 Build-Depends:
  debhelper (>= 7.0.50~),
  dh-ocaml (>= 0.9),
- quilt (>= 0.46-7~),
  ocaml-nox,
  camlp4,
  libpcre-ocaml-dev,
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 e497fc2..44d3d2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 include /usr/share/ocaml/ocamlvars.mk
 
 %:
-	dh --with quilt,ocaml $@
+	dh --with ocaml $@
 
 override_dh_auto_configure:
 	./configure -galax-camllib $(OCAML_STDLIB_DIR)/galax			\
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)

-- 
galax packaging



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