--- gnome-voice-control-0.4.orig/debian/docs +++ gnome-voice-control-0.4/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- gnome-voice-control-0.4.orig/debian/rules +++ gnome-voice-control-0.4/debian/rules @@ -0,0 +1,82 @@ +#!/usr/bin/make -f + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g +DEBDIR = $(CURDIR)/debian/ +PKGDIR = $(DEBDIR)/gnome-voice-control/ + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + $(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --exec-prefix=/usr \ + --libexecdir=/usr/lib/gnome-voice-control \ + --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) clean + rm -f po/*.gmo + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + + # Add here commands to install the package into debian/gnome-voice-control. + $(MAKE) DESTDIR=$(CURDIR)/debian/gnome-voice-control install + chrpath -d $(PKGDIR)/usr/lib/gnome-voice-control/voice_control_applet + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_install + dh_installman $(CURDIR)/debian/gnome-voice-control.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gnome-voice-control-0.4.orig/debian/changelog +++ gnome-voice-control-0.4/debian/changelog @@ -0,0 +1,60 @@ +gnome-voice-control (0.4-0~ppa3) karmic; urgency=low + + * New upstream release (LP: #303628). + - Works on amd64 systems (LP: #253105). + * Improve the package's description, update to the current Standards Version, + change debian/copyright to the machine-readable format and other changes. + + -- Siegfried-Angel Gevatter Pujals Sat, 05 Sep 2009 01:11:05 +0200 + +gnome-voice-control (0.2-0ubuntu6) intrepid; urgency=low + + * Remove automake call in debian/rules, and automake build-deb + in debian/control, because build files are provided by upstream + (LP: #219303) + * Modified Makefile.{am,in} to make multibuild safe (LP: #150745) + * In data/Makefile.*: Re-apply changes from 0.2-0ubuntu2. + * Move Homepage field out of Description in debian/control + * Move copyright notices to begin on Copyright line to make lintian happy + + -- Sasa Bodiroza Mon, 21 Apr 2008 00:46:31 +0200 + +gnome-voice-control (0.2-0ubuntu5) hardy; urgency=low + + * debian/control: + + Updated automake reference in Build-Depends to fix FTBFS + (LP: #178869) + + Bumped Standards-Version to 3.7.3 + + -- Miguel Ruiz Thu, 27 Dec 2007 10:02:58 -0300 + +gnome-voice-control (0.2-0ubuntu4) gutsy; urgency=low + + [ Sasa Bodiroza ] + * In debian: + - added gnome-voice-control.install to install help files in + /usr/share/gnome/help/gnome-voice-control/C/ (Fixes LP: #146675) + + [ Philipp Kern ] + * Do not kill EXTRA_DIST in `distclean', this breaks multiple builds. + * Select the right help page in `voice-control.c'. + + -- Philipp Kern Mon, 08 Oct 2007 23:26:22 +0200 + +gnome-voice-control (0.2-0ubuntu3) gutsy; urgency=low + + * Fixed broken dependency (Fixes LP: #134512) + + -- Sasa Bodiroza Thu, 13 Sep 2007 14:55:10 +0200 + +gnome-voice-control (0.2-0ubuntu2) gutsy; urgency=low + + * Fixed: data/Makefile.* uses $(libexecdir) (Fixes LP: #134145) + + -- Sasa Bodiroza Wed, 22 Aug 2007 23:42:56 +0200 + +gnome-voice-control (0.2-0ubuntu1) gutsy; urgency=low + + * Initial release (LP: #123109) + + -- Sasa Bodiroza Mon, 30 Jul 2007 02:59:20 +0200 --- gnome-voice-control-0.4.orig/debian/install +++ gnome-voice-control-0.4/debian/install @@ -0,0 +1 @@ +help/C/* usr/share/gnome/help/gnome-voice-control/C/ --- gnome-voice-control-0.4.orig/debian/source.lintian-overrides +++ gnome-voice-control-0.4/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +gnome-voice-control source: configure-generated-file-in-source config.status +gnome-voice-control source: configure-generated-file-in-source config.log --- gnome-voice-control-0.4.orig/debian/compat +++ gnome-voice-control-0.4/debian/compat @@ -0,0 +1 @@ +5 --- gnome-voice-control-0.4.orig/debian/control +++ gnome-voice-control-0.4/debian/control @@ -0,0 +1,21 @@ +Source: gnome-voice-control +Section: utils +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Sasa Bodiroza +Build-Depends: debhelper (>= 7), autotools-dev, libpanel-applet2-dev, + libgtk2.0-dev, libgnomeui-dev, libgstreamer0.10-dev, libwnck-dev, + libnotify-dev, libatspi-dev, libpocketsphinx-dev, libxml-parser-perl, + gnome-doc-utils, chrpath, gawk +Standards-Version: 3.8.3 +Homepage: http://live.gnome.org/GnomeVoiceControl + +Package: gnome-voice-control +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pocketsphinx-hmm-wsj1 +Description: speech recognizing applet to control the GNOME Desktop + Applet for the GNOME panel which monitors the audio input and makes it + possible to control the desktop using voice commands. + . + Currently it supports basic window management and launching and controlling + a limited set of applications. --- gnome-voice-control-0.4.orig/debian/gnome-voice-control.1 +++ gnome-voice-control-0.4/debian/gnome-voice-control.1 @@ -0,0 +1,20 @@ +.TH GNOME-VOICE-CONTROL 1 "August 1, 2007" + +.SH NAME +gnome-voice-control \- speech recognizer for the GNOME desktop + +.SH DESCRIPTION +.B gnome-voice-control +is an applet that allows you to control desktop with voice. +To add it to a panel, right-click on the panel, then choose "Add to Panel". +Select the applet in the "Add to the panel" dialog, then click OK. + +.SH SEE ALSO +.B gnome-panel + +.SH AUTHOR +gnome-voice-control was written by Nickolay V. Shmyrev +and Raphael Nunes da Motta . +.PP +This manual page was written by Sasa Bodiroza , +for the Ubuntu project (but may be used by others). --- gnome-voice-control-0.4.orig/debian/copyright +++ gnome-voice-control-0.4/debian/copyright @@ -0,0 +1,46 @@ +Format-Specification: http://dep.debian.net/deps/dep5/#index4h1 +Name: Gnome-Voice-Control +Maintainer: Nickolay V. Shmyrev + Raphael Nunes da Motta +Source: http://live.gnome.org/GnomeVoiceControl/Releases + +Files: * +Copyright: © 2007, Nickolay V. Shmyrev +License: GPL-2+ + +Files: src/action.{c,h}, src/gstsphinxsink.{c, h}, src/spi-listener.{c,h} +Copyright: © 2007, Nickolay V. Shmyrev +License: LGPL-2+ + +Files: debian/ +Copyright: © 2007-2008, Sasa Bodiroza + © 2009, Siegfried-Angel Gevatter Pujals +License: GPL-2+ + +License: GPL-2+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package 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. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + . + On Debian systems, the complete text of the GNU Library General + Public License can be found in `/usr/share/common-licenses/LGPL'. --- gnome-voice-control-0.4.orig/debian/watch +++ gnome-voice-control-0.4/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://live.gnome.org/GnomeVoiceControl/Releases \ + .+/gnome-voice-control-(.+)\.tar\.gz