[Pkg-ocaml-maint-commits] [SCM] ocaml-sqlite3 packaging branch, master, updated. debian/1.5.6-3-13-g3b5bc85

Stephane Glondu steph at glondu.net
Tue Jul 12 07:07:26 UTC 2011


The following commit has been merged in the master branch:
commit 09bda36f10e2af733aacf250d8d57aab592a1a8e
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Jul 12 08:48:56 2011 +0200

    Switch source package format to 3.0 (quilt)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/debian/control b/debian/control
index cad4a62..3b12bfe 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders:
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
  debhelper (>= 7.2.11~),
- quilt (>= 0.46-7~),
  ocaml-nox (>= 3.11.1-3~),
  camlp4,
  libsqlite3-dev (>= 3.3.9),
diff --git a/debian/rules b/debian/rules
index bdf9218..59cb9d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ include /usr/share/ocaml/ocamlvars.mk
 DESTDIR := $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 
 %:
-	dh --with quilt,ocaml $@
+	dh --with ocaml $@
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
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

-- 
ocaml-sqlite3 packaging



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