debian/0000755000000000000000000000000012034256704007171 5ustar debian/dirs0000644000000000000000000000003012034256535010050 0ustar usr/share/doc/fso-specs debian/fso-specs.doc-base0000644000000000000000000000040712034256535012475 0ustar Document: fso-specs Title: FSO Specification Author: Michael Lauer Abstract: This document describes the freesmartphone D-Bus API Section: Programming/D-Bus Format: HTML Index: /usr/share/doc/fso-specs/html/index.html Files: /usr/share/doc/fso-specs/html/*.html debian/rules0000755000000000000000000000047212034256535010256 0ustar #!/usr/bin/make -f %: dh $@ --with quilt --with autoreconf override_dh_auto_configure: [ ! -f Makefile ] || make maintainer-clean rm -rf xml/* html/org.*.html html/net.*.html dh_auto_configure override_dh_installdocs: # we only want the html documentation dh_installdocs -XAUTHORS -XREADME -X.html.in html debian/patches/0000755000000000000000000000000012034256535010622 5ustar debian/patches/use-local-css-style.patch0000644000000000000000000000172412034256535015457 0ustar Description: Link to local style.css in makedoc.py upstream's makedoc.py generates absolute paths to style.css, so that they can use gitweb for reading documentation. This patch changes them to local paths, so that one can read the documentation offline. Forwarded: not-needed Bug-Debian: http://bugs.debian.org/581974 Author: Heiko Stuebner diff -Nur -x '*.orig' -x '*~' fso-specs//tools/makedoc.py fso-specs.new//tools/makedoc.py --- fso-specs//tools/makedoc.py 2010-05-18 00:59:28.000000000 +0200 +++ fso-specs.new//tools/makedoc.py 2010-05-18 01:09:51.000000000 +0200 @@ -96,7 +96,7 @@ %s - +
freesmartphone.org Framework DBus Interface Specification
debian/patches/series0000644000000000000000000000005712034256535012041 0ustar fix-index.html.patch use-local-css-style.patch debian/patches/fix-index.html.patch0000644000000000000000000000157012034256535014504 0ustar Description: Link to local documentation in index.html upstream's index.html uses absolute paths, so that they can use gitweb for reading documentation. This patch changes them to local paths, so that one can read the documentation offline. Forwarded: not-needed Bug-Debian: http://bugs.debian.org/581974 Author: Heiko Stuebner --- a/html/index.html.in +++ b/html/index.html.in @@ -2,7 +2,6 @@ freesmartphone.org Framework DBus Interface Specification - - +
freesmartphone.org Framework DBus Interface Specification
debian/control0000644000000000000000000000233512034256535010601 0ustar Source: fso-specs Section: devel Priority: extra Maintainer: Debian FreeSmartphone.Org Team Uploaders: Heiko Stuebner , Rico Rommel , Sebastian Reichel Build-Depends: autotools-dev, debhelper (>= 8), dh-autoreconf, libxml2-utils, python, quilt, xsltproc Standards-Version: 3.9.4 Homepage: http://freesmartphone.org/ Vcs-Git: git://git.debian.org/git/pkg-fso/fso-specs.git Vcs-Browser: http://git.debian.org/?p=pkg-fso/fso-specs.git;a=summary Package: fso-specs Architecture: all Depends: ${misc:Depends} Description: freesmartphone.org D-Bus XML specification & documentation The Desktop-Bus prepares applications to communicate with another by the sending of predefined signals. The process is agnostic about programming languages, but the collaborating tools need to agree on a common set of signals and their interpretation. This package provides the DBus specifications of the freesmartphone.org software stack that is targeted for smartphones. Process these with a D-Bus binding generator to create stubs for your program. debian/changelog0000644000000000000000000000443112034256535011047 0ustar fso-specs (2012.07.27.2-1) unstable; urgency=low [ Lukas Märdian ] * New upstream release [ Sebastian Reichel ] * Update Debian Standards Version to 3.9.4 -- Sebastian Reichel Sun, 07 Oct 2012 12:45:27 +0200 fso-specs (2012.05.24.1-1) unstable; urgency=low [ Simon Busch ] * Import upstream version 2012.05.24.1 [ Sebastian Reichel ] * Switch to Debian Copyright Format 1.0 * Install upstream changelog -- Sebastian Reichel Thu, 24 May 2012 12:15:19 +0200 fso-specs (2012.02.16.1-1) unstable; urgency=low [ Rico Rommel ] * New upstream snapshot * remove org.bluez patch * refresh fix-index.html.patch [ Sebastian Reichel ] * update debian/copyright -- Sebastian Reichel Fri, 09 Mar 2012 20:48:06 +0100 fso-specs (2011.06.01.1-1) unstable; urgency=low [ Rico Rommel ] * New upstream snapshot * add Rico Rommel to uploaders * add quilt to build dependencies * update standards to 3.9.2 * fixed build [ Sebastian Reichel ] * add me to uploaders * apply Rico's upstream cleanup patch on upstream branch, so that we have a clean orig.tar.gz and document this in README.source * update debian/copyright and use DEP5 format * remove some useless files from the package * switch from cdbs to debhelper * add doc-base control file -- Sebastian Reichel Sat, 20 Aug 2011 00:08:40 +0200 fso-specs (2010.08.27.1-1) experimental; urgency=low * New upstream snapshot -- Heiko Stuebner Sat, 28 Aug 2010 13:56:07 +0200 fso-specs (2010.07.30.1-1) experimental; urgency=low * New upstream snapshot * Bump standards to 3.9.1 -- Heiko Stuebner Tue, 17 Aug 2010 21:00:35 +0200 fso-specs (2010.05.11.2-1) unstable; urgency=low * New upstream snapshot * Add patch to use local style.css (Closes: #581974) * Add patch to remove link rebase in index.html -- Heiko Stuebner Tue, 18 May 2010 19:30:24 +0200 fso-specs (0+git20100508-1) unstable; urgency=low * New upstream snapshot -- Heiko Stuebner Sun, 09 May 2010 14:45:10 +0200 fso-specs (0+git20100403-1) unstable; urgency=low * Initial release -- Heiko Stuebner Sun, 04 Apr 2010 12:15:10 +0200 debian/watch0000644000000000000000000000012712034256535010224 0ustar version=3 http://downloads.freesmartphone.org/sources/specs/specs-([0-9\.]+)\.tar\.bz2 debian/README.source0000644000000000000000000000140212034256535011347 0ustar There are two Debian specific patches applied to this package, so that local files are used instead of the ones on http://docs.freesmartphone.org! This package is key to the compatibility of many collaborating tools. Any changes need to be discussed on the mailing list and be in sync with upstream. If you are interested in helping Debian or Linux at large on smartphones, then please check out the upstream web pages and the pkg-fso project on alioth.debian.org. The latter hosts the shared repository for the Debian packaging and is a key exchange platform for Debian-centric developers. In git the upstream branch is a cleaned version of upstream-git. 'rm -rf html/org.*.html html/net.*.html xml/*' has been called to remove all files generated during the build. debian/gbp.conf0000644000000000000000000000267212034256535010621 0ustar # 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 # the default branch for the debian patch: debian-branch = master # 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 debian/copyright0000644000000000000000000000352212034256535011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://git.freesmartphone.org Files: * Copyright: 2009-2011 Michael 'Mickey' Lauer 2011-2012 Simon Busch License: CC-BY-SA-3.0 You are free: . * to Share — to copy, distribute and transmit the work * to Remix — to adapt the work . Under the following conditions: * Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). * Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license. . With the understanding that: * Waiver — Any of the above conditions can be waived if you get permission from the copyright holder. * Public Domain — Where the work or any of its elements is in the public domain under applicable law, that status is in no way affected by the license. * Other Rights — In no way are any of the following rights affected by the license: - Your fair dealing or fair use rights, or other applicable copyright exceptions and limitations; - The author's moral rights; - Rights other persons may have either in the work itself or in how the work is used, such as publicity or privacy rights. * Notice — For any reuse or distribution, you must make clear to others the license terms of this work. Files: debian/* Copyright: 2009-2010 Heiko Stuebner 2011-2012 Sebastian Reichel 2011-2012 Rico Rommel License: GPL-2+ On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000212034256535010371 0ustar 8 debian/source/0000755000000000000000000000000012034256535010473 5ustar debian/source/format0000644000000000000000000000001412034256535011701 0ustar 3.0 (quilt)