debian/0000755000000000000000000000000012220773440007167 5ustar debian/watch0000644000000000000000000000015112212372552010215 0ustar version=3 http://downloads.freesmartphone.org/sources/cornucopia/([0-9\.]+)/fsogsmd-([0-9\.]+)\.tar\.bz2 debian/fsogsmd.10000644000000000000000000000230212212372552010710 0ustar .TH FSOGSMD 1 "AUGUST 30, 2011" .\" Please adjust this date whenever revising the manpage. .SH NAME fsogsmd \- FSO gsm daemon .SH SYNOPSIS .B fsogsmd .SH DESCRIPTION fsogsmd implements the FSO GSM DBus API. This API delivers a simple way to handle voice and data communication with GSM modems. More precisely it handles the following things: * GSM 07.10 Multiplexing .br * Device Inquiry .br * SIM Card Access .br * GSM Network Access .br * GSM Voice and Data Calls .br * Short Message Service (SMS) .br * Packet Data Protocol Connections .br * Cell Broadcast Service .br * GSM Network Monitoring .br * HomeZone Service fsogsmd loads its configuration from /etc/freesmartphone/conf//fsogsmd.conf (platform is detected via /proc/cpuinfo). If this file can't be found it will fallback to /etc/freesmartphone/conf/default/fsogsmd.conf instead. The daemon will be started automatically by DBus, once a request is send to it, but can also be started manually. .SH OPTIONS fsogsmd takes no parameters. .SH AUTHOR fsogsmd was written by the FSO Team . .PP This manual page was written by Sebastian Reichel , for the Debian project (but may be used by others). debian/fso-gsmd-openmoko.install0000644000000000000000000000023012212372552014116 0ustar etc/freesmartphone/conf/openmoko_gta/* usr/lib/*/cornucopia/modules/fsogsm/lowlevel_openmoko.so usr/lib/*/cornucopia/modules/fsogsm/modem_ti_calypso.so debian/rules0000755000000000000000000000123112212372552010244 0ustar #!/usr/bin/make -f DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed %: dh $@ --with quilt --with autoreconf override_dh_auto_configure: find . -name *_vala.stamp | xargs rm -f dh_auto_configure -- --enable-libgsm0710mux --enable-ppp-support \ --enable-modem-nokia-isi --disable-modem-qualcomm-palm \ --enable-vala override_dh_strip: dh_strip --dbg-package=fso-gsmd-dbg override_dh_installdocs: dh_installdocs --link-doc=fso-gsmd override_dh_autoreconf: dh_autoreconf --as-needed override_dh_makeshlibs: dh_makeshlibs --exclude=/usr/lib/$(DEB_HOST_MULTIARCH)/cornucopia/modules/ debian/fso-gsmd-ezx.install0000644000000000000000000000024312212372552013101 0ustar etc/freesmartphone/conf/motorola_ezx/* usr/lib/*/cornucopia/modules/fsogsm/lowlevel_motorola_ezx.so usr/lib/*/cornucopia/modules/fsogsm/modem_freescale_neptune.so debian/fso-gsmd.install0000644000000000000000000000075712212372552012307 0ustar etc/dbus-1/system.d/fsogsmd.conf etc/freesmartphone/conf/default/* usr/sbin/* usr/lib/*/cornucopia/modules/fsogsm/libfsogsm.so usr/lib/*/cornucopia/modules/fsogsm/dbus_service.so usr/lib/*/cornucopia/modules/fsogsm/modem_dummy.so usr/lib/*/cornucopia/modules/fsogsm/pdp_ppp*.so usr/lib/*/cornucopia/modules/fsogsm/pdp_qmi*.so usr/lib/*/cornucopia/modules/fsogsm/ppp2fsogsmd.so usr/share/dbus-1/system-services/org.freesmartphone.ogsmd.service ../local/fso-gsmd.py usr/share/apport/package-hooks debian/fso-gsmd.postrm0000644000000000000000000000173212212372552012157 0ustar #!/bin/sh # postrm script for aa # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac if [ "$1" = "purge" ]; then rm -rf /var/lib/fsogsmd fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/copyright0000644000000000000000000000750212212372552011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://git.freesmartphone.org/?p=cornucopia.git;a=tree;f=fsogsmd Files: * Copyright: 2009-2011 Michael 'Mickey' Lauer 2010-2011 Simon Busch 2010 Antonio Ospite 2010 Denis 'GNUtoo' Carikli 2011 Klaus 'mrmoku' Kurzmann Lukas Märdian Radek Polak License: GPL-2+ Files: src/3rdparty/* Copyright: 2008-2010 Intel Corporation License: GPL-2 Files: src/ppp/pppd-local.h Copyright: 1984-2000 Carnegie Mellon University License: BSD Files: debian/* Copyright: 2010-2012 Sebastian Reichel 2012 Simon Busch License: ISC 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 version 2 or any newer version as published by the Free Software Foundation. . 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: GPL-2 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. . 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: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "Carnegie Mellon University" must not be used to endorse or promote products derived from this software without prior written permission. For permission or any legal details, please contact Office of Technology Transfer Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA 15213-3890 (412) 268-4387, fax: (412) 268-7395 tech-transfer@andrew.cmu.edu 4. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by Computing Services at Carnegie Mellon University (http://www.cmu.edu/computing/)." . CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/fso-gsmd-gta04.install0000644000000000000000000000022112212372552013206 0ustar etc/freesmartphone/conf/GTA04/* usr/lib/*/cornucopia/modules/fsogsm/modem_option_gtm601.so usr/lib/*/cornucopia/modules/fsogsm/lowlevel_gta04.so debian/fso-gsmd-htc.install0000644000000000000000000000022112212372552013045 0ustar etc/freesmartphone/conf/htc*/* usr/lib/*/cornucopia/modules/fsogsm/modem_singleline.so usr/lib/*/cornucopia/modules/fsogsm/modem_qualcomm_htc.so debian/local/0000755000000000000000000000000012212372552010261 5ustar debian/local/fso-gsmd.py0000644000000000000000000000052612212372552012355 0ustar ############################################################################### # apport package hook for fso-gsmd # (c) 2012 Simon Busch ############################################################################### import apport.hookutils def add_info(report): attach_file_if_exists(report, '/var/log/fsogsmd.log', key='FsoGsmdLog') debian/source/0000755000000000000000000000000012212372552010467 5ustar debian/source/format0000644000000000000000000000001412212372552011675 0ustar 3.0 (quilt) debian/fso-gsmd-n900.install0000644000000000000000000000022112212372552012755 0ustar etc/freesmartphone/conf/nokia_n900/* usr/lib/*/cornucopia/modules/fsogsm/modem_nokia_isi.so usr/lib/*/cornucopia/modules/fsogsm/pdp_nokia_isi.so debian/patches/0000755000000000000000000000000012212372552010616 5ustar debian/patches/sms-storage-dir.patch0000644000000000000000000000632612212372552014666 0ustar Description: store SMS in /var/lib/fsogsmd/sms Use /var/lib/fsogsmd/sms to store SMS messages. Upstream's default location may be flushed during the boot. The new location complies with the FHS. Author: Rico Rommel --- a/conf/default/fsogsmd.conf +++ b/conf/default/fsogsmd.conf @@ -28,7 +28,7 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2" # Where to store SMS: (default=/var/tmp/fsogsmd/sms/) -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.modem_singleline] # No settings yet --- a/conf/htc_qualcomm_dream/fsogsmd.conf +++ b/conf/htc_qualcomm_dream/fsogsmd.conf @@ -27,7 +27,7 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2";+GTKC=2 # Where to store SMS: (default=/var/tmp/fsogsmd/sms/) -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.modem_qualcomm_htc] # No settings yet --- a/conf/htc_qualcomm_msm/fsogsmd.conf +++ b/conf/htc_qualcomm_msm/fsogsmd.conf @@ -22,7 +22,7 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2" # Where to store SMS: (default=/var/tmp/fsogsmd/sms/) -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.modem_qualcomm_htc] # No settings yet --- a/conf/htcleo/fsogsmd.conf +++ b/conf/htcleo/fsogsmd.conf @@ -27,7 +27,7 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2";@BRIC=0;+GTKC=2;+CLIP=1 # Where to store SMS: (default=/var/tmp/fsogsmd/sms/) -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.modem_singleline] # No settings yet --- a/conf/motorola_ezx/fsogsmd.conf +++ b/conf/motorola_ezx/fsogsmd.conf @@ -27,7 +27,7 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2" # Where to store SMS: (default=/var/tmp/fsogsmd/sms/) -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.modem_freescale_neptune] muxnode_prefix = /dev/mux --- a/conf/openmoko_gta/fsogsmd.conf +++ b/conf/openmoko_gta/fsogsmd.conf @@ -62,7 +62,7 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2" # Where to store SMS: (default=/var/tmp/fsogsmd/sms/) -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.lowlevel_openmoko] power_node = /sys/bus/platform/devices/gta02-pm-gsm.0/power_on --- a/conf/GTA04/fsogsmd.conf +++ b/conf/GTA04/fsogsmd.conf @@ -29,7 +29,7 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2";_OPCMPROF=3 # Where to store SMS: (default=/var/tmp/fsogsmd/sms/) -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.modem_option_gtm601] modem_urc_access = serial:/dev/ttyHS_Modem:115200 --- a/conf/herring/fsogsmd.conf +++ b/conf/herring/fsogsmd.conf @@ -24,7 +24,7 @@ modem_type = samsung lowlevel_type = samsung_crespo pdp_type = samsung_ipc -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.lowlevel_samsung_crespo] --- a/conf/nexusone/fsogsmd.conf +++ b/conf/nexusone/fsogsmd.conf @@ -28,7 +28,7 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2" # Where to store SMS: (default=/var/tmp/fsogsmd/sms/) -sms_storage_dir = /var/tmp/fsogsmd/sms/ +sms_storage_dir = /var/lib/fsogsmd/sms/ [fsogsm.modem_singleline] debian/patches/phonebook-storage-dir.patch0000644000000000000000000000126612212372552016046 0ustar Description: store phonebook in /var/lib/fsogsmd/pb Use /var/lib/fsogsmd/pb to store the phonebook. Upstream's default location may be flushed during the boot. The new location complies with the FHS. Author: Rico Rommel --- a/src/lib/phonebook.vala +++ b/src/lib/phonebook.vala @@ -21,7 +21,7 @@ namespace FsoGsm { - public const string PB_STORAGE_DEFAULT_STORAGE_DIR = "/var/tmp/fsogsmd/pb"; + public const string PB_STORAGE_DEFAULT_STORAGE_DIR = "/var/lib/fsogsmd/pb"; public const int PB_STORAGE_DIRECTORY_PERMISSIONS = (int)Posix.S_IRUSR|Posix.S_IWUSR|Posix.S_IXUSR|Posix.S_IRGRP|Posix.S_IXGRP|Posix.S_IROTH|Posix.S_IXOTH; } /* namespace FsoGsm */ debian/patches/fix-pkglibdir.patch0000644000000000000000000000210412212372552014367 0ustar Description: search modules in multiarch path The modules are installed correctly into the multiarch path, but the code doesn't look for them in these directories. This patch changes the module search path to the correct multiarch path. Author: Sebastian Reichel --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,10 @@ AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) +LIBDIR=`eval echo $libdir` +LIBDIR=`eval echo $LIBDIR` +AC_SUBST([LIBDIR]) + ######################################################################################### # Vala building options -- allows tarball builds without installing vala ######################################################################################### @@ -214,8 +218,8 @@ # gather libdir ######################################################################################### -if test "x$prefix" != "xNONE"; then - pkglibdir='${prefix}/lib/cornucopia/modules/fsogsm' +if test "x$LIBDIR" != "xNONE"; then + pkglibdir='${LIBDIR}/cornucopia/modules/fsogsm' else pkglibdir='/usr/local/lib/cornucopia/modules/fsogsm' fi debian/patches/pdp_ppp_internal-logging-dir.patch0000644000000000000000000000154512212372552017402 0ustar Description: log ppp into /var/log/ppp.log Use /var/log for logging as described in the FHS. Author: Rico Rommel Index: fso-gsmd/src/plugins/pdp_ppp_internal/plugin.vala =================================================================== --- fso-gsmd.orig/src/plugins/pdp_ppp_internal/plugin.vala 2012-05-25 18:19:50.614093001 +0200 +++ fso-gsmd/src/plugins/pdp_ppp_internal/plugin.vala 2012-05-25 18:26:27.806093001 +0200 @@ -158,7 +158,7 @@ ppp = new ThirdParty.At.PPP( iochannel ); ppp.set_debug( onDebugFromAtPPP ); - ppp.set_recording( "/tmp/ppp.log" ); + ppp.set_recording( "/var/log/ppp.log" ); ppp.set_credentials( data.contextParams.username, data.contextParams.password ); ppp.set_connect_function( onConnectFromAtPPPP ); ppp.set_disconnect_function( onDisconnectFromAtPPP ); debian/patches/series0000644000000000000000000000015112212372552012030 0ustar pdp_ppp_internal-logging-dir.patch phonebook-storage-dir.patch sms-storage-dir.patch fix-pkglibdir.patch debian/compat0000644000000000000000000000000212212372552010365 0ustar 9 debian/control0000644000000000000000000001166312212372552010601 0ustar Source: fso-gsmd Section: misc Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian FreeSmartphone.Org Team Uploaders: Sebastian Reichel , Rico Rommel , Simon Busch Build-Depends: debhelper (>= 9), dh-autoreconf, libfso-glib-dev (>= 2012.07.27.1), libfsoframework-dev (>= 0.12.0), libgee-dev (>= 0.5.0), libgisicomm-dev (>= 0.1.0), libglib2.0-dev (>= 2.26.0), libgsm0710-dev, libxml2-dev (>= 2.7.3), mobile-broadband-provider-info (>= 20090918), pkg-config, ppp-dev, quilt, valac (>=0.16) Standards-Version: 3.9.4 Homepage: http://freesmartphone.org/ Vcs-Git: git://anonscm.debian.org/pkg-fso/fso-gsmd.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fso/fso-gsmd.git;a=summary Package: fso-gsmd Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, mobile-broadband-provider-info (>= 20090918) Recommends: fso-gsmd-platform Description: freesmartphone.org GSM daemon fsogsmd implements the freesmartphone.org GSM API. It takes care of all GSM related functions. . The different platforms (e.g. the Openmoko Freerunner) supported by fso-gsmd have custom lowlevel plugins, which are available in optional packages. . This package is part of the freesmartphone.org software stack and is targeted for smartphones. Package: fso-gsmd-dbg Architecture: any Section: debug Depends: ${misc:Depends}, fso-gsmd (= ${binary:Version}), fso-gsmd-ezx (= ${binary:Version}) [armel], fso-gsmd-gta04 (= ${binary:Version}) [armel armhf], fso-gsmd-htc (= ${binary:Version}) [armel armhf], fso-gsmd-openmoko (= ${binary:Version}) [armel] Description: debugging symbols for freesmartphone.org GSM daemon fsogsmd implements the freesmartphone.org GSM API. It takes care of all GSM related functions. . This package contains debugging symbols for fso-gsmd, fso-gsmd-openmoko, fso-gsmd-ezx and fso-gsmd-htc. Package: fso-gsmd-openmoko Architecture: armel Depends: ${misc:Depends}, ${shlibs:Depends}, fso-gsmd (= ${binary:Version}) Recommends: fso-deviced-openmoko Provides: fso-gsmd-platform Description: freesmartphone.org GSM daemon for Openmoko devices fsogsmd implements the freesmartphone.org GSM API. It takes care of all GSM related functions. . This package contains the configuration and plugins needed by the Openmoko Freerunner (also known as GTA02) and its predecessor GTA01. . This package is part of the freesmartphone.org software stack and is targeted for smartphones. Package: fso-gsmd-ezx Architecture: armel Depends: ${misc:Depends}, ${shlibs:Depends}, fso-gsmd (= ${binary:Version}) Recommends: fso-deviced-ezx Provides: fso-gsmd-platform Description: freesmartphone.org GSM daemon for Motorola EZX devices fsogsmd implements the freesmartphone.org GSM API. It takes care of all GSM related functions. . This package contains configuration files and plugins needed by Motorola EZX devices. . This package is part of the freesmartphone.org software stack and is targeted for smartphones. Package: fso-gsmd-htc Architecture: armel armhf Depends: ${misc:Depends}, ${shlibs:Depends}, fso-gsmd (= ${binary:Version}) Recommends: fso-deviced-htc Provides: fso-gsmd-platform Description: freesmartphone.org GSM daemon for HTC devices fsogsmd implements the freesmartphone.org GSM API. It takes care of all GSM related functions. . This package contains configuration files and plugins needed by HTC devices. . This package is part of the freesmartphone.org software stack and is targeted for smartphones. Package: fso-gsmd-gta04 Architecture: armel armhf Depends: ${misc:Depends}, ${shlibs:Depends}, fso-gsmd (= ${binary:Version}) Recommends: fso-deviced-gta04 Provides: fso-gsmd-platform Description: freesmartphone.org GSM daemon for the GTA04 device fsogsmd implements the freesmartphone.org GSM API. It takes care of all GSM related functions. . This package contains configuration files and plugins needed by the GTA04 device. . This package is part of the freesmartphone.org software stack and is targeted for smartphones. Package: fso-gsmd-n900 Architecture: armel armhf Depends: ${misc:Depends}, ${shlibs:Depends}, fso-deviced-n900, fso-gsmd (= ${binary:Version}) Provides: fso-gsmd-platform Description: freesmartphone.org GSM daemon for Nokia N900 fsogsmd implements the freesmartphone.org GSM API. It takes care of all GSM related functions. . This package contains configuration files and plugins needed by the Nokia N900. . This package is part of the freesmartphone.org software stack and is targeted for smartphones. debian/changelog0000644000000000000000000001027112220773435011046 0ustar fso-gsmd (0.12.0-1ubuntu2) saucy; urgency=low * Rebuild against libfso-glib2. -- Colin Watson Thu, 26 Sep 2013 09:58:02 +0100 fso-gsmd (0.12.0-1ubuntu1) saucy; urgency=low * Sync with Debian to finish libfso-glib transition. * Remaining change: - add local/fso-gsmd.py: an apport hook to attach the logfile of fso-gsmd. Install it with fso-gsmd.install -- Jeremy Bicha Fri, 06 Sep 2013 11:31:38 -0400 fso-gsmd (0.12.0-1) unstable; urgency=low [ Rico Rommel ] * New upstream release (Closes: #707357) * Drop palm support * Update build dependencies (Closes: #709713) [ Sebastian Reichel ] * New build dependencies: libxml2, mobile-broadband-provider-info * Remove deprecated DM-Upload-Allowed * Fix lintian vcs-field-not-canonical warning * Update Debian Standards Version to 3.9.4 * Exclude fso-gsmd modules from dh_makeshlibs processing * Add Nokia N900 support (new build-dependency: libgisi) -- Sebastian Reichel Sun, 21 Jul 2013 15:18:57 +0200 fso-gsmd (0.11.3-2) unstable; urgency=low * fso-gsmd 0.11.3 requires libgsm0710mux 0.11.2 -- Sebastian Reichel Wed, 27 Jun 2012 02:41:09 +0200 fso-gsmd (0.11.3-1) unstable; urgency=low * Imported Upstream version 0.11.3 -- Simon Busch Wed, 20 Jun 2012 17:32:22 +0200 fso-gsmd (0.11.2-1) unstable; urgency=low [ Simon Busch ] * Imported Upstream version 0.11.2 * Build from vala source and not from precompiled c source * Update dependencies * Update debian source watch configuration * Create packages for our plugin packages for any architecture * Add support for the GTA04 device (it's packaged as fso-gsmd-gta04) * Drop remove-fsogsm.h.patch * Update sms-store-dir.patch to include support for GTA04 configuration * Update fix-pkglibdir.patch to match newer configure.ac * Drop use-private-libdir.patch; it's upstream with version 0.11 now * Use version 9 of debhelper utility * Connman support is gone; remove dependency and configure option * Remove dependency on libfsodata-dev package [ Sebastian Reichel ] * Build package with --as-needed -- Sebastian Reichel Tue, 29 May 2012 14:51:31 +0200 fso-gsmd (0.5.0+git20120305-1) unstable; urgency=low [ Rico Rommel ] * new upstream snapshot * update build dependencies * remove missing-prototypes.patch * switch build dependency from vala-0.12 to vala-0.14 (Closes: #663305) [ Sebastian Reichel ] * Update Debian Standards Version to 3.9.3 * Update debian/copyright to debian copyright format 1.0 -- Sebastian Reichel Mon, 12 Mar 2012 16:52:49 +0100 fso-gsmd (0.5.0+git20110916-2) unstable; urgency=low * new patch: add some missing prototypes to src/3rdparty/conversions.h (Closes: #648447) -- Sebastian Reichel Fri, 11 Nov 2011 17:47:50 +0100 fso-gsmd (0.5.0+git20110916-1) unstable; urgency=low [ Rico Rommel ] * new upstream snapshot * remove patch, which adds timestamps to SMS messages (applied upstream) [ Sebastian Reichel ] * new patch: search modules in multiarch path (Closes: #647078) -- Sebastian Reichel Sun, 30 Oct 2011 17:34:37 +0100 fso-gsmd (0.5.0+git20110804-2) unstable; urgency=low * new patch adding timestamps to SMS messages (Closes: #643100) * update debian/copyright to new DEP5 style -- Sebastian Reichel Sun, 02 Oct 2011 15:51:45 +0200 fso-gsmd (0.5.0+git20110804-1) unstable; urgency=low [ Rico Rommel ] * new upstream snapshot * fixed cleanfiles * fixed lintian warnings * moved pdp_ppp_internal logging dir to /var/log * moved sms and phonebook to /var/lib/fsogsmd * add me to uploaders [ Sebastian Reichel ] * update my mail address * update copyright information * prepare for multi-arch * switch from cdbs to debhelper * remove libdbus* build-dependencies (upstream switched to gdbus) * upload to unstable * add manpage -- Sebastian Reichel Tue, 30 Aug 2011 22:54:23 +0200 fso-gsmd (0.5.0+git20100602-1) experimental; urgency=low * Initial release (Closes: #586588) -- Sebastian Reichel Wed, 02 Jun 2010 08:26:48 +0200 debian/manpages0000644000000000000000000000002112212372552010676 0ustar debian/fsogsmd.1