[Pkg-ocaml-maint-commits] [SCM] ocamlagrep packaging branch, master, updated. debian/1.0-11

Sylvain Le Gall gildor at debian.org
Thu Dec 17 00:11:57 UTC 2009


The following commit has been merged in the master branch:
commit e3016fcc91f8b116cf7e7c589eeb347ba929ff00
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Thu Dec 17 00:09:32 2009 +0000

    dh-ocaml transition
    
    * Use dh-ocaml 0.9.1 features
    * Add homepage field and update debian/watch to point to
      forge.ocamlcore.org
    * Add myself to Uploaders
    * Upgrade Standards-Version to 3.8.3 (section ocaml)

diff --git a/debian/changelog b/debian/changelog
index f4675b3..7a6831e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ocamlagrep (1.0-11) UNRELEASED; urgency=low
+
+  * Use dh-ocaml 0.9.1 features
+  * Add homepage field and update debian/watch to point to
+    forge.ocamlcore.org
+  * Add myself to Uploaders
+  * Upgrade Standards-Version to 3.8.3 (section ocaml)
+
+ -- Sylvain Le Gall <gildor at debian.org>  Wed, 16 Dec 2009 23:56:42 +0000
+
 ocamlagrep (1.0-10) unstable; urgency=low
 
   [ Stefano Zacchiroli ]
diff --git a/debian/control b/debian/control
index 094cf2c..93f7343 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,18 @@
 Source: ocamlagrep
-Section: devel
+Section: ocaml 
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>= 7), dh-ocaml, ocaml-nox (>= 3.11)
-Standards-Version: 3.8.0
+Uploaders: Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Build-Depends: debhelper (>= 7), dh-ocaml (>= 0.9.1), ocaml-nox (>= 3.11)
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlagrep.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlagrep.git
+Homepage: http://forge.ocamlcore.org/projects/ocamlagrep/
 
 Package: libagrep-ocaml-dev
-Section: libdevel
 Architecture: any
-Depends: libagrep-ocaml (= ${binary:Version}), ocaml-nox-${F:OCamlABI}
+Depends: libagrep-ocaml (= ${binary:Version}), ${ocaml:Depends}
+Provides: ${ocaml:Provides}
 Description: Wu-Manber algorithm for string searching with errors
  This OCaml library implements the Wu-Manber algorithm for string searching
  with errors, popularized by the "agrep" Unix command and the "glimpse" file
@@ -36,9 +37,9 @@ Description: Wu-Manber algorithm for string searching with errors
  the agrep OCaml library in your programs.
 
 Package: libagrep-ocaml
-Section: libs
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}
+Provides: ${ocaml:Provides}
 Description: Wu-Manber algorithm for string searching with errors
  This OCaml library implements the Wu-Manber algorithm for string searching
  with errors, popularized by the "agrep" Unix command and the "glimpse" file
diff --git a/debian/rules b/debian/rules
index e2ba126..7a341a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,6 @@ clean: ocamlinit-clean
 	dh_testroot
 
 	rm -f build-stamp configure-stamp
-	rm -f libagrep-ocaml-dev.install libagrep-ocaml.install dirs
 	$(MAKE) clean
 	rm -rf debian/doc
 
@@ -74,7 +73,8 @@ binary-arch: build install
 	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
-	dh_gencontrol -- -VF:OCamlABI="$(OCAML_ABI)"
+	dh_ocaml
+	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
diff --git a/debian/watch b/debian/watch
index a98f688..814f542 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pauillac.inria.fr/~xleroy/software.html (?:.*/)?ocamlagrep-([0-9\.]*)\.tar\.gz debian uupdate
+http://forge.ocamlcore.org/frs/?group_id=136 (?:.*/)?ocamlagrep-([0-9\.]*)\.tar\.gz debian uupdate

-- 
ocamlagrep packaging



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