[Pkg-ocaml-maint-commits] [SCM] ocaml-lastfm packaging branch, master, updated. debian/0.2.0-1-4-g6af3ad3

Romain Beauxis toots at rastageeks.org
Fri May 13 17:04:48 UTC 2011


The following commit has been merged in the master branch:
commit 6af3ad3f3598f1ff83e0aed04fb91c4ace4b6f97
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Fri May 13 12:04:38 2011 -0500

    Prepared ocaml-lastfm for upload..

diff --git a/debian/changelog b/debian/changelog
index 9b424cc..2842167 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-ocaml-lastfm (0.2.0-2) UNRELEASED; urgency=low
+ocaml-lastfm (0.3.0-1) unstable; urgency=low
 
+  [ Stéphane Glondu ]
   * Fix versioned build-deps to ensure smoother backports
 
- -- Stéphane Glondu <glondu at debian.org>  Wed, 21 Jul 2010 11:14:05 +0200
+  [ Romain Beauxis ]
+  * New upstream release.
+  * Bumped standards version to 3.9.3
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Romain Beauxis <toots at rastageeks.org>  Fri, 13 May 2011 11:05:13 -0500
 
 ocaml-lastfm (0.2.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7e4b42d..aaeca5c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.
 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
+Standards-Version: 3.9.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
 
@@ -17,5 +17,5 @@ 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 
+ submission protocol, as well as the radio API, which allows one to 
  listen to lastfm streams/radios.
diff --git a/debian/control.in b/debian/control.in
index 786ce02..c31368f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.
 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
+Standards-Version: 3.9.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
 
@@ -17,5 +17,5 @@ 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 
+ submission protocol, as well as the radio API, which allows one to 
  listen to lastfm streams/radios.
diff --git a/debian/rules b/debian/rules
index 29e8665..0319b58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,4 +17,5 @@ build/liblastfm-ocaml-dev::
 	make doc
 
 clean::
-	rm -rf Makefile src/Makefile src/META doc config.log config.status src/lastfm_constants.ml
+	rm -rf Makefile src/Makefile src/META doc config.log config.status src/lastfm_constants.ml .pc \
+	       examples/Makefile.download examples/Makefile.submit examples/Makefile.request
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
ocaml-lastfm packaging



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