[Pkg-ocaml-maint-commits] [SCM] camlzip packaging branch, master, updated. debian/1.04-4-2-g9dd7363
Stephane Glondu
steph at glondu.net
Sat Aug 22 10:58:38 UTC 2009
The following commit has been merged in the master branch:
commit 9dd7363c1ef04fb755c7cddbf92f02c8a1a6f73d
Author: Stephane Glondu <steph at glondu.net>
Date: Sat Aug 22 12:38:30 2009 +0200
Various updates
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..ac7a35c
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+This package uses dpatch for patching the source.
+
+Please consider reading dpatch manpage to patch the source.
+
+ -- Stephane Glondu <steph at glondu.net> Sat, 22 Aug 2009 12:36:23 +0200
diff --git a/debian/changelog b/debian/changelog
index 34b7612..70a12f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
camlzip (1.04-5) UNRELEASED; urgency=low
* Fix version field in META file
+ * Add README.source
+ * Update Standards-Version to 3.8.3
-- Stephane Glondu <steph at glondu.net> Sat, 22 Aug 2009 12:25:33 +0200
diff --git a/debian/control b/debian/control
index 0b3cb2b..6a39431 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,16 @@ Uploaders:
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.0), zlib1g-dev (>> 1.1.4), ocaml-nox (>= 3.11), dpatch, dpkg-dev (>= 1.13.19), dh-ocaml
Homepage: http://pauillac.inria.fr/~xleroy/software.html#camlzip
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/camlzip.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/camlzip.git
Package: libzip-ocaml
Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends:
+ ocaml-base-nox-${F:OCamlABI},
+ ${shlibs:Depends},
+ ${misc:Depends}
Conflicts: camlzip (<< 1.01-3)
Replaces: libzip-ocaml-dev (<< 1.04-3)
Description: OCaml compression libraries (runtime libraries)
@@ -30,7 +33,12 @@ Description: OCaml compression libraries (runtime libraries)
Package: libzip-ocaml-dev
Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, zlib1g-dev (>> 1.1.4), libzip-ocaml (= ${binary:Version})
+Depends:
+ ocaml-nox-${F:OCamlABI},
+ zlib1g-dev (>> 1.1.4),
+ libzip-ocaml (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
Conflicts: camlzip
Replaces: camlzip
Provides: camlzip
--
camlzip packaging
More information about the Pkg-ocaml-maint-commits
mailing list