debian/0000755000000000000000000000000011754127431007173 5ustar debian/wammu.menu0000644000000000000000000000035311754127431011210 0ustar ?package(wammu): \ needs="x11" \ section="Applications/Mobile Devices" \ title="Wammu" \ longtitle="Wammu Mobile Phone Manager" \ icon="/usr/share/pixmaps/wammu.xpm" \ command="/usr/bin/wammu" debian/preinst0000644000000000000000000000026411754127431010604 0ustar #!/bin/sh set -e # Switch from pycentral to pysupport if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.30-1 ; then pycentral pkgremove wammu fi #DEBHELPER# exit 0 debian/changelog0000644000000000000000000002447611754127431011062 0ustar wammu (0.36-2) unstable; urgency=low * Remove alternative dependency on wxpython2.6 (Closes: #647735). * Bump standards to 3.9.3. -- Michal Čihař Mon, 14 May 2012 09:06:45 +0200 wammu (0.36-1) unstable; urgency=low * New upstream release. * Bump standards to 3.9.2. * Switch to dh_python2. -- Michal Čihař Thu, 15 Sep 2011 11:21:11 +0200 wammu (0.35-1) unstable; urgency=low * New upstream release. -- Michal Čihař Wed, 01 Dec 2010 13:51:00 +0100 wammu (0.34-1) unstable; urgency=low * New upstream version. * Bump standards to 3.9.1. -- Michal Čihař Fri, 10 Sep 2010 09:43:27 +0200 wammu (0.33-1) unstable; urgency=low * New upstream version. - Fixes few crashes on connect (Closes: #578780, #576266). * Bump standard to 3.8.4. -- Michal Čihař Wed, 28 Apr 2010 13:37:35 +0200 wammu (0.32.1-1) unstable; urgency=low * New upstream version. - Fixes exception in configuring (Closes: #565651). - Fixes crash in preferences (Closes: #565165). - Does not run wizard when phone is connected (Closes: #448629). -- Michal Čihař Thu, 21 Jan 2010 17:00:19 +0100 wammu (0.32-1) unstable; urgency=low * New upstream version. * We need only python build dep, not python-dev. -- Michal Čihař Tue, 12 Jan 2010 17:22:49 +0100 wammu (0.31.1-1) unstable; urgency=low * New upstream version. - Fixes problem with Python 2.4 (Closes: #560135). - Includes missing man pages. -- Michal Čihař Tue, 15 Dec 2009 14:04:26 +0100 wammu (0.31-1) unstable; urgency=low * Switch development to Git, adjust Vcs-* headers. * New upstream release. - Adjusts desktop file to show only in one category (Closes: #555812). * Bump standards to 3.8.3. * Convert to 3.0 source format. * Add Czech man pages which upstream forgot to distribute. * Simplify debian/rules. -- Michal Čihař Tue, 08 Dec 2009 16:01:33 +0100 wammu (0.30.1-2) unstable; urgency=low * Drop dependency on python-xml, it looks like it was needed only with some old Python versions (LP: #391529). * Bump standards to 3.8.2 (no changes). -- Michal Čihař Wed, 24 Jun 2009 14:19:00 +0200 wammu (0.30.1-1) unstable; urgency=low * New upstream release. -- Michal Čihař Sat, 07 Mar 2009 14:52:18 +0100 wammu (0.30-1) unstable; urgency=low * New upstream version. * Add missing dependency on python-xml. * Add ${misc:Depends} to deps. * Drop workaround for #481899, we depend on newer debhelper anyway. * Drop --skip-deps magic in debian/rules, it is not needed now. * Convert from pycentral to pysupport. * Updated debian/copyright. - It is new year. - Copyright statement caught by lintian. - New upstream no longer includes wx licensed code. -- Michal Čihař Fri, 06 Mar 2009 17:04:36 +0100 wammu (0.29-1) unstable; urgency=low * New upstream version. - Better handles number comparing (Closes: #497091). * Improve short description (Closes: #493525). -- Michal Čihař Sat, 04 Oct 2008 22:04:35 +0200 wammu (0.28-2) unstable; urgency=low * Skip import of deps during build (this was mistakenly changed while switching to dh) (Closes: #493395). -- Michal Čihař Sat, 02 Aug 2008 19:45:29 +0200 wammu (0.28-1) unstable; urgency=low * New upstream version. * Do not use own install commands in debian/rules, use dh_install instead. * Switch to dh (debhelper 7). * Prefer wxPython 2.8 over 2.6 in deps. * Update standards to 3.8.0 (no changes needed). -- Michal Čihař Tue, 22 Jul 2008 16:31:27 +0200 wammu (0.27-1) unstable; urgency=low * New upstream version. * Fix typo in translation (Closes: #477955). -- Michal Čihař Sun, 11 May 2008 13:13:52 +0200 wammu (0.26-2) unstable; urgency=low * Drop workaround for bug #452227 (Closes: #472031). -- Michal Čihař Mon, 24 Mar 2008 21:13:24 +0100 wammu (0.26-1) unstable; urgency=low * New upstream version - Upstream now ships ChangeLog. * No need to call dh_strip as this package does not ship any binary. * Update upstream copyright. -- Michal Čihař Tue, 04 Mar 2008 10:35:45 +0100 wammu (0.25-2) unstable; urgency=low * Delete empty /usr/lib (workaround for pycentral bug #452227). * Adjusted Vcs-* headers to point to trunk. * Depend on current python-gammu version as well as upstrem. -- Michal Čihař Sun, 03 Feb 2008 12:58:10 +0900 wammu (0.25-1) unstable; urgency=low * New upstream release. * Update policy to 3.7.3 (no changes needed). * Cleanup clean target in debian/rules. * Drop patches as they are in upstream. * Drop dpatch usage, we don't need it. -- Michal Čihař Wed, 19 Dec 2007 10:19:47 +0900 wammu (0.24-3) unstable; urgency=low * Fix crash with dbus (Closes: #454425). -- Michal Čihař Wed, 05 Dec 2007 19:36:33 +0900 wammu (0.24-2) unstable; urgency=low * This package is GPL2 only, so it should be stated in debian/copyright. * Use dpatch for patching sources. * Fix crash on missing notification daemon (Closes: #453376). * Recommend notification-daemon to get notification working by default. -- Michal Čihař Thu, 29 Nov 2007 18:04:10 +0900 wammu (0.24-1) unstable; urgency=low * New upstream releases. - Remembers phone/SIM memory (Closes: #448601). - Newly created entries contain some fields (Closes: #448603). - Validation of fields correctly works (Closes: #448606). * Convert XS-Vcs fields to Vcs. -- Michal Čihař Tue, 13 Nov 2007 09:53:39 +0900 wammu (0.23-1) unstable; urgency=low * New upstream version. * Use new Homepage field. * Depend also on wxPython 2.8 to allow this package to work on Ubuntu (and I hope that we will have also wxPython 2.8 soon). -- Michal Čihař Fri, 05 Oct 2007 14:32:23 +0900 wammu (0.22-1) unstable; urgency=low * New upstream version. * Fix menu section. -- Michal Čihař Tue, 11 Sep 2007 15:54:11 +0900 wammu (0.21-1) unstable; urgency=low * New upstream release. * Improve description. * Include python-gammu information in bug report (mostly to get gammu version). -- Michal Čihař Thu, 21 Jun 2007 11:17:48 +0200 wammu (0.20-1) unstable; urgency=low * New upstream release. * Add XS-Vcs headers. * Use my Debian email. -- Michal Čihař Wed, 16 May 2007 09:25:21 +0200 wammu (0.19-1) unstable; urgency=low * New upstream release. * Fix man page (Closes: #397826). -- Michal Čihař Mon, 12 Mar 2007 09:38:04 +0100 wammu (0.17-1) unstable; urgency=low * New upstream release. -- Michal Čihař Thu, 19 Oct 2006 22:33:48 +0200 wammu (0.16-1) unstable; urgency=low * New upstread release. - Fixes unhandled exception when starting (Closes: #387618). -- Michal Čihař Thu, 21 Sep 2006 08:56:12 +0200 wammu (0.15-1) unstable; urgency=low * New upstream release. * Possibility to predefine delivery report settings (Closes: #379289). -- Michal Čihař Sun, 3 Sep 2006 12:01:12 +0200 wammu (0.14-1) unstable; urgency=low * New upstream release. * Updated policy to 3.7.2.0 (no changes needed). * Add watch file. * Use python-central and switch to current python policy (Closes: #380984). * Cleanup dependencies from obsolete packages as we require current distro due to python-central anyway. -- Michal Čihař Sat, 5 Aug 2006 16:37:55 +0200 wammu (0.13-1) unstable; urgency=low * Not native package any more, it is better for expected inclusion in Debian. * New version. * Better dependency on bluetooth implementations. * Initial release for Debian (Closes: #326710). -- Michal Čihař Fri, 24 Mar 2006 23:43:36 +0100 wammu (0.12) unstable; urgency=low * New version. * Fix homepage in control file to fit current recommendations. -- Michal Čihař Sun, 8 Jan 2006 20:10:26 +0100 wammu (0.11) unstable; urgency=low * Revert back to native package versioning (changed also changelog!). * Do not build depends on python-gammu nor wxPython. * Prefer wxPython 2.6 in dependencies. * Use xpm icon in menu. * This was supposed to be initial upload to Debian archives, howerver I still lack sponsor. -- Michal Čihař Sat, 24 Dec 2005 01:24:15 +0100 wammu (0.10) unstable; urgency=low * New version. * Include icon in menu item. -- Michal Čihař Sun, 7 Aug 2005 21:54:09 +0200 wammu (0.9) unstable; urgency=low * New version. -- Michal Čihař Sun, 24 Jul 2005 18:46:43 +0200 wammu (0.8) unstable; urgency=low * New version. -- Michal Čihař Fri, 17 Sep 2004 14:07:32 +0200 wammu (0.7) unstable; urgency=low * New version. -- Michal Čihař Mon, 6 Sep 2004 11:10:00 +0200 wammu (0.6) unstable; urgency=low * New version released. -- Michal Cihar Wed, 3 Mar 2004 22:49:38 +0100 wammu (0.5.3) unstable; urgency=low * Another testing release. -- Michal Cihar Thu, 12 Feb 2004 21:03:06 +0100 wammu (0.5.2) unstable; urgency=low * Testing release. -- Michal Cihar Mon, 9 Feb 2004 18:43:55 +0100 wammu (0.5.1) unstable; urgency=low * New version. -- Michal Cihar Fri, 23 Jan 2004 12:43:48 +0100 wammu (0.5) unstable; urgency=low * New version. * Recommends timidity for ringtone playback. -- Michal Cihar Wed, 21 Jan 2004 21:46:02 +0100 wammu (0.4.1) unstable; urgency=low * New version, just for testing purposes. -- Michal Cihar Wed, 14 Jan 2004 22:24:54 +0100 wammu (0.4) unstable; urgency=low * Do not distribute byte compiled files. * Added correct versions to dependencies. * New version. -- Michal Cihar Tue, 6 Jan 2004 20:02:50 +0100 wammu (0.3) unstable; urgency=low * Initial packaging. -- Michal Cihar Sun, 4 Jan 2004 16:49:04 +0100 debian/copyright0000644000000000000000000000222011754127431011122 0ustar This package was debianized by Michal Čihař on Sun, 04 Jan 2004 16:47:08 +0100. It was downloaded from http://cihar.com/gammu/wammu Upstream Author: Michal Čihař Copyright: Copyright © 2003 - 2009 Michal Čihař This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. 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. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is Copyright © 2004 - 2009, Michal Čihař and is licensed under the GPL, see above. debian/gbp.conf0000644000000000000000000000020711754127431010611 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] sign-tags = True pristine-tar = True [git-import-orig] no-dch = True debian/bugs/0000755000000000000000000000000011754127431010133 5ustar debian/bugs/control0000644000000000000000000000003211754127431011531 0ustar report-with: python-gammu debian/control0000644000000000000000000000236111754127431010600 0ustar Source: wammu Section: comm Priority: optional Maintainer: Michal Čihař Build-Depends: debhelper (>= 7.0.14) Build-Depends-Indep: python (>= 2.6.6-3~) Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=collab-maint/wammu.git Vcs-Git: git://git.debian.org/git/collab-maint/wammu.git Homepage: http://wammu.eu/ Package: wammu Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-gammu (>= 0.24), python-wxgtk2.8 Recommends: timidity, python-bluez | python-bluetooth, python-dbus, notification-daemon Suggests: gmobilemedia Description: GTK application to control your mobile phone Mobile phone manager using Gammu as its backend. . It works with any phone that Gammu supports, including many models from Nokia, Siemens, and Alcatel. It has complete support (read, edit, delete, copy) for contacts, todo, and calendar. It can read, save, and send SMS. It includes an SMS composer for multi-part SMS messages, and it can display SMS messages that include pictures. Currently, only text and predefined bitmaps or sounds can be edited in the SMS composer. It can export messages to an IMAP4 server (or other email storage). . This program does not support browsing files in phone, use gMobileMedia instead. debian/watch0000644000000000000000000000007611754127431010227 0ustar version=3 http://dl.cihar.com/wammu/latest/wammu-(.*)\.tar.gz debian/compat0000644000000000000000000000000211754127431010371 0ustar 7 debian/wammu.install0000644000000000000000000000005311754127431011707 0ustar debian/bugs/control usr/share/bug/wammu/ debian/rules0000755000000000000000000000010311754127431010245 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh --with python2 $@ debian/source/0000755000000000000000000000000011754127431010473 5ustar debian/source/format0000644000000000000000000000001411754127431011701 0ustar 3.0 (quilt)