debian/0000775000000000000000000000000011760734505007200 5ustar debian/copyright0000664000000000000000000000250011176661225011127 0ustar This package was initially debianized by Tomaz Noleto in Dec 2007. It was downloaded from http://amora.googlecode.com/ Upstream Author: Adenilson Cavalcanti da Silva Copyright: Copyright © 2007-2008 Adenilson Cavalcanti da Silva Copyright © 2007-2008 Thiago Marcos P. Santos Copyright © 2002-2003 Ademar de Souza Reis Jr. Copyright © 2002-2003 Milton Soares Filho Copyright © 2002 Erich Kitzmüller Copyright © 2005 Albert Huang The software contains code derived from software (e.g. bluez-utils) which is copyright by: Copyright © 2001-2002 Nokia Corporation Copyright © 2002-2003 Maxim Krasnyansky Copyright © 2002-2003 Stephen Crane Copyright © 2002-2003 Jean Tourrilhes Copyright © 2002-2007 Marcel Holtmann License: Amora is licensed under GPL 2 (see `/usr/share/common-licenses/GPL-2'), The man page is Copyright © 2007 by Ademar de Souza Reis Jr. The Debian packaging is © 2007 by Tomaz Noleto, © 2008 by Axel Beckert and is licensed under the same terms as amora itself. debian/source/0000775000000000000000000000000011426110000010451 5ustar debian/source/format0000664000000000000000000000001411426107764011706 0ustar 3.0 (quilt) debian/amora-cli.dirs0000664000000000000000000000001011176310054011704 0ustar usr/bin debian/README.Debian0000664000000000000000000000055511176310054011234 0ustar amora-server for Debian ----------------------- This Debian package only contains the Amora daemon which runs on the computer to be controlled. To use it, you need to install the Amora client on your mobile phone. It can be dowloaded from the Amora homepage at http://amora.googlecode.com/. -- Axel Beckert , Sat, 5 Jul 2008 21:36:23 +0200 debian/amorad-gui.desktop0000644000000000000000000000066511177571754012634 0ustar [Desktop Entry] Name=Amora Daemon Comment=Remote control your desktop from your Bluetooth enabled mobile phone Comment[de]=Steuere den Arbeitsplatz mit einem Bluetooth-Mobiltelefon fern GenericName=Bluetooth remote control GenericName[de]=Bluetooth-Fernsteuerung Exec=amorad-gui Terminal=false X-MultipleArgs=false Type=Application Icon=amora Categories=Office;Presentation;Utility;RemoteAccess StartupWMClass=amorad StartupNotify=true debian/rules0000755000000000000000000000506011756036026010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # 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) DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk configure: configure-stamp configure-stamp: dh_testdir dh_autotools-dev_updateconfig cd amora-cli; ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" # Does qmake-qt4 support cross-compiling? $(MAKE) amora-applet/Makefile touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean dh_autotools-dev_restoreconfig # Should be removed by "make distclean", but we remove it anyway cd amora-cli; rm -f config.sub config.guess config.log config.cache Makefile cd amora-applet; rm -f Makefile # Remove any amora-screenshot.png which usually result from testing # the package find . -name amora-screenshot.png -delete dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs cd amora-cli; $(MAKE) DESTDIR=$(CURDIR)/debian/amora-cli install # Remove installed .la file rm -v $(CURDIR)/debian/amora-cli/usr/lib/libamora.la # qmake-qt4's generated install target has the path hardwired. So we # do it manually. install amora-applet/amorad-gui $(CURDIR)/debian/amora-applet/usr/bin install debian/amorad-gui.desktop $(CURDIR)/debian/amora-applet/usr/share/applications binary-indep: build install # We have nothing to do by default. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_install dh_installmenu dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/amora-applet.docs0000664000000000000000000000005111176310054012416 0ustar amora-applet/README debian/README.source debian/amora-applet.dirs0000664000000000000000000000003711331430622012430 0ustar usr/bin usr/share/applications debian/amora-cli.menu0000664000000000000000000000021611176310054011717 0ustar ?package(amora-cli):needs="X11" section="Applications/Mobile Devices"\ title="Amora Daemon (commandline version)" command="/usr/bin/amorad" debian/changelog0000664000000000000000000000454611756036071011061 0ustar amora-server (1.2~svn699-1) unstable; urgency=low * New upstream snapshot - Fixes FTBFS (Closes: #672072) * Enabled hardening buildflags * Use autotools-dev's dh_autotools-dev_*config for config.{guess,sub} handling. * Bump debhelper compatibility to 9 - Use "dh_prep" instead of "dh_clean -k" * Cleanup debian/rules a little bit -- Axel Beckert Sun, 20 May 2012 00:42:44 +0200 amora-server (1.2~svn697-1) unstable; urgency=low * New upstream snapshot - Fixes FTBFS with GCC 4.7 (Closes: #667097) * Remove transitional package amora-server * Bump Standard-Version to 3.9.3 (no changes) * Fix Lintian warning debian-rules-missing-recommended-target -- Axel Beckert Sat, 07 Apr 2012 19:44:05 +0200 amora-server (1.2~svn695-2) unstable; urgency=low * No more include .la files in the binary packages. (Closes: #621143) -- Axel Beckert Thu, 07 Apr 2011 20:17:46 +0200 amora-server (1.2~svn695-1) unstable; urgency=low * New upstream pre-release; provides two binaries, a command-line and a Qt4 based system tray interface. - Adapted packaging and README.source appropriately - Made amora-server a transitional package depending on one of the new packages amora-cli and amora-applet. * Bumped standards version to 3.9.1, no changes necessary. * Move to Debian source package format "3.0 (quilt)" * Added a debian/watch file using the http://googlecode.debian.net/ redirector. * Changed (C) into appropriate UTF-8 character to fix lintian warnings * Changed the maintainer e-mail address to my debian.org address. * Fixed typo in debian/README.source -- Axel Beckert Wed, 04 Aug 2010 02:34:09 +0200 amora-server (1.1-1) unstable; urgency=low * Initial release for Debian (Closes: #488587) * New upstream release * New maintainer for the Debian package * Made the package confirming to Debian standards. * Based on content of "make dist" tar ball, does not build-depend on autoconf and friends anymore, removed appropriate build-deps. * Added a README.source * Bumped standards version to 3.8.0. -- Axel Beckert Fri, 11 Jul 2008 16:29:23 +0200 amora-server (1.0-0) unstable; urgency=low * Initial Debian package release. -- Adenilson Cavalcanti Tue, 11 Dec 2007 22:30:47 -0400 debian/README.source0000664000000000000000000000146111426132623011351 0ustar Packaging of amora-server for Debian ------------------------------------ Packaging of amora-server and Amora itself reside in the same subversion repository but since the Debian package is not the primary target (the rpm packaging also resides in the same repository) and changes in the Debian packaging will not result in a new Amora release, it is packaged as non-native package. The package is built out of the tarball you get with "make debdist". To build the package from a repository checkout of amora-server, make sure the packages automake, autoconf, and libtool are installed and then do the following: $ svn checkout http://amora.googlecode.com/svn/trunk/amora-server amora-server $ cd amora-server $ make debdist $ dpkg-buildpackage -- Axel Beckert , Wed, 4 Aug 2010 02:34:27 +0200 debian/control0000664000000000000000000000540311756032505010601 0ustar Source: amora-server Section: x11 Priority: extra Maintainer: Axel Beckert Build-Depends: debhelper (>= 9~), libx11-dev, libbluetooth-dev, libxtst-dev, libimlib2-dev, pkg-config, qt4-qmake, libqt4-dev, libdbus-1-dev, dpkg-dev (>= 1.16.1~), autotools-dev Standards-Version: 3.9.3 Homepage: http://amora.googlecode.com/ Vcs-Svn: http://amora.googlecode.com/svn/trunk/amora-server/ Vcs-Browser: http://code.google.com/p/amora/source/browse Package: amora-cli Provides: amora-server Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: amora-server (<< 1.2~) Breaks: amora-server (<< 1.2~) Description: use a bluetooth device as X remote control (commandline tool) Amora (A mobile remote assistant) is an application that enables you to control your desktop using your mobile phone. It uses bluetooth to send mouse and keyboard events to the X session. With it, you can control your presentations, movies or any other application which mainly uses mouse and cursor keys. . Amora also has a screenshot feature, where you can see a thumbnail of the currently focused window on the mobile phone. . Currently only Symbian Series 60 mobile phones are supported. A Java client implementation is under development. A proof of concept client for Linux based mobile device like the Nokia Internet Tablets and the OpenMoko FreeRunner is available. . This package contains the commandline version of the daemon (formerly called amora-server) running on the to be remote controlled computer. The client has to be installed on the mobile phone and is not contained in the package. It can be downloaded from the home page of the project. Package: amora-applet Provides: amora-server Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: use a bluetooth device as X remote control (systray applet) Amora (A mobile remote assistant) is an application that enables you to control your desktop using your mobile phone. It uses bluetooth to send mouse and keyboard events to the X session. With it, you can control your presentations, movies or any other application which mainly uses mouse and cursor keys. . Amora also has a screenshot feature, where you can see a thumbnail of the currently focused window on the mobile phone. . Currently only Symbian Series 60 mobile phones are supported. A Java client implementation is under development. A proof of concept client for Linux based mobile device like the Nokia Internet Tablets and the OpenMoko FreeRunner is available. . This package contains the Qt-based system tray applet version of the daemon running on the to be remote controlled computer. The client has to be installed on the mobile phone and is not contained in the package. It can be downloaded from the home page of the project. debian/watch0000644000000000000000000000011611426110665010217 0ustar version=3 http://googlecode.debian.net/p/amora/amora-server-(\d[\d.]*).tar.gz debian/compat0000664000000000000000000000000211756031055010371 0ustar 9 debian/amora-applet.menu0000664000000000000000000000022011176310054012430 0ustar ?package(amora-applet):needs="X11" section="Applications/Mobile Devices"\ title="Amora Daemon (systray applet)" command="/usr/bin/amorad-gui" debian/amora-cli.docs0000664000000000000000000000004611176310054011704 0ustar amora-cli/README debian/README.source