debian/0000755000000000000000000000000012034247551007171 5ustar debian/vala-dbus-binding-tool.10000644000000000000000000000161112034247551013513 0ustar .TH VALA-DBUS-BINDING-TOOL "1" "April 2010" "Vala D-Bus Binding Tool 0.1.5" "User Commands" .SH NAME vala\-dbus\-binding\-tool \- creates gobject interfaces out of DBus XML specifications .SH SYNOPSIS .IP vala\-dbus\-binding\-tool [\-v] [\-\-version] [\-\-help] vala\-dbus\-binding\-tool [\-\-api\-path=PATH] [\-\-dbus\-timeout=TIMEOUT] [\-\-directory=DIR] [\-\-strip\-namespace=NS]* [\-\-rename\-namespace=OLD_NS:NEW_NS]* .SH DESCRIPTION Use this translator to create the stubs for communicating with collaborating tools in a DBus environment. .SH AUTHOR Written by Didier "Ptitjes" , Michael 'Mickey' Lauer , Frederik 'playya' Sdun and the freesmartphone.org team. .SH COPYRIGHT This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. debian/rules0000755000000000000000000000024012034247551010245 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: find . -name *.vala.stamp | xargs rm -f dh_auto_configure -- --libdir=\$${prefix}/lib --enable-vala debian/control0000644000000000000000000000241712034247551010600 0ustar Source: vala-dbus-binding-tool Section: devel Priority: extra Maintainer: Debian FreeSmartphone.Org Team Uploaders: Heiko Stuebner , Lukas Märdian , Rico Rommel , Sebastian Reichel Build-Depends: debhelper (>= 9), libgee-dev (>= 0.6.0), libglib2.0-dev (>= 2.26), libxml2-dev, pkg-config, valac (>= 0.16) Standards-Version: 3.9.4 Homepage: http://freesmartphone.org/ Vcs-Git: git://git.debian.org/git/pkg-fso/vala-bus-binding-tool.git Vcs-Browser: http://git.debian.org/?p=pkg-fso/vala-dbus-binding-tool.git;a=summary Package: vala-dbus-binding-tool Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: Vala binding-generator for xml introspection files Vala is a novel language that has many adopters among the developers of the freesmartphone.org software stack that is targeted for smartphones. Here, the DBus orchestrates many collaborating tools, which all need to be build against compatible versions of the DBus specifications. . This package automates the creation of GObject interfaces out of DBus XML specifications. debian/manpages0000644000000000000000000000004012034247551010701 0ustar debian/vala-dbus-binding-tool.1 debian/changelog0000644000000000000000000000321112034247551011040 0ustar vala-dbus-binding-tool (0.4.0-1) unstable; urgency=low [ Lukas Märdian ] * New upstream release * Update valac build dependency to 0.16 (Closes: #675669) [ Sebastian Reichel ] * Update Debian Standards Version to 3.9.4 * Bump compat level to 9 * Mark vala-dbus-binding-tool Multiarch: foreign -- Sebastian Reichel Sun, 07 Oct 2012 11:44:34 +0200 vala-dbus-binding-tool (0.3.3~git20110523-2) unstable; urgency=low * Update Debian Standards Version to 3.9.3 * Update valac build dependency to 0.14 (Closes: #663324) * Update debian/copyright to debian copyright format 1.0 -- Sebastian Reichel Sun, 11 Mar 2012 10:05:48 +0100 vala-dbus-binding-tool (0.3.3~git20110523-1) unstable; urgency=low [ Rico Rommel ] * New upstream snapshot * add Rico Rommel to uploaders * update standards to 3.9.2 * update build-dependencies (Closes: #629758) [ Sebastian Reichel ] * add me to uploaders * add watch file * switch from cdbs to debhelper * update copyright information and switch to DEP5 format -- Sebastian Reichel Sat, 20 Aug 2011 12:06:15 +0200 vala-dbus-binding-tool (0.3.2~git20100829-1) experimental; urgency=low * New upstream snapshot. * Update standards to 3.9.1 -- Heiko Stuebner Sat, 29 Aug 2010 17:27:34 +0200 vala-dbus-binding-tool (0.1.6-1) unstable; urgency=low * New upstream release. -- Heiko Stuebner Sun, 09 May 2010 22:12:10 +0200 vala-dbus-binding-tool (0.1.5-1) unstable; urgency=low * Initial release. -- Heiko Stuebner Sun, 28 Mar 2010 18:42:10 +0200 debian/watch0000644000000000000000000000013312034247551010217 0ustar version=3 http://downloads.freesmartphone.org/ vala-dbus-binding-tool-([0-9\.]+)\.tar\.bz2 debian/gbp.conf0000644000000000000000000000070512034247551010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] # the default build command: #builder = debuild -i -I # 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 debian/copyright0000644000000000000000000000117512034247551011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://www.freesmartphone.org Files: * Copyright: 2009 Didier "Ptitjes" 2009-2011 The freesmartphone.org Team License: GPL-3+ On Debian GNU/Linux systems, the complete text of the GNU General Public License 3 can be found in `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: 2009-2011 Heiko Stuebner License: GPL-2+ On Debian GNU/Linux systems, the complete text of the GNU General Public License 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000212034247551010367 0ustar 9 debian/source/0000755000000000000000000000000012034247551010471 5ustar debian/source/format0000644000000000000000000000001412034247551011677 0ustar 3.0 (quilt) debian/README.Debian0000644000000000000000000000043612034247551011235 0ustar This package has no direct interaction with regular Debian users. It is not yet perfect, e.g. the manpage needs further help. But for helping the development of the smartphone user interface, for which this package is a build dependency, this seems possible to tolerate for the moment.