[Pkg-ocaml-maint-commits] [SCM] cryptgps packaging branch, master, updated. debian/0.2.1-6-1-ga14c263

Stephane Glondu steph at glondu.net
Sun Jul 26 00:40:30 UTC 2009


The following commit has been merged in the master branch:
commit a14c2634abb632479a9eb4a7a77df2888f1b62e9
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jul 26 02:38:49 2009 +0200

    Update debian/control to use new dh-ocaml

diff --git a/debian/changelog b/debian/changelog
index b05c115..40e9491 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+cryptgps (0.2.1-7) UNRELEASED; urgency=low
+
+  * debian/control:
+    - move to section ocaml
+    - update Standards-Version to 3.8.2
+    - update for dh-ocaml 0.9, and add versioned build-dependency
+
+ -- Stephane Glondu <steph at glondu.net>  Sat, 25 Jul 2009 16:03:24 +0200
+
 cryptgps (0.2.1-6) unstable; urgency=low
 
   [ Stefano Zacchiroli ]
@@ -65,4 +74,3 @@ cryptgps (0.2.1-1) unstable; urgency=low
   * Initial release (Closes: #405315).
 
  -- Stefano Zacchiroli <zack at debian.org>  Tue,  2 Jan 2007 15:17:34 +0100
-
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..000bd94
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+depend
+depend.pkg
diff --git a/debian/control b/debian/control
index 5adff05..d1a9a49 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: cryptgps
-Section: devel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
@@ -9,20 +9,22 @@ Build-Depends:
  cdbs,
  ocaml-nox (>= 3.11),
  ocaml-findlib (>= 1.2.4),
- dh-ocaml (>= 0.4)
-Standards-Version: 3.8.0
+ dh-ocaml (>= 0.9)
+Standards-Version: 3.8.2
 Homepage: http://projects.camlcity.org/projects/cryptgps.html
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cryptgps.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cryptgps.git
 
 Package: libcryptgps-ocaml-dev
 Architecture: any
-Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
+Depends:
+ ocaml-findlib,
+ ${shlibs:Depends},
+ ${ocaml:Depends},
+ ${misc:Depends}
 Description: OCaml implementation of symmetric cryptographic algorithms: Blowfish, DES, 3DES
  This OCaml library implements some well-known symmetric cryptographic
  algorithms, namely: Blowfish, DES, 3DES.
  .
  This package contains all the development stuff needed to use cryptgps in
  OCaml programs.
-
diff --git a/debian/expand_stars.sh b/debian/expand_stars.sh
old mode 100644
new mode 100755
diff --git a/debian/rules b/debian/rules
index 8aed732..6306011 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/class/makefile.mk
 
 PKGNAME = libcryptgps-ocaml-dev
 DESTDIR := $(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)
@@ -17,4 +17,3 @@ DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_DESTDIR=$(DESTDIR)
 build/$(PKGNAME)::
 	mkdir -p $(DESTDIR)
 	chmod +x $(CURDIR)/debian/expand_stars.sh
-

-- 
cryptgps packaging



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