[Pkg-ocaml-maint-commits] [SCM] postgresql-ocaml packaging branch, master, updated. debian/1.12.5-1-10-gaded652
Stephane Glondu
steph at glondu.net
Thu Feb 17 17:20:52 UTC 2011
The following commit has been merged in the master branch:
commit 164f243761a81fb85b8bfd3f22acca6bb8b17c31
Author: Stephane Glondu <steph at glondu.net>
Date: Thu Feb 17 18:15:29 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 ae9eaf3..ddc7770 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends:
ocaml-nox (>= 3.11.1-3~),
ocaml-findlib (>= 1.2.5),
libpq-dev,
- quilt,
dh-ocaml (>= 0.9~),
cdbs
Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index b1d1675..8b52820 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/ocaml.mk
@@ -7,7 +6,6 @@ include /usr/share/cdbs/1/rules/ocaml.mk
PKGNAME = libpostgresql-ocaml-dev
DEB_SRCDIR = $(CURDIR)/lib
-DEB_QUILT_TOPDIR = $(CURDIR)
DEB_MAKE_BUILD_TARGET = NO_CUSTOM=y byte-code-library
CFLAGS += -I$(shell pg_config --includedir) -fPIC
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
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
--
postgresql-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list