[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.14.0+dfsg-2-14-gb7b3ea3
Stephane Glondu
steph at glondu.net
Thu Feb 17 12:37:00 UTC 2011
The following commit has been merged in the master branch:
commit 1971e47f9af09b111f7b7cb827d117b575062c40
Author: Stephane Glondu <steph at glondu.net>
Date: Thu Feb 17 08:46:36 2011 +0100
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 9f1b9eb..a6b70ba 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,7 @@ Build-Depends:
libgtkspell-dev,
libgnomeui-dev,
libpanel-applet2-dev,
- libgtksourceview2.0-dev (>= 2.10),
- quilt (>= 0.46-7~)
+ libgtksourceview2.0-dev (>= 2.10)
Standards-Version: 3.8.3
Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/lablgtk2.git
diff --git a/debian/rules b/debian/rules
index 0cf1a0e..67dcf11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/ocaml/ocamlvars.mk
DESTDIR := $(CURDIR)/debian/tmp
%:
- 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
--
lablgtk2 packaging
More information about the Pkg-ocaml-maint-commits
mailing list