debian/0000755000000000000000000000000012157546776007212 5ustar debian/README.source0000644000000000000000000000120311421776470011352 0ustar series60-remote for Debian -------------------------- The source needs to be repacked because it contains Python binary for Series60 phones and we include source code for this as well to match DFSG requirements. So the source for mobile/PythonForS60_1_4_5_3rdEd.sis is in mobile/pys60-1.4.5_src.zip. The additional Series60 binary mobile/series60-remote.sis is built from mobile/mobile.py using script mobile/create_package. To built these you need S60 C++ SDK and PyS60 SDK, you can find instructions at . -- Michal Čihař Thu, 22 Jul 2010 10:09:25 +0200 debian/manpages0000644000000000000000000000003111421572642010702 0ustar debian/series60-remote.1 debian/changelog0000644000000000000000000000266512157546760011066 0ustar series60-remote (0.4.80+dfsg.1-2) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Michal Čihař ] * Bump standards to 3.9.4. * Update debian/copyright to match current copyright format. * Use debhelper 9 and dh_python2. * Patch setup.py rather than manually delete some installed files. * Upload to unstable, there probably won't be any further stable release. -- Michal Čihař Mon, 17 Jun 2013 10:50:40 +0200 series60-remote (0.4.80+dfsg.1-1) experimental; urgency=low * New upstream beta version. * Fixup permissions of installed files. -- Michal Čihař Fri, 19 Nov 2010 16:43:34 +0100 series60-remote (0.4.0+dfsg.1-1) unstable; urgency=low * New upstream version. * Bump standards to 3.9.1. -- Michal Čihař Fri, 19 Nov 2010 16:02:10 +0100 series60-remote (0.3.93+dfsg.1-1) unstable; urgency=low * Repack source to include sourcess for PyS60. * Add python-matplotlib to recommends. * Move to contrib as the parts for mobile phone need S60 SDKs for build and these are not available in Debian. * Convert debian/copyright to DEP-5 because it started to be really messy otherwise. -- Michal Čihař Thu, 22 Jul 2010 10:33:13 +0200 series60-remote (0.3.93-1) unstable; urgency=low * Initial upload (Closes: #587601) -- Michal Čihař Wed, 21 Jul 2010 15:19:20 +0200 debian/patches/0000755000000000000000000000000012157546776010641 5ustar debian/patches/series0000644000000000000000000000002412157546444012042 0ustar no-text-files.patch debian/patches/no-text-files.patch0000644000000000000000000000201412157546534014345 0ustar From: Michal Čihař Subject: Do not install text files into python dirs Forwarded: no --- a/setup.py +++ b/setup.py @@ -15,8 +15,7 @@ pythonSis_Py20 = "Python_2.0.0.sis" -textfiles = ['Changelog', 'HACKING', 'INSTALL', 'LICENSE', 'LICENSE.icons-oxygen', - 'README.icons-oxygen', 'TODO'] +textfiles = [] pys60 = 'PythonForS60_1_4_5_3rdEd.sis' sisfiles = ['mobile/' + applicationSis_Py14, 'mobile/' + applicationSis_Py20, 'mobile/' + pythonSis_Py14, 'mobile/' + pythonSis_Py20] desktopfile = 'pc/series60-remote.desktop' @@ -91,7 +90,7 @@ for file in textfiles: install.copy_file(file, os.path.join(install.install_lib, app_dir)) - # Copy .sis files on Unix-like systems to /usr/share/series60-remote, on Windows systems + # Copy .sis files on Unix-like systems to /usr/share/series60-remote, on Windows systems # to PREFIX/site-packages/series60_remote/mobile if os.name == 'posix': dest = os.path.join(install.install_data, 'share', install.config_vars['dist_name']) debian/copyright0000644000000000000000000001277412157546143011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: series60-remote Upstream-Contact: Lukas Hetzenecker Source: http://series60-remote.sourceforge.net/ Disclaimer: This needs S60 C++ SDK and PyS60 SDK for build some parts Files: * Copyright: Copyright (c) 2008 - 2010 Lukas Hetzenecker License: GPL-2 Files: debian/* Copyright: Copyright (c) 2010 Michal Čihař License: GPL-2 Files: mobile/PythonForS60_1_4_5_3rdEd.sis mobile/pys60-1.4.5_src.zip Copyright: Copyright (c) 2005-2007 Nokia Corporation. License: Apache and Python Files added by Nokia Corporation are licensed under Apache License Version 2.0. The original software, including modifications of Nokia Corporation therein, is licensed under the applicable license(s) for Python 2.2.2 Files: pc/pics/oxygen/* Copyright: Copyright © 2005 Vignoni David License: LGPL-3 This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 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 Lesser 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 . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". License: Apache Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". 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. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: Python-2.0 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 -------------------------------------------- . 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation. . 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee. . 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python. . 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. . 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. . 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. . 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. . 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement. debian/series60-remote.10000644000000000000000000000517211421574002012202 0ustar .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. .TH SERIES60-REMOTE "1" "July 2010" "series60-remote 0.3.93" "User Commands" .SH NAME series60-remote \- S60 mobile phone management application .SH DESCRIPTION usage: series60\-remote [Qt\-options] [options] .PP series60\-remote, manage your Series60 mobile phone .SS "Options:" .TP \fB\-v\fR, \fB\-\-verbose\fR Print verbose information \- normally routine progress messages will be displayed .TP \fB\-d\fR, \fB\-\-debug\fR Print lots of ugly debugging information .TP \fB\-s\fR, \fB\-\-sqldebug\fR Print all executed SQL queries .TP \fB\-l\fR, \fB\-\-long\fR Use a long format .TP \fB\-h\fR, \fB\-\-help\fR Show help about options .TP \fB\-a\fR, \fB\-\-author\fR Show author information .TP \fB\-V\fR, \fB\-\-version\fR Show version information .TP \fB\-L\fR, \fB\-\-license\fR Show license information .SS "Qt Options:" .TP \fB\-display\fR Use the X\-server display 'displayname' .TP \fB\-session\fR Restore the application for the given 'sessionId' .TP \fB\-cmap\fR Causes the application to install a private color map on an 8\-bit display .TP \fB\-ncols\fR Limits the number of colors allocated in the color cube on an 8\-bit display, if the application is using the QApplication::ManyColor color specification .TP \fB\-nograb\fR tells Qt to never grab the mouse or the keyboard .TP \fB\-dograb\fR running under a debugger can cause an implicit \fB\-nograb\fR, use \fB\-dograb\fR to override .TP \fB\-sync\fR switches to synchronous mode for debugging .TP \fB\-fn\fR, \fB\-font\fR defines the application font .TP \fB\-bg\fR, \fB\-background\fR sets the default background color and an application palette (light and dark shades are calculated) .TP \fB\-fg\fR, \fB\-foreground\fR sets the default foreground color .TP \fB\-btn\fR, \fB\-button\fR sets the default button color .TP \fB\-name\fR sets the application name .TP \fB\-title\fR sets the application title (caption) .TP \fB\-visual\fR TrueColor forces the application to use a TrueColor visual on an 8\-bit display .TP \fB\-inputstyle\fR <inputstyle> sets XIM (X Input Method) input style. Possible values are onthespot, overthespot, offthespot and root .TP \fB\-im\fR <XIM server> set XIM server .TP \fB\-noxim\fR disable XIM .TP \fB\-reverse\fR mirrors the whole layout of widgets .TP \fB\-stylesheet\fR <file.qss> applies the Qt stylesheet to the application widgets .SH AUTHOR series60-remote was written by Lukas Hetzenecker <LuHe@gmx.at> .PP This manual page was written by Michal Cihar <nijel@debian.org>, for the Debian project (but may be used by others). ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/control��������������������������������������������������������������������������������������0000644�0000000�0000000�00000001754�12157545364�010614� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Source: series60-remote Section: contrib/comm Priority: extra Maintainer: Michal Čihař <nijel@debian.org> Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org> Build-Depends: debhelper (>= 9) Build-Depends-Indep: python (>= 2.6.6-3~) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/series60-remote/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/series60-remote/trunk/ Homepage: http://series60-remote.sourceforge.net/ Package: series60-remote Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.5), python-qt4, python-qt4-sql, python-bluez, libqt4-sql-sqlite | libqt4-sql-mysql Recommends: python-obexftp, python-matplotlib Description: S60 mobile phone management application Series60-Remote is an application to manage your mobile phone. You can send and receive SMS messages directly on your computer. It also provides a complex contact and file management. ��������������������debian/watch����������������������������������������������������������������������������������������0000644�0000000�0000000�00000000153�11421776470�010227� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������version=3 opts=dversionmangle=s/\+dfsg\.\d+$// http://sf.net/series60-remote/series60-remote-(.+)\.tar\.gz ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/compat���������������������������������������������������������������������������������������0000644�0000000�0000000�00000000002�12157545364�010400� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������9 ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/docs�����������������������������������������������������������������������������������������0000644�0000000�0000000�00000000005�11421572611�010034� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������TODO ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/rules����������������������������������������������������������������������������������������0000755�0000000�0000000�00000002121�12157546604�010254� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/usr/bin/make -f # Get version information from changelog file DEB_VERSION:=$(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ') DEB_UPSTREAM_VERSION:=$(shell echo $(DEB_VERSION) | cut -f 1 -d - | sed 's/+dfsg\.[0-9]\+$$//') DFSG_VERSION:=1 %: dh $@ --with python2 -Spython_distutils override_dh_fixperms: dh_fixperms find debian/series60-remote/usr/share/series60-remote -type f -print0 | xargs -r -0 chmod 644 get-orig-source: rm -rf get-orig-source-temp mkdir get-orig-source-temp mkdir get-orig-source-temp/repack uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename --destdir get-orig-source-temp tar xvf get-orig-source-temp/*.tar.gz -C get-orig-source-temp/repack wget http://sourceforge.net/projects/pys60/files/pys60/1.4.5/pys60-1.4.5_src.zip/download -O get-orig-source-temp/repack/series60-remote-$(DEB_UPSTREAM_VERSION)/mobile/pys60-1.4.5_src.zip tar cfz ../tarballs/series60-remote_$(DEB_UPSTREAM_VERSION)+dfsg.$(DFSG_VERSION).orig.tar.gz -C get-orig-source-temp/repack series60-remote-$(DEB_UPSTREAM_VERSION) rm -rf get-orig-source-temp �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/source/��������������������������������������������������������������������������������������0000755�0000000�0000000�00000000000�12157546776�010512� 5����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/source/format��������������������������������������������������������������������������������0000644�0000000�0000000�00000000014�11421567367�011710� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������3.0 (quilt) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������