[Pkg-ocaml-maint-commits] r6253 - in /trunk/packages/cothreads/trunk/debian: README.source changelog control

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Tue Feb 24 22:18:31 UTC 2009


Author: gildor
Date: Tue Feb 24 22:18:31 2009
New Revision: 6253

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6253
Log:
* Add build-depends on dh-ocaml
* Upgrade Standards-Version to 3.8.0 (README.source)

Added:
    trunk/packages/cothreads/trunk/debian/README.source
Modified:
    trunk/packages/cothreads/trunk/debian/changelog
    trunk/packages/cothreads/trunk/debian/control

Added: trunk/packages/cothreads/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cothreads/trunk/debian/README.source?rev=6253&op=file
==============================================================================
--- trunk/packages/cothreads/trunk/debian/README.source (added)
+++ trunk/packages/cothreads/trunk/debian/README.source Tue Feb 24 22:18:31 2009
@@ -1,0 +1,5 @@
+This package use dpatch for patching the source. 
+
+Please consider reading dpatch manpage to patch the source.
+
+ -- Sylvain Le Gall <gildor at debian.org>  Sun, 22 Jun 2008 23:26:52 +0200

Modified: trunk/packages/cothreads/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cothreads/trunk/debian/changelog?rev=6253&op=diff
==============================================================================
--- trunk/packages/cothreads/trunk/debian/changelog (original)
+++ trunk/packages/cothreads/trunk/debian/changelog Tue Feb 24 22:18:31 2009
@@ -1,8 +1,9 @@
 cothreads (0.10-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Add build-depends on dh-ocaml
+  * Upgrade Standards-Version to 3.8.0 (README.source)
 
- -- Sylvain Le Gall <gildor at debian.org>  Sat, 10 May 2008 00:53:44 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Tue, 24 Feb 2009 23:15:58 +0100
 
 cothreads (0.10-1) unstable; urgency=low
 

Modified: trunk/packages/cothreads/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cothreads/trunk/debian/control?rev=6253&op=diff
==============================================================================
--- trunk/packages/cothreads/trunk/debian/control (original)
+++ trunk/packages/cothreads/trunk/debian/control Tue Feb 24 22:18:31 2009
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sylvain Le Gall <gildor at debian.org>, Mehdi Dogguy <dogguy at pps.jussieu.fr>, Erik de Castro Lopo <erikd at mega-nerd.com>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-9)
-Standards-Version: 3.7.3
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-9), dh-ocaml
+Standards-Version: 3.8.0
 Homepage: http://cothreads.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cothreads/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cothreads/trunk/
@@ -12,7 +12,7 @@
 Package: libcothreads-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}
+Depends: ocaml-nox-${F:OCamlABI}, ${misc:Depends}
 Description: concurrent programming library for OCaml 
  This library enhances the Threads library of the standard OCaml distribution
  in two dimensions:




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