debian/0000775000000000000000000000000011762157745007207 5ustar debian/changelog0000664000000000000000000000172311762157745011064 0ustar swac-play (0.2-0ubuntu4) quantal; urgency=low * Fixed typo: "allows to" to "allows one to" in debian/control file. -- Bruno Ribeiro da Silva Fri, 01 Jun 2012 08:26:07 -0300 swac-play (0.2-0ubuntu3) precise; urgency=low * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. -- Adam Conrad Fri, 02 Dec 2011 21:24:59 -0700 swac-play (0.2-0ubuntu2) lucid; urgency=low [ Bhavani Shankar ] * swac-play-0.2/src/sqlite3++.cc + Add missing #include to fix ftbfs with gcc 4.4 (LP: #527242) [ Andrew Starr-Bochicchio ] * Switch to dpkg-source 3.0 (quilt) format. * debian/rules: Convert to use simplified dh rules. * debian/control: Bump Standards-Version to 3.8.4 -- Andrew Starr-Bochicchio Thu, 25 Feb 2010 23:42:56 -0500 swac-play (0.2-0ubuntu1) jaunty; urgency=low * Initial release (LP: #325305) -- Nicolas Vion Thu, 05 Feb 2009 11:19:09 +0000 debian/source/0000775000000000000000000000000011341650614010471 5ustar debian/source/format0000664000000000000000000000001411341650614011677 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000003611341650614010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000664000000000000000000000177711341650614011140 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=437 Upstream-Name: swac-play Upstream-Maintainer: Nicolas Vion Upstream-Source: http://shtooka.net/ Files: * Copyright: Copyright (C) 2008, 2009 Nicolas Vion License: GPL-3+ This program 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. This program 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 this program. If not, see /usr/share/common-licenses/GPL-3. Files: debian/* Copyright: Copyright (C) 2009 Nicolas Vion License: GPL-3+ See above. debian/compat0000664000000000000000000000000211341650614010367 0ustar 7 debian/watch0000664000000000000000000000011711341650614010221 0ustar version=3 http://shtooka.net/soft/swac-tools/download/swac-play-(.*)\.tar\.gz debian/control0000664000000000000000000000140011762157576010607 0ustar Source: swac-play Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Nicolas Vion Build-Depends: debhelper (>= 7.0.50), autotools-dev, pkg-config, libsqlite3-dev, libgstreamer0.10-dev, libglibmm-2.4-dev Standards-Version: 3.8.4 Homepage: http://shtooka.net Package: swac-play Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, swac-get (>= 0.5), gstreamer0.10-plugins-base Description: command line player for audio collections of words (SWAC) Swac-play is a simple command line program based on GStreamer which allows one to play sounds from audio collections of words (SWAC). It gets audio records from a SQLite3 database made by the "swac-get" program. debian/patches/0000775000000000000000000000000011341650616010622 5ustar debian/patches/series0000664000000000000000000000003411341650616012034 0ustar debian-changes-0.2-0ubuntu2 debian/patches/debian-changes-0.2-0ubuntu20000664000000000000000000000276311341650616015364 0ustar Description: Upstream changes introduced in version 0.2-0ubuntu2 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . swac-play (0.2-0ubuntu2) lucid; urgency=low . [ Bhavani Shankar ] * swac-play-0.2/src/sqlite3++.cc + Add missing #include to fix ftbfs with gcc 4.4 (LP: #527242) . [ Andrew Starr-Bochicchio ] * Switch to dpkg-source 3.0 (quilt) format. * debian/rules: Convert to use simplified dh rules. * debian/control: Bump Standards-Version to 3.8.4 . The person named in the Author field signed this changelog entry. Author: Andrew Starr-Bochicchio Bug-Ubuntu: https://bugs.launchpad.net/bugs/527242 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Forwarded: Reviewed-By: Last-Update: --- swac-play-0.2.orig/src/sqlite3++.cc +++ swac-play-0.2/src/sqlite3++.cc @@ -20,6 +20,7 @@ #include #include "sqlite3++.hh" +#include Glib::ustring SqlDatabase::str(Glib::ustring str) { char formated[512];