[Pkg-ocaml-maint-commits] [SCM] ocaml-duppy packaging branch, master, updated. debian/0.4.2-1-3-g3e5f9a5

Romain Beauxis toots at rastageeks.org
Tue Apr 16 03:36:17 UTC 2013


The following commit has been merged in the master branch:
commit 3e5f9a50d44e6b3d954c043a5d71ee1c3355a1a4
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Apr 15 22:32:18 2013 -0500

    Updated packaing.

diff --git a/debian/changelog b/debian/changelog
index 651cf03..44440fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-duppy (0.5.0-1) experimental; urgency=low
+
+  * New upstream release.
+  * Upload to experimental.
+  * Bumped standards version to 3.9.4 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 15 Apr 2013 22:31:34 -0500
+
 ocaml-duppy (0.4.2-1) unstable; urgency=low
 
   * New upstream release. 
diff --git a/debian/control b/debian/control
index 8b7d9aa..a6fa873 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: cdbs (>= 0.4.85~),
  ocaml-findlib (>= 1.2.4), 
  libpcre-ocaml-dev (>= 6.0.1-2),
  camlp4
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-duppy.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-duppy.git
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 54f2b55..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,42 +0,0 @@
-Source: ocaml-duppy
-Section: ocaml
-Priority: optional
-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
-Build-Depends: @cdbs@, 
- ocaml-findlib (>= 1.2.4), 
- libpcre-ocaml-dev (>= 6.0.1-2),
- camlp4
-Standards-Version: 3.9.2
-Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-duppy.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-duppy.git
-
-Package: libduppy-ocaml
-Architecture: any
-Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: Advanced scheduler for OCaml (Runtime library)
- Duppy is an event scheduler written for OCaml. It allows the user
- to execute tasks according to some events on unix sockets, or
- a given delay.
- .
- Several threaded queues can proceed tasks in parallel. Tasks are
- processed according to an abstract notion of priority.
- .
- This package contains only the shared runtime stub libraries.
-
-Package: libduppy-ocaml-dev
-Architecture: any
-Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: Advanced scheduler for OCaml (Development package)
- Duppy is an event scheduler written for OCaml. It allows the user
- to execute tasks according to some events on unix sockets, or 
- a given delay.
- .
- Several threaded queues can proceed tasks in parallel. Tasks are 
- processed according to an abstract notion of priority.
- .
- This package contains all the development stuff you need to use ocaml-duppy
- in your programs.
diff --git a/debian/rules b/debian/rules
index 747bab8..148006b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 
-# In order to regenerate 'debian/control' :
-#   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-# Then check manually if everything's ok
-
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 DEB_DH_INSTALL_ARGS :=  --list-missing

-- 
ocaml-duppy packaging



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