--- fso-usaged-0.9.1.1+git20100507.orig/debian/changelog +++ fso-usaged-0.9.1.1+git20100507/debian/changelog @@ -0,0 +1,87 @@ +fso-usaged (0.9.1.1+git20100507-1ubuntu1) natty; urgency=low + + * configure.ac, debian/control: + - Transition from libvala-dev to libvala-0.10-dev. (LP: #618809) + * debian/control: + - Build-Depends on libtool since it's required for autoreconf. + * debian/rules: Run autoreconf before building. + + -- Barry Warsaw Mon, 10 Jan 2011 16:09:29 -0500 + +fso-usaged (0.9.1.1+git20100507-1) unstable; urgency=low + + * New upstream snapshot + + -- Heiko Stuebner Mon, 17 May 2010 18:54:30 +0200 + +fso-usaged (0.9.1.1+git20100224-2) unstable; urgency=low + + * Add patch to fix a bug in vala 0.7.10 concerning the DBus object + * Install copy of openmoko_gta conf to GTA02 subdir + + -- Heiko Stuebner Tue, 18 Mar 2010 18:27:50 +0100 + +fso-usaged (0.9.1.1+git20100224-1) unstable; urgency=low + + * New upstream snapshot + * Bump standards to 3.8.4 + * Install default configs for specific hardware + + -- Heiko Stuebner Sat, 13 Mar 2010 19:58:10 +0100 + +fso-usaged (0.9.1+git20100106-1) unstable; urgency=low + + * New upstream snapshot + + -- Heiko Stuebner Sun, 10 Jan 2010 20:56:10 +0100 + +fso-usaged (0.9.1+git20091016-2) unstable; urgency=low + + * rebuild against newer versions of libfsobasics and libfsoframework + + -- Heiko Stuebner Sun, 22 Nov 2009 21:33:10 +0100 + +fso-usaged (0.9.1+git20091016-1) unstable; urgency=low + + * new upstream-snapshot + - fix compilation with vala 0.7.7 (Closes: #549767) + + -- Heiko Stuebner Tue, 20 Oct 2009 19:06:10 +0200 + +fso-usaged (0.9.1-1) unstable; urgency=low + + * new upstream-release + + -- Heiko Stuebner Mon, 21 Sep 2009 20:56:10 +0200 + +fso-usaged (0.9.0+git20090818-2) unstable; urgency=low + + * fix lintian warnings + + -- Heiko Stuebner Mon, 07 Sep 2009 21:56:10 +0200 + +fso-usaged (0.9.0+git20090818-1) unstable; urgency=low + + * new upstream-snapshot + * bump standards to 3.8.3 + + -- Heiko Stuebner Thu, 20 Aug 2009 20:56:10 +0200 + +fso-usaged (0.9.0-1) pkg-fso; urgency=low + + * new upstream-release + + -- Heiko Stuebner Sat, 27 Jun 2009 16:30:10 +0200 + +fso-usaged (0+git20090623-1) pkg-fso; urgency=low + + * new upstream-snapshot + * upload to pkg-fso + + -- Heiko Stuebner Wed, 24 Jun 2009 19:30:10 +0200 + +fso-usaged (0+git20090616-1) UNRELEASED; urgency=low + + * Initial release + + -- Heiko Stuebner Sat, 30 May 2009 23:56:10 +0200 --- fso-usaged-0.9.1.1+git20100507.orig/debian/rules +++ fso-usaged-0.9.1.1+git20100507/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_INSTALL_DOCS_ALL = +DEB_DESTDIR = $(CURDIR)/debian/tmp/ + +post-patches:: + autoreconf -f -i -v --- fso-usaged-0.9.1.1+git20100507.orig/debian/compat +++ fso-usaged-0.9.1.1+git20100507/debian/compat @@ -0,0 +1 @@ +7 --- fso-usaged-0.9.1.1+git20100507.orig/debian/gbp.conf +++ fso-usaged-0.9.1.1+git20100507/debian/gbp.conf @@ -0,0 +1,53 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +# the default build command: +#builder = debuild -i\.git/ -I.git +# the default clean command: +#cleaner = debuild clean +# the default branch for upstream sources: +upstream-branch = upstream-dist +# the default branch for the debian patch: +debian-branch = debian +# the default tag formats used: +#upstream-tag = upstream/%(version)s +#debian-tag = debian/%(version)s +# use pristine-tar: +pristine-tar = True + +# Options only affecting git-buildpackage +[git-buildpackage] +#upstream-branch = dfsgclean +# uncomment this to automatically GPG sign tags +#sign-tags = True +# keyid to GPG sign tags with +#keyid = 0xdeadbeef +# push to a remote repository after a successful tag: +#posttag = git-push git.example.com +# use this for more svn-buildpackage like behaviour: +#export-dir = ../build-area/ +#tarball-dir = ../tarballs/ +#ignore-new = True + +# Options only affecting git-import-orig +[git-import-orig] +#upstream-branch = newupstream +#debian-branch = dfsgclean +#filter = .svn + +# Options only affecting git-import-dsc +[git-import-dsc] +#upstream-branch = svn-upstream +#filter = [ 'CVS', '.cvsignore' ] + +# Options only affecting git-dch +[git-dch] +#git-log = --no-merges +#snapshot-number = snapshot + 1 +# include 0 digits of the commit id in the changelog enty +#id-length = 0 +# don't include information from meta tags +#meta = False +# what tags to look for to generate bug-closing changelog entries +#meta-closes = Closes|LP + --- fso-usaged-0.9.1.1+git20100507.orig/debian/control +++ fso-usaged-0.9.1.1+git20100507/debian/control @@ -0,0 +1,21 @@ +Source: fso-usaged +Section: misc +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian FreeSmartphone.Org Team +Uploaders: Heiko Stuebner +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7), cdbs, autotools-dev, libtool, libglib2.0-dev, libdbus-1-dev, libdbus-glib-1-dev, valac-0.10, libvala-0.10-dev, libgee-dev (>= 0.5.0), libfso-glib-dev (>= 0.2.1+git20100501), libfsoframework-dev (>= 0.2.4+git20100222), pkg-config, libfsobasics-dev (>= 0.9.0+git20100509) +Standards-Version: 3.8.4 +Homepage: http://freesmartphone.org/ +Vcs-Git: git://git.debian.org/git/pkg-fso/fso-usaged.git +Vcs-Browser: http://git.debian.org/?p=pkg-fso/fso-usaged.git;a=summary + +Package: fso-usaged +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: freesmartphone.org usage daemon + This daemon implements the freesmartphone.org Usage API + . + This package is part of the freesmartphone.org software stack + and is targeted for smartphones. --- fso-usaged-0.9.1.1+git20100507.orig/debian/dirs +++ fso-usaged-0.9.1.1+git20100507/debian/dirs @@ -0,0 +1 @@ +usr/bin --- fso-usaged-0.9.1.1+git20100507.orig/debian/copyright +++ fso-usaged-0.9.1.1+git20100507/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Heiko Stuebner on +Tue, 07 Apr 2009 22:44:12 +0200. + +It was downloaded from http://www.freesmartphone.org + +Upstream Author: + + Michael 'Mickey' Lauer + +Copyright: + + Copyright (C) 2009 Michael 'Mickey' Lauer + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems, the complete text of the GNU Library + General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is copyright 2009, Heiko Stuebner and +is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. --- fso-usaged-0.9.1.1+git20100507.orig/debian/fso-usaged.install +++ fso-usaged-0.9.1.1+git20100507/debian/fso-usaged.install @@ -0,0 +1,7 @@ +etc/dbus-1/system.d/fsousaged.conf +etc/freesmartphone/conf/*/* +etc/freesmartphone/conf/openmoko_gta/* etc/freesmartphone/conf/GTA02 +usr/sbin/* +usr/lib/libfsousage.so.0* +usr/lib/cornucopia/modules/fsousage/*.so +usr/share/dbus-1/system-services/org.freesmartphone.ousaged.service --- fso-usaged-0.9.1.1+git20100507.orig/debian/fso-usaged.lintian-overrides +++ fso-usaged-0.9.1.1+git20100507/debian/fso-usaged.lintian-overrides @@ -0,0 +1 @@ +fso-usaged: package-name-doesnt-match-sonames --- fso-usaged-0.9.1.1+git20100507.orig/debian/patches/01-pkg-config-for-vala-0.10.patch +++ fso-usaged-0.9.1.1+git20100507/debian/patches/01-pkg-config-for-vala-0.10.patch @@ -0,0 +1,15 @@ +From: Barry Warsaw +Subject: Transition from libvala-dev to libvala-0.10-dev. +Bug: https://bugs.launchpad.net/bugs/618809 +diff -Nur -x '*.orig' -x '*~' 618809-ftbfs//configure.ac 618809-ftbfs.new//configure.ac +--- 618809-ftbfs//configure.ac 2011-01-07 14:41:06.549032000 -0500 ++++ 618809-ftbfs.new//configure.ac 2011-01-07 14:43:29.795135226 -0500 +@@ -27,7 +27,7 @@ + + # vala + PKG_CHECK_MODULES(VALA, +- vala-1.0 >= $VALA_REQUIRED) ++ vala-0.10 >= $VALA_REQUIRED) + + # glib and friends + PKG_CHECK_MODULES(GLIB,