[Pkg-ocaml-maint-commits] [SCM] ocaml-lastfm packaging branch, master, updated. debian/0.1.3-2-6-g945fe6d

Romain Beauxis toots at rastageeks.org
Wed Oct 14 00:55:54 UTC 2009


The following commit has been merged in the master branch:
commit 945fe6db7b1628627c967bbec7d87d1acbe199b1
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Tue Oct 13 19:56:45 2009 -0500

    Prepared new upstream release

diff --git a/debian/changelog b/debian/changelog
index a6cfdf5..01628cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ocaml-lastfm (0.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped standards version to 3.8.3
+  * Changed section to ocaml.
+  * Use new automatic dependency system.
+  * Enable debugging. 
+  * Fixed Vcs-* fields.
+
+ -- Romain Beauxis <toots at rastageeks.org>  Tue, 13 Oct 2009 19:44:02 -0500
+
 ocaml-lastfm (0.1.3-2) unstable; urgency=low
 
   [ Samuel Mimram ]
diff --git a/debian/control b/debian/control
index 99139fe..e08b00f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: ocaml-lastfm
-Section: devel
+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, debhelper (>= 7), dh-ocaml, 
-               ocaml-nox (>= 3.11), ocaml-findlib (>= 1.2.4), 
-               libxmlplaylist-ocaml-dev (>= 0.1.1-4), libocamlnet-ocaml-dev (>= 2.2.9-6)
-Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-lastfm.git
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9),
+               ocaml-findlib (>= 1.2.4), libxmlplaylist-ocaml-dev (>= 0.1.2), 
+               libocamlnet-ocaml-dev (>= 2.2.9-7), libpcre-ocaml-dev (>= 6.0.1-2)
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-lastfm.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-lastfm.git
 
 Package: liblastfm-ocaml-dev
-Section: libdevel
 Architecture: any
 Homepage: http://savonet.sourceforge.net/
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libxmlplaylist-ocaml-dev, libocamlnet-ocaml-dev
+Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to audioscrobbler and lastfm radios
  This OCaml module provides an API to audioscrobbler, the lastfm
  submission protocol, as well as the radio API, which allows to 
diff --git a/debian/control b/debian/control.in
similarity index 58%
copy from debian/control
copy to debian/control.in
index 99139fe..1cca346 100644
--- a/debian/control
+++ b/debian/control.in
@@ -1,20 +1,20 @@
 Source: ocaml-lastfm
-Section: devel
+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, debhelper (>= 7), dh-ocaml, 
-               ocaml-nox (>= 3.11), ocaml-findlib (>= 1.2.4), 
-               libxmlplaylist-ocaml-dev (>= 0.1.1-4), libocamlnet-ocaml-dev (>= 2.2.9-6)
-Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-lastfm.git
+Build-Depends: @cdbs@,
+               ocaml-findlib (>= 1.2.4), libxmlplaylist-ocaml-dev (>= 0.1.2), 
+               libocamlnet-ocaml-dev (>= 2.2.9-7), libpcre-ocaml-dev (>= 6.0.1-2)
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-lastfm.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-lastfm.git
 
 Package: liblastfm-ocaml-dev
-Section: libdevel
 Architecture: any
 Homepage: http://savonet.sourceforge.net/
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libxmlplaylist-ocaml-dev, libocamlnet-ocaml-dev
+Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to audioscrobbler and lastfm radios
  This OCaml module provides an API to audioscrobbler, the lastfm
  submission protocol, as well as the radio API, which allows to 
diff --git a/debian/copyright b/debian/copyright
index 561e99f..913c25c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,4 +12,4 @@ Copyright: 2007 Savonet Team
  (GPL) as published by the Free Software Foundation; either version
  2 of the License, or (at your option) any later version.
 
-The license text is contained in /usr/share/common-licenses/GPL.
+The license text is contained in /usr/share/common-licenses/GPL-2.
diff --git a/debian/rules b/debian/rules
index 390def5..29e8665 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 # Then check manually if everything's ok
 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 
@@ -16,4 +17,4 @@ build/liblastfm-ocaml-dev::
 	make doc
 
 clean::
-	rm -rf Makefile src/Makefile src/META doc config.log config.status
+	rm -rf Makefile src/Makefile src/META doc config.log config.status src/lastfm_constants.ml
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2b6e1a3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/savonet/ocaml-lastfm-(.+)\.tar\.gz

-- 
ocaml-lastfm packaging



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