summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2023-08-12 07:44:24 +0200
committerStephane Glondu <steph@glondu.net>2023-08-12 07:58:08 +0200
commitf49116a87cdeef40bc6f3f95b7b80d1aeef9ebf2 (patch)
tree9cb41764c02daa91eccc5896ef54aeb44ccc6332
parentc229e904e81ec2d51352365f2eac8e2b5fa9d92e (diff)
Update packaging
-rw-r--r--debian/control10
-rw-r--r--debian/gbp.conf2
-rw-r--r--debian/watch2
3 files changed, 8 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 3e9d825..53a5798 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,13 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-buildinfo,
- ocaml-nox,
- dh-ocaml (>= 0.9),
+ ocaml,
+ dh-ocaml,
libgd-dev,
- ocaml-findlib (>= 1.2.4),
+ ocaml-findlib,
pkg-config
Standards-Version: 4.6.2
+Rules-Requires-Root: no
Homepage: http://matt.gushee.net/software/gd4o/
Vcs-Git: https://salsa.debian.org/ocaml-team/gd4o.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/gd4o
@@ -19,7 +20,6 @@ Package: libgd-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
-Breaks: libgd-gd2-noxpm-ocaml (<< 1.0~alpha5-6~)
Description: OCaml interface to the GD library -- runtime files
This package provides an interface to the GD library for
OCaml programmers.
@@ -38,7 +38,7 @@ Depends: ${ocaml:Depends},
libgd-dev,
libgd-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
Provides: ${ocaml:Provides}
-Description: OCaml interface to the GD library -- developpement files
+Description: OCaml interface to the GD library -- development files
This package provides an interface to the GD library for
OCaml programmers.
.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/watch b/debian/watch
index 21722fd..0dae2be 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
opts=uversionmangle=s/^([\d.]+)a([\d.]+)$/$1~alpha$2/ \
http://sf.net/gd4o/gd4o-(.+)\.tar\.gz