--- liblastfm-0.3.0.orig/debian/liblastfm-dev.install +++ liblastfm-0.3.0/debian/liblastfm-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/liblastfm.so +debian/tmp/usr/lib/liblastfm_fingerprint.so --- liblastfm-0.3.0.orig/debian/copyright +++ liblastfm-0.3.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianised by Paulo Dias on +Sun, 14 Jun 2009 15:45:14 -0300 + + +It was downloaded from http://cdn.last.fm/src/ + +Upstream Author: Max Howell, Jono Cole and Doug Mansell + +Copyright: + + Copyright 2009 Last.fm Ltd + +License: + + liblastfm is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + liblastfm is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with liblastfm. If not, see . + + +The packaging is copyright 2009 Canonical Ltd and is licensed under +the GNU GPL version 2 or later, see `/usr/share/common-licenses/GPL'. --- liblastfm-0.3.0.orig/debian/control +++ liblastfm-0.3.0/debian/control @@ -0,0 +1,24 @@ +Source: liblastfm +Section: libs +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Paulo Dias +Build-Depends: cdbs, debhelper (>= 7.0.0), qt4-qmake, pkg-config, libsamplerate-dev, libfftw3-dev, ruby, libqt4-dev +Standards-Version: 3.8.2 + +Package: liblastfm0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Library to access Last.fm features + Liblastfm is a library from Last.fm to allow application developers to + easily use features from their social music website. + +Package: liblastfm-dev +Section: libdevel +Architecture: any +Depends: liblastfm0 (= ${binary:Version}), ${misc:Depends} +Description: Library to access Last.fm features (development files) + Liblastfm is a library from Last.fm to allow application developers to + easily use features from their social music website. + . + This package provides the development files. --- liblastfm-0.3.0.orig/debian/compat +++ liblastfm-0.3.0/debian/compat @@ -0,0 +1 @@ +7 --- liblastfm-0.3.0.orig/debian/rules +++ liblastfm-0.3.0/debian/rules @@ -0,0 +1,10 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --prefix /usr --release + +common-post-build-arch:: + #run the test suite + _bin/tests --- liblastfm-0.3.0.orig/debian/changelog +++ liblastfm-0.3.0/debian/changelog @@ -0,0 +1,12 @@ +liblastfm (0.3.0-0ubuntu2) karmic; urgency=low + + * Run test suite during build + + -- Jonathan Riddell Fri, 04 Sep 2009 15:04:05 +0100 + +liblastfm (0.3.0-0ubuntu1) karmic; urgency=low + + * Initial package + + -- Paulo Dias Sun, 14 Jun 2009 15:45:14 -0300 + --- liblastfm-0.3.0.orig/debian/liblastfm0.install +++ liblastfm-0.3.0/debian/liblastfm0.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/liblastfm.so.* +debian/tmp/usr/lib/liblastfm_fingerprint.so.* +