[Pkg-ocaml-maint-commits] [SCM] menhir packaging branch, master, updated. debian/20120123.dfsg-1-11-g7f5a90a

Stephane Glondu steph at glondu.net
Wed Jul 24 13:54:58 UTC 2013


The following commit has been merged in the master branch:
commit 5ce14a8af663823c811684feb92b9771df2e9b55
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 24 15:34:21 2013 +0200

    Switch source package format to 3.0 (quilt)

diff --git a/debian/control b/debian/control
index a61ec96..44d81ad 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
   Mehdi Dogguy <mehdi at debian.org>
 Build-Depends:
   debhelper (>= 7.0.50),
-  quilt (>= 0.46-7),
   ocaml-nox (>= 3.11.1-3~),
   dh-ocaml (>= 0.9)
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 7176c47..7793294 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,4 +17,4 @@ override_dh_auto_install:
 	cp src/menhir.$(OCAML_BEST) $(DESTDIR)/usr/bin/menhir
 
 %:
-	dh --with quilt,ocaml $@
+	dh --with ocaml $@
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

-- 
menhir packaging



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