debian/0000775000000000000000000000000012156341327007174 5ustar debian/copyright0000664000000000000000000000272411767133606011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gnokii Source: http://gnokii.org Files: * Copyright: © 1999-2003 Hugh Blemings & Pavel Janík ml. © 2001-2011 Pawel Kot License: GPL-2+ Files: common/devices/winirda.c common/devices/irda.c common/devices/unixirda.c common/devices/bluetooth.c Copyright: © 2004 Phil Ashby License: LGPL-2+ Files: common/devices/tekram.c common/devices/unixirda.c include/devices/unixirda.h include/devices/tekram.h common/devices/irda.c include/devices/irda.h Copyright: © 1999-2000 Hugh Blemings & Pavel Janik ml. © 2000-2001 Marcel Holtmann © 2001 Chris Kemp © 2002 Ladis Michl © 2002-2004 BORBELY Zoltan, Pawel Kot © 2004 Phil Ashby License: LGPL-2+ Files: getopt/* common/localcharset.c include/localcharset.h Copyright: © 1987-1996,1998-2004,2008,2009 Free Software Foundation, Inc. License: LGPL-2+ Files: common/snprintf.c Copyright: © 1995 Patrick Powell License: other It may be used for any purpose as long as this notice remains intact on all source code distributions License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-2' License: LGPL-2+ On Debian systems, the complete text of the GNU Lesser General Public License can be found in '/usr/share/common-licenses/LGPL-2'. debian/gnokii-smsd-mysql.install0000664000000000000000000000003611670637652014163 0ustar usr/lib/smsd/libsmsd_mysql.so debian/gnokii-cli.install0000664000000000000000000000014011670637652012615 0ustar usr/bin/gnokii usr/bin/sendsms usr/sbin/mgnokiidev usr/bin/gnokiid usr/sbin/ usr/share/locale/* debian/libgnokii-dev.install0000664000000000000000000000014011670637652013313 0ustar usr/include/* usr/lib/libgnokii.so usr/lib/libgnokii.la usr/lib/libgnokii.a usr/lib/pkgconfig/* debian/gnokiirc/0000775000000000000000000000000011767133603011004 5ustar debian/gnokiirc/config0000664000000000000000000001716511767133603012206 0ustar # This is a sample ~/.gnokiirc file. Copy it into your # home directory and name it .gnokiirc. # See http://wiki.gnokii.org/index.php/Config for working examples. # [global] # Set port to the physical port used to connect to your phone. # Linux version is: port = /dev/ttyS0 # # For MacOSX you will need something like: # port = /dev/cu.USA28X1P1.1 # # For Win32 you want to use: # port = com1: # or similiar. # # FreeBSD (probably NetBSD and OpenBSD too) use: # port = /dev/cuaa0 # # With Linux-IrDA you will want to use # port = /dev/ircomm0 # or similiar. # # Use this setting also for the Bluetooth connection: # port = aa:bb:cc:dd:ee:ff # when using it with AT driver set it to: # port = /dev/rfcomm0 # or similiar. # # For the Linux USB cables you will need one of the following settings (or # similiar) # port = /dev/ttyUSB0 # port = /dev/tts/USB0 # port = /dev/ttyACM0 # the last one will work only with AT driver. The correct setting should be # given in the dmesg output. # # If you use connection type dku2libusb use it to denote which use endpoint # you'd wish to use. It is useful when you have more than one phone connected # to your computer using DKU2 cable. Numbering goes from 1 upwards. # Default is 1. # port = 1 # Set model to the model number of your phone. For the # Symbian phones use: # model = symbian # For other non-Nokia phones and when you want to use AT # mode use: # model = AT # If you can't figure out what to put here read the FAQ. # If it still doesn't help, consult gnokii-ml or #gnokii at freenode. model = 6510 # There are few main models that should make use of the certain drivers. # These are: 6110, 7110, 6510, 3110, 2110, 6160. # Set IrDA device name. # If you use irda connection you may want gnokii to autodetect the irda # device it connects to. This is fine for most of the cases. if you have # more than one device in range you may want to give manually the device # name so gnokii correctly recognizes it. Use the name that you can see # in the discovery log when the phone with infrared is in the range of # your irda port. # Note that you need to set this for each phone_ section separately. It # isn't nested from the global section. # irda_string = Nokia 6610i # Initlength controls the number of characters sent to the # phone during initialisation. You can either set it to # the word "default" or a positive integer. # # You can try setting this value if you want to connect # to the phone quicker. If you've never noticed the # connection to be slow, it is suggested that you # leave this alone. Read the initialisation code in fbus-xxxx # to understand what this changes if you're curious. initlength = default # The type of the connection, for IR set this to infrared or irda. # For the nk6110 driver only infrared is valid for the IrDA connection. # See Docs/gnokii-ir-howto for more detailes on this. # If you have 6210/6250/7110 phone and dau9p cable (the one you can # use with 6100 series and cannot use hardware modem from the phone) # you may want to use 'dau9p' value to get faster initialization. # If you use dlr3 or dlr3p cable for nokia phones in FBUS mode (ie. # you don't use model = AT) you may want to use 'dlr3p' value here. # Note that it is recommended and currently the best way to use this # cable with nk6510 driver. connection = serial # With DKU-2 cable use the following setting if you want to libusb driver # (recommended): # connection = dku2libusb # or the following setting if you want to use Linux kernel driver # connection = dku2 # With DKU-5 cable use the following setting # connection = dku5 # For Bluetooth and AT driver use the following setting # connection = serial # For other Bluetooth settings use # connection = bluetooth # For infrared connection with phones other than Nokia 6110/6130/6150 use: # connection = irda # Don't forget to run: 'irattach irda0 -s' or similiar before running gnokii # For connection with a PC/SC compatible Smart Card reader use: # connection = pcsc # Set this to 'yes' if you want gnokii to set and check the lock file in # /var/lock directory. It avoids potential conflicts with other serial # port software (eg. minicom). If you have wrong permissions for the # directory, a warning will be generated. If you don't want a lockfile, set # it to 'no'. use_locking = yes # Baudrate to use on serial port connections. # Currently used only by models AT and BIP/CIMD. Defaults to 19200. serial_baudrate = 19200 # Force waiting after each send character the specified usec time. # Value -1 forces the fastest 'block' writing, # value 0 writes each character separately without any explicite waiting, # other positive values specify the appropriate 1/1000000 sec delaying. # Siemens M20 requires at least "1"! FIXME: Model-driven autodetection #serial_write_usleep = 10000 # Force serial port handshaking mode, useful primarily for "AT" model. # Gnokii "AT" model uses software handshake by default. # Possible values: hardware (RTS/CTS - 7 wires) or software (XON/XOFF - 3 wires) #handshake = software # If defined (not commented out by '#') it will quit Gnokii anytime # when DCD line will drop. #require_dcd = 1 # If you are using a bluetooth connection, you can specify the rfcomm # channel number here. Default value is 1. #rfcomm_channel = 1 # There may happen various timeouts during the communication with the phone. # This parameter enables the retransmission policy. Ie. if the phone doesn't # respond, we send the frame again. This happened mainly with the older # phones. You may want to enable it when you see mysterious timeouts. # Be very careful with this option. It is suspected to cause phone breakage # with new DCT4 phones (like Nokia 6100). By default it is switched off # (sm_retry = 0) #sm_retry = 1 # Run the specified script(s) right after opening and initializing the device # and before any communication (right before closing for disconnect_script). # You may find handy to use it to connect your modem to SMS Center # when using BIP or CIMD protocols # Non-absolute path is relative to the specific directory where gnokii is run! #connect_script = /absolute/path/to/gnokii/Docs/sample/cimd-connect #disconnect_script = # When sending SMS you can experience timeouts. This is the feature of the # overloaded SMSCs. The phones waits for the response from the SMSC confirming # that it received the short message. When the SMSC is DoSed with many requests # it will take more time to get the response. Adjust it to your needs. The # value is given in seconds to wait. Defaults to 10 seconds. Set to 0 to wait # forever. smsc_timeout = 10 # Set this to 1 if you want to break your phone with xgnokii. Works only # with few Nokia models and FBUS communication [xgnokii] allow_breakage = 0 # Set bindir to point to the location of the various gnokiid binaries. # In particular ensure that mgnokiidev is in this location, with # permissions 4750, owned by root, group gnokii. Ensure you # are in the gnokii group and that the group exists... [gnokiid] bindir = /usr/sbin/ # Any entries in the following two sections will be set as environment # variables when running the scripts. # Handy for use for $VAR substitutions in your chat(8) script. [connect_script] TELEPHONE = 12345678 [disconnect_script] # The following parameters control how libgnokii handles the debugging messages. # Currently there are three categories: "debug" controls the libgnokii # normal debug output, "rlpdebug" controls the debug output of the RLP # subsystem, and "xdebug" is used by the xgnokii or smsd. [logging] # where to log the debug output (on: stderr, off: /dev/null) debug = off # where to log the rlp debug output (on: stderr, off: /dev/null) rlpdebug = off # where to log X debug output (on: stderr, off: /dev/null) xdebug = off debian/xgnokii.install0000664000000000000000000000005111670637652012241 0ustar usr/bin/xgnokii usr/share/applications/* debian/gnokii.links0000664000000000000000000000006111670637652011524 0ustar usr/share/doc/gnokii-common usr/share/doc/gnokii debian/gnokii-smsd.docs0000664000000000000000000000003611670637652012302 0ustar smsd/README smsd/README.Tru64 debian/gnokii-smsd.manpages0000664000000000000000000000004511670637652013145 0ustar debian/tmp/usr/share/man/man8/smsd.8 debian/README.source0000664000000000000000000000064511767133547011372 0ustar DFSG status: ------------ The file utils/gnapplet.sis has been removed from the source due to not having the source code included and being a cross-compiled binary specific for Symbian OSs. Symbian users interested in installing it on their phones should get it at: http://www.gnokii.org/download/gnapplet/ The gnokii.nol binary in the docs dir is only a Nokia Operator Logo file, and therefore shouldn't need sources. debian/gnokii-common.docs0000664000000000000000000000005611670637652012626 0ustar MAINTAINERS debian/tmp/usr/share/doc/gnokii/* debian/gnokii-smsd-pgsql.install0000664000000000000000000000003311670637652014141 0ustar usr/lib/smsd/libsmsd_pq.so debian/gnokii-cli.links0000664000000000000000000000006511670637652012275 0ustar usr/share/doc/gnokii-common usr/share/doc/gnokii-cli debian/watch0000664000000000000000000000016511670637750010237 0ustar version=3 opts=dversionmangle=s/(\+|\.)dfsg$// \ http://www.gnokii.org/download/gnokii/gnokii-([\d\.]+?)\.tar\.bz2 debian/rules0000775000000000000000000000212211767133626010261 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 #export DEB_BUILD_MAINT_OPTIONS = hardening=+all #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,--no-undefined,--no-add-needed DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@ --with autotools-dev override_dh_auto_configure: dh_auto_configure -- \ --with-x --enable-nls --enable-security \ --enable-smsd --enable-libpcsclite --enable-bluetooth \ --enable-irda --enable-libusb --enable-libical \ --enable-sqlite \ --disable-rpath override_dh_install: sed -i "/dependency_libs/ s/'.*'/''/" `find $(CURDIR)/debian/tmp/ -name '*.la'` dh_install override_dh_installdocs: dh_installdocs -p gnokii-common -p gnokii-smsd -p gnokii-smsd-mysql -p gnokii-smsd-pgsql override_dh_installchangelogs: dh_installchangelogs -p gnokii-common ChangeLog -p gnokii-smsd -p gnokii-smsd-mysql -p gnokii-smsd-pgsql smsd/ChangeLog override_dh_strip: dh_strip -p gnokii -p gnokii-cli -p xgnokii -p gnokii-smsd -p gnokii-smsd-mysql -p gnokii-smsd-pgsql --dbg-package=gnokii-dbg dh_strip -p libgnokii7 --dbg-package=libgnokii-dbg debian/xgnokii.menu0000664000000000000000000000016311670637652011543 0ustar ?package(xgnokii):needs="X11" \ section="Applications/Mobile Devices" title="XGnokii" \ command="/usr/bin/xgnokii" debian/libgnokii7.links0000664000000000000000000000006511670643005012273 0ustar usr/share/doc/gnokii-common usr/share/doc/libgnokii7 debian/xgnokii.manpages0000664000000000000000000000005111670637652012366 0ustar debian/tmp/usr/share/man/man1/xgnokii.1x debian/gnokii-dbg.links0000664000000000000000000000006511767117162012256 0ustar usr/share/doc/gnokii-common usr/share/doc/gnokii-dbg debian/source/0000775000000000000000000000000011670637652010505 5ustar debian/source/format0000664000000000000000000000001411670637652011713 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000006445612156337764011077 0ustar gnokii (0.6.31+dfsg-2ubuntu1) saucy; urgency=low * Build against libical 1.0 -- Jonathan Riddell Thu, 13 Jun 2013 13:23:53 +0100 gnokii (0.6.31+dfsg-2) experimental; urgency=low * [004cc92a] install config through g-c.install instead of manually in debian/rules * [0268cb06] update debian/copyright to DEP-5 format * [55052d9f] bump dh compat to 8 * [b2144058] mention gnokii is a metapackage to silence lintian * [111b1072] move to dh short-style; add -dbg packages and use hardening flags * [46c32a5c] bump policy to 3.9.3: pkg gnokii now Section:metapackages -- Leo Costela Sat, 16 Jun 2012 20:13:23 +0200 gnokii (0.6.31+dfsg-1) experimental; urgency=low * [4af2ae65] Imported Upstream version 0.6.31 (closes: #643136, #651228) * [38189bcd] bump soname to 7 * [a9c8b353] update watch to conform to my less-than-consistent versioning scheme * [86ca8686] build with sqlite support * [30eae2d8] debian/rules: add build-arch/build-indep targets * [3bc114d6] patches: remove change_configfile_order.patch (merged upstream) * [722b10f9] patches: add fix_xgnokii_detection.patch to enable xgnokii building * [3ac8b04f] use wildcard build-deps for linux-specific stuff (Closes: 634712) -- Leo Costela Sat, 10 Dec 2011 13:13:09 +0100 gnokii (0.6.30+dfsg-1) unstable; urgency=low * new upstream release - fixes FTBFS with libpcsclite (closes: 614442, 593509) - fix DKU2 issues (closes: 591658) * debian/control: - bump policy to 3.9.2: - clean .la files - convert package to git * debian/patches: - add upstream patch to change search order of config files (closes: #623694) * debian/rules: clean up .la files' dependencies (closes: 620903) (thanks Andreas Moog) -- Leo Costela Sat, 23 Apr 2011 19:35:38 +0200 gnokii (0.6.29.dfsg-1) unstable; urgency=low * new upstream release - libgnokii soname bump: 5 -> 6 * debian/patches: drop delivery_report_d4f0bc95 (addad upstream) * debian/control: bump policy to 3.8.4 (no changes) -- Leo Costela Sun, 02 May 2010 00:25:24 +0200 gnokii (0.6.28.dfsg-2) unstable; urgency=low * convert to "3.0 (quilt)" format * debian/control: - add libreadline-dev and flex build-deps - add misc:Depends to all packages * debian/gnokii-cli.postinst: mode 4754 for mgnokiidev (closes: #562719) * debian/gnokii-cli.postrm: remove group after statoverride (closes: #563317) * debian/patches: backport d4f0bc9534b3b: fix Siemens SMS Delivery Report (closes: #563777) -- Leo Costela Sun, 10 Jan 2010 00:56:03 +0100 gnokii (0.6.28.dfsg-1) unstable; urgency=low * new upstream release - docs dropped upstream, weren't up-to-date (closes: #292975) * rename README.debian -> README.source * debian/patches/03_xgnokii_desktop.diff: dropped; merged upstream * debian/patches/05_x-www-browser.diff: dropped; code path dropped upstream * debian/control: - bump policy to 3.8.3 (no changes) - add build-dep on intltool - soname bump: libgnokii4 -> libgnokii5 - drop quilt build-deps, no patches anymore * debian/rules: - pass --disable-rpath to configure - comment out quilt stuff * debian/xgnokii.install: stop trying to install the above mentioned docs -- Leo Costela Mon, 07 Sep 2009 19:38:11 +0200 gnokii (0.6.27.dfsg-3) unstable; urgency=low * debian/control: - change build-deps to unversioned libmysqlclient-dev (closes: #538541) - bump policy to 3.8.2 (no change) - bump dh to >= 7 * debian/compat: bump to 7 * debian/rules: dh_clean -> dh_prep -- Leo Costela Sun, 26 Jul 2009 14:21:03 +0200 gnokii (0.6.27.dfsg-2) unstable; urgency=low * post-Lenny upload to unstable (closes: #516618) * debian/control: rename -dev package to a non-versioned name, following advice from dato (message-id: <20090223221003.GJ4180@chistera.yi.org>) -- Leo Costela Tue, 03 Feb 2009 15:54:23 +0100 gnokii (0.6.27.dfsg-1) experimental; urgency=low * new upstream version * debian/control: - point VCS-Svn field to trunk (closes: #501784) - bump libgnokii soname - remove old Replaces for packages which are older than Etch - add Replaces and Conflicts libgnokii4-dev -> libgnokii-dev * debian/rules: remove build-time iconv flags, integraded upstream * debian/patches/05_x-www-browser: manual update, upstream now uses firefox as the default * debian/patches/10_smsd_default_file: removed, integrated upstraem * debian/{patches/*,rules,control}: migrate from dpatch to quilt * debian/gnokii-cli.postinst: add "set -e" * debian/gnokii-cli.postrm: remove full path from calls -- Leo Costela Sun, 12 Oct 2008 20:48:31 +0200 gnokii (0.6.26.dfsg-3) unstable; urgency=low * debian/rules: add build-time iconv support (closes: #501356) (thanks Michael Banck and Johan Kiviniemi) -- Leo Costela Tue, 07 Oct 2008 16:01:44 +0200 gnokii (0.6.26.dfsg-2) unstable; urgency=low * debian/patches: add xgnokii_desktop.dpatch to change desktop file icon (closes: #487304) * debian/control: - make xgnokii depend on gnome-icon-theme (related above) - policy 3.8.0 (no changes) -- Leo Costela Sat, 21 Jun 2008 00:19:12 +0200 gnokii (0.6.26.dfsg-1) unstable; urgency=low * new upstream version -- Leo Costela Fri, 06 Jun 2008 19:39:58 +0200 gnokii (0.6.25.dfsg-1) unstable; urgency=low * new upstream version -- Leo Costela Sat, 03 May 2008 22:02:21 +0200 gnokii (0.6.24.dfsg-3) unstable; urgency=low * debian/control: add versioned depends to gnokii (closes:#474332) -- Leo Costela Sun, 06 Apr 2008 19:16:23 +0200 gnokii (0.6.24.dfsg-2) unstable; urgency=low * debian/control: Change Recommends to Suggests, between gnokii-common and (xgnokii|gnokii-cli) (closes:#474332) -- Leo Costela Sat, 05 Apr 2008 18:51:50 +0200 gnokii (0.6.24.dfsg-1) unstable; urgency=low * new upstream version * debian/control: - description improvements (thanks Josh Triplett) (closes: #454217) - make libgnokii3-dev priority extra (avoid policy 2.5, depends on libbluetooth-dev which is also extra) - added build-dep on libxml-parser-perl * debian/patches: - dropped 10_build_system_corrections, upstream build-system revamped * debian/rules: addapt to new build-system * debian/README.Debian: give more information on DFSG-version -- Leo Costela Thu, 20 Mar 2008 21:23:39 +0100 gnokii (0.6.22.dfsg-3) unstable; urgency=medium (FTBFS) * debian/control: - fix libgnokii3-dev deps (closes: #453211 (RC)) - fix VCS URLs - add build-dep on libical-dev - bump policy to 3.7.3 (no changes needed) -- Leo Costela Wed, 28 Nov 2007 00:26:56 +0100 gnokii (0.6.22.dfsg-2) unstable; urgency=low * debian/rules: - remove config.{guess,sub} on clean - finally separate gnokii into gnokii-cli, xgnokii and gnokii-common (closes: #123611) - stop setting --with-xgnokiidir on configure, it should be inherited from --prefix - MAJOR rewrite to finally clean up the package to use dh_install - include dpatch.make - honor 'noopt' on DEB_BUILD_OPTIONS * debian/control: - add gnokii-cli, xgnokii and gnokii-common packages - make the new packages Conclifts+Replaces on the old gnokii - add Homepage, Scm-Svn, Scm-Browser fields - move Conflicts:smstools from gnokii to gnokii-smsd and lower its priority to extra (policy 2.5 violation, prefered this solution to renaming the installed binary) - clean up build-deps - update descriptions * debian/examples, debian/gnokii.docs: removed, also handled by upstream build sys now * debian/gnokiirc: syncd with upstream * debian/watch: update to account for dfsg version * debian/patches: add 10_smsd_default_file to make smsd use the 'file' module as default, since it's the only packaged by default. -- Leo Costela Mon, 26 Nov 2007 18:42:13 +0100 gnokii (0.6.22.dfsg-1) unstable; urgency=low * New upstream release * remove gnapplet.sis from source (ergo dfsg) (it was a crass mistake to only remove it from the binaries) * debian/README.debian: - minor fixes to reflect above change - make a note about gnokii.nol binary * fix libusb DKU-2 issues (closes: #446287) * debian/docs: removed * debian/patches: - removed 11_fix_installinc and 10_fix_pkgconfig (fixed upstream) - added 10_build_system_corrections: fix xgnokii manpage instalation * debian/rules: - some cleanups (still lots to clean) - call make install than install-devel, reflecting upstream build system changes - don't generate sendsms.1 anymore, there's an upstream version - don't manually install sendsms, no need anymore - remove *.{la,a} from smsd packages (don't know how long they've been there and don't think it's necessary to create -dev packages for them) - clean up duplicated Docs * debian/manpages: removed since upstream build system now installs manpages almost correctly (see above) -- Leo Costela Sun, 25 Nov 2007 15:23:05 +0100 gnokii (0.6.21-3) unstable; urgency=low * debian/patches: add 11_fix_installinc.dpatch to ensure correct pkgconfig instalation (thanks Andreas Henriksson again) (closes: #451401, #451541) -- Leo Costela Sun, 18 Nov 2007 22:55:42 +0100 gnokii (0.6.21-2) unstable; urgency=low * debian/patches/10_fix_pkgconfig.dpatch: add patch (thanks Andreas Henriksson!) (closes: #451162) -- Leo Costela Wed, 14 Nov 2007 22:05:34 +0100 gnokii (0.6.21-1) unstable; urgency=low * New upstream release * debian/copyright: adhering to new format proposal * debian/control: add build-dep on libpcsclite-dev to enable smart card support * debian/patches/00list: drop 05_xgnokii.desktop.dpatch (included upstream) -- Leo Costela Tue, 13 Nov 2007 00:01:11 +0100 gnokii (0.6.20-1) unstable; urgency=low * New upstream release (closes: #446287) * debian/rules: - call 'make install-devel' instead of 'make install', do make sure everything is packaged - fix removal of gnapplet.sis * debian/control: fix incredibly old typo (closes: #371079) -- Leo Costela Sun, 28 Oct 2007 01:03:09 +0200 gnokii (0.6.19-1) unstable; urgency=low * New upstream release * debian/watch: finally add watch file -- Leo Costela Sun, 07 Oct 2007 19:42:23 +0200 gnokii (0.6.18-2) unstable; urgency=high * debian/postrm, debian/preinst, debian/gnokii.postinst: avoid dpkg-statoverride from failing and fix logic for group add/del (closes: #431706, #434981) (Urgency high since it's critical. My bad, worse possible timing for a slip up like this...) * debian/control: finally remove dep on 'timeout' which was needed by the long removed wrapper script. * debian/menu: fix menu section (Apps/Tools -> Applications/Mobile Devices) * debian/patches/00list: add a list so that dpatch actually gets called * debian/patches/05_xgnokii.desktop.dpatch: add patch to fix desktop file to new standard -- Leo Costela Thu, 06 Sep 2007 00:09:15 +0200 gnokii (0.6.18-1) unstable; urgency=low * New upstream release * debian/rules: don't call distclean if Makefile.global hasn't been generated yet (closes: #430099) * debian/postrm: fix getent call (closes: #431706) -- Leo Costela Fri, 27 Jul 2007 02:49:25 -0300 gnokii (0.6.17-1) unstable; urgency=low * New upstream release * debian/rules: - added dpatch support and added patch x-www-browser.patch to avoid xgnokii using mozilla as hardcoded browser (closes: #292969) - change 'make distclean' call to not ignore all errors (lintian's suggestion) * debian/control: converted {Source-Version} to {binary:Version}/{source:Version} -- Leo Costela Thu, 21 Jun 2007 22:44:20 -0300 gnokii (0.6.16-2) unstable; urgency=low * debian/rules: Clean *.lo to stop FTBFS on repeated build attempts (closes: #424335) * debian/control: Changed build-deps and deps of libgnokii to support libbluetooth only on Linux kernels (closes: #413179) * debian/prerm, debian/postrm: moved prerm to postrm and added removal of gnokii user to clear the upgrade path (closes: #409936) -- Leo Costela Wed, 16 May 2007 00:26:48 -0300 gnokii (0.6.16-1) unstable; urgency=low * New upstream release * debian/control: Added libusb-dev deps (closes: #418947) * debian/gnokii.preinst: mkgnokiidev now root.gnokii mode 4750 (closes: #416672) * debian/TODO: added to keep track of the MANY improvements needed in this package * debian/compat: remove DH_COMPAT from debian/rules -- Leo Costela Sat, 12 May 2007 04:06:09 -0300 gnokii (0.6.14-3) unstable; urgency=low * debian/control: libgnokii3-dev deps on libxpm-dev and libbluetooth2-dev (thanks Jeremy Laine) (closes: #407909) -- Leo Costela Wed, 31 Jan 2007 01:33:14 -0200 gnokii (0.6.14-2) unstable; urgency=low * debian/control: build-dep postgresql-dev -> libpq-dev * debian/rules: remove smsd/*.o on clean -- Leo Costela Sat, 04 Nov 2006 15:36:56 -0300 gnokii (0.6.14-1) unstable; urgency=low * new upstream release (closes: #384162) * debian/rules: remove bashisms (closes: #379496) * debian/control: added dep on dialog and help2man, because of sendsms * debian/rules: process sendsms manpage with help2man * debian/manpages: add sendsms manpage -- Leo Costela Tue, 29 Aug 2006 00:38:31 -0300 gnokii (0.6.13-4) unstable; urgency=low * debian/rules: fix changelog instalation for all packages (closes: #376574) (thanks Bastian Kleineidam) -- Leo Costela Fri, 07 Jul 2006 20:57:30 -0300 gnokii (0.6.13-3) unstable; urgency=low * debian/control: add conflics/replaces libgnokii2-dev (closes: #376276) * debian/rules: remove stray gnokii-smsd-file dir (thanks Thijs Kinkhorst!) (closes: #376248) * include a patched default /etc/gnokiirc to turn off debugging (closes: #376242) * debian/control: included a pkg-config build-dep after suggestion from Filippo Giunchedi -- Leo Costela Sat, 01 Jul 2006 14:56:05 -0300 gnokii (0.6.13-2) unstable; urgency=low * debian/control: bumped build-deps to libbluetooth2-dev (thanks for the heads up Filippo Giunchedi) -- Leo Costela Tue, 27 Jun 2006 22:55:28 -0300 gnokii (0.6.13-1) unstable; urgency=low * New upstream release * debian/control, debian/rules: bumped libgnokii{-dev}'s soname to 3 * debian/rules: changed the way we build the smsd libs, instead of patching smsd/Makefile, we pass the arguments to make -- Leo Costela Mon, 19 Jun 2006 20:01:42 -0300 gnokii (0.6.12-3) unstable; urgency=low * Oops, when did gnokii migrate to GTK 2.0? :-) Change build deps to accomodate this change. Shame on me for not always using pbuilder (closes: #370467) -- Leo Costela Mon, 05 Jun 2006 11:47:50 -0300 gnokii (0.6.12-2) unstable; urgency=low * Try to fix FTBFS on S390 (thanks Petr Salinger for the suggestion) (closes: #370231) -- Leo Costela Sun, 04 Jun 2006 20:35:22 -0300 gnokii (0.6.12-1) unstable; urgency=low * Acknoledge NMUs (Closes: #346710, #343813, #334070, #348057, #309783, #286836, #313733) (kudos to everyone who helped!) * New maintainer (Closes: #352614) * .a/.so files are already in the right packages (Closes: #297548) (I think someone forgot to close this one) * debian/control: Changed policy to 3.7.2 (no changes) changed libgnokii2 to Section:libs changed libgnokii-dev to Section:devel correct build-deps for kfreebsd (closes: #361470) * debian/rules: Changed COMPAT level to 5 moved -smsd-* files to /usr/lib instead of /usr/share removed wrapper script for /usr/bin/gnokii (closes: #303824, #234528, #336673, #205570) * Acknoledge bugs closed upstream: (closes: #312632, #173840, #175176, #175197, #197507) * smsd/Makefile: Correctly build all libs * debian/menu: Fixed quoting in debian/menu file * debian/changelog: Fixed typos * debian/copyright: Fixed FSF address in copyright file -- Leo Costela Tue, 16 May 2006 21:34:21 -0300 gnokii (0.6.8-0.3) unstable; urgency=low * NMU with adopter's consent to fix up dependencies. * Change build-depends from xlibs-dev to libxpm-dev, libxt-dev (Closes: #346710). * Upgrade dependency on libmysqlcient12-dev to libmysqlclient15-dev (Closes: #343813). * Drop outdated dependency on passwd, add required pre-depends on adduser (Closes: #334070). * Remove po/stamp-po on clean, so that locale files are generated. (Closes: #348057). -- Thijs Kinkhorst Sat, 14 Jan 2006 14:45:13 +0100 gnokii (0.6.8-0.2) unstable; urgency=low * Make libgnokii2-dev replaces libgnokii2 to ease the upgrade. -- Aurelien Jarno Tue, 6 Sep 2005 01:48:54 +0200 gnokii (0.6.8-0.1) unstable; urgency=low * 0-day NMU (Bug squashing party). * New upstream version (closes: bug#309783). - Fixes build with with gcc-4.0 (closes: bug#286836). - German PO file corrections merged upstream (closes: bug#313733). * Moved static library to the -dev package. * Remove a lot of autogenerated files in debian/ let there by the upstream in the clean rule. * Build-depends on libmysqlclient12-dev | libmysqlclient-dev instead of libmysqlclient10-dev. * Added a patch for GNU/kFreeBSD. -- Aurelien Jarno Sat, 3 Sep 2005 15:45:22 +0000 gnokii (0.6.5-1) unstable; urgency=low * New upstream (Closes: #266566) * Put libfile.so in the right place (Closes: #291909) * Upped timeout to a minute (Closes: #228710) -- Bradley Marshall Sun, 1 May 2005 09:09:05 +1000 gnokii (0.6.4-1) unstable; urgency=low * New upstream (Closes: #279856) * Fixed menu file (Closes: #288725) -- Bradley Marshall Sat, 8 Jan 2005 17:50:44 +1000 gnokii (0.6.3-3) unstable; urgency=low * Moved gnokii.h to libgnokii2-dev where it should be, fixed up dependancies (Closes: #263036) * Fixed groupadd to add the group as a system one (Closes: #263069) -- Bradley Marshall Tue, 3 Aug 2004 09:02:40 +1000 gnokii (0.6.3-2) unstable; urgency=low * Added build-dep for libbluetooth1-dev (Closes: #262543) * Removed unneeded douple dep on libgnokii2 -- Bradley Marshall Sun, 1 Aug 2004 14:09:31 +1000 gnokii (0.6.3-1) unstable; urgency=low * New upstream version (Closes: #260844) -- Bradley Marshall Tue, 27 Jul 2004 20:09:23 +1000 gnokii (0.6.1-5) unstable; urgency=low * Added --enable-security to configure line (Closes: #255650) * Removed gnapplet.sis and add to README.Debian (Closes: #254513) -- Bradley Marshall Thu, 24 Jun 2004 19:36:51 +1000 gnokii (0.6.1-4) unstable; urgency=low * Put xgnokii back into gnokii package * Split out libgnokii2-dev -- Bradley Marshall Thu, 6 May 2004 19:35:39 +1000 gnokii (0.6.1-3) unstable; urgency=low * Rebuilt as sourceful upload -- Bradley Marshall Sun, 25 Apr 2004 07:57:03 +1000 gnokii (0.6.1-2) unstable; urgency=low * Missed changelog on libgnokii2 and xgnokii -- Bradley Marshall Fri, 23 Apr 2004 08:10:12 +1000 gnokii (0.6.1-1) unstable; urgency=low * New upstream version (Closes: #233177) * Added depends on password (Closes: #240950) * Split out libgnokii and xgnokii to seperate packages (Closes: #123611) * Added shlibs file for libgnokii (Closes: #230139) -- Bradley Marshall Sat, 17 Apr 2004 16:43:29 +1000 gnokii (0.5.8-2) unstable; urgency=low * Fixed smsd manpage (Closes: #227506) * Fixed problem with licenses in copyright file -- Bradley Marshall Wed, 14 Jan 2004 09:42:22 +1000 gnokii (0.5.8-1) unstable; urgency=low * New upstream version -- Bradley Marshall Tue, 13 Jan 2004 19:43:21 +1000 gnokii (0.5.7-2) unstable; urgency=low * Updated policy version * Fixed post{inst,rm} to call ldconfig * Moved man pages to /usr/share/man, instead of /usr/man -- Bradley Marshall Sun, 28 Dec 2003 16:17:40 +1000 gnokii (0.5.7-1) unstable; urgency=low * New upstream version (Closes: #224851) -- Bradley Marshall Sun, 28 Dec 2003 15:07:50 +1000 gnokii (0.5.5-1) unstable; urgency=low * New upstream version - Handles utf (Closes: #191739) - Fixes SMS 160 char limitation (Closes: #177540) - SMS sending isn't as verbose (Closes: #176857) * Use mozilla instead of netscape as browser (Closes: #196079) -- Bradley Marshall Tue, 25 Nov 2003 19:40:54 +1000 gnokii (0.5.2-2) unstable; urgency=low * Added bluetooth support (Closes: #211527) -- Bradley Marshall Fri, 19 Sep 2003 20:43:50 +1000 gnokii (0.5.2-1) unstable; urgency=low * New upstream version -- Bradley Marshall Sat, 13 Sep 2003 17:02:49 +1000 gnokii (0.5.0-1) unstable; urgency=low * New upstream version * Changed to using new maintainer address * Removed debugging code from wrapper file (Closes: #176858) * New version doesn't have warning about unsigned char anymore (Closes: #162206, #177435) * Fixed sendsms script as per patch (Closes: #193252) -- Bradley Marshall Sun, 25 May 2003 16:18:55 +1000 gnokii (0.4.3-8) unstable; urgency=low * Fixed quoting issue with wrapper file (Closes: #190893, #175455) -- Bradley Marshall Mon, 28 Apr 2003 10:52:22 +1000 gnokii (0.4.3-7) unstable; urgency=low * ``This time for sure!'' - copy config.{sub,guess} to config subdir (Closes: #174205) -- Bradley Marshall Sun, 12 Jan 2003 14:45:14 +1000 gnokii (0.4.3-6) unstable; urgency=low * Added copy of config.{sub,guess} before calling configure (Closes: #174205) -- Bradley Marshall Sun, 29 Dec 2002 16:45:54 +1000 gnokii (0.4.3-5) unstable; urgency=low * Added build-dep on autotools-dev to fix FTBFS on mipsel * Fixed mixing non-PIC and PIC code which crept back in (Closes: #174433) -- Bradley Marshall Sat, 28 Dec 2002 08:43:44 +1000 gnokii (0.4.3-4) unstable; urgency=low * Fix FTBFS on mipsel by updating config.sub and config.guess (Closes: #174205) -- Bradley Marshall Thu, 26 Dec 2002 10:53:14 +1000 gnokii (0.4.3-3) unstable; urgency=low * Added subpackages for smsd, and the pgsql and mysql modules. (Closes: #168459) * Added Conflicts: smstools due to similarly-named binaries (smsd and sendsms). * Manually installing utils/sendsms into /usr/bin/sendsms since Makefile doesn't do this. * Modify debian/control to reflect more complete list of supported phones from FAQ. * Setting entire Docs/ to be included by dh_installdocs. * Thanks to Federico Sevilla III for work on getting smsd packages * Really fixes FTBFS (Closes: #158440) -- Bradley Marshall Thu, 19 Dec 2002 09:17:06 +1000 gnokii (0.4.3-2) unstable; urgency=low * Added -fPIC to fix FTBFS on hppa and ia64 (Closes: #158440) -- Bradley Marshall Tue, 24 Sep 2002 21:16:41 +1000 gnokii (0.4.3-1) unstable; urgency=low * New upstream version (Closes: #155344) * New version Fixes segfault with 3810 (Closes: #121334, #121354) * Fixed gnokii wrapper to not discard return call - thanks to Tim Small -- Bradley Marshall Thu, 22 Aug 2002 20:09:15 +1000 gnokii (0.3.5-1) unstable; urgency=low * New upstream version -- Bradley Marshall Thu, 18 Apr 2002 21:24:04 +1000 gnokii (0.3.4-1) unstable; urgency=medium * New upstream version, fixes security problem in mgnokiidev * Updated policy version to 3.5.6.0 * Added RELEASE_NOTES as changelog * Improved package description (Closes: #134149) * Implemented a basic locking facility to stop problems starting multiple instances - thanks to Marc Haber (Closes: #126063) * Fixed code in pre{inst,rm} that checks if group exists to use getent, not grep (Closes: #117206) -- Bradley Marshall Sat, 23 Mar 2002 16:40:13 +1000 gnokii (0.3.3-3) unstable; urgency=low * Added xutils build-dep (Closes: #120964) -- Bradley Marshall Mon, 26 Nov 2001 09:05:06 +1000 gnokii (0.3.3-2) unstable; urgency=low * New maintainer (Closes: #117119) * Builds on current toolchain for arm and m68k (Closes: #94595, #100010) * Added new build depends for gettext and flex -- Bradley Marshall Tue, 20 Nov 2001 20:18:15 +1000 gnokii (0.3.3-1) unstable; urgency=low * New Upstream release with more supported models! -- Sander Smeenk Wed, 24 Oct 2001 22:05:15 +0200 gnokii (0.3.2-5) unstable; urgency=low * I hate shellscripts. groupadd / groupdel problems should be fixed now thanks to the great help of JHM (Closes: #98019) -- Sander Smeenk Thu, 31 May 2001 11:17:13 +0200 gnokii (0.3.2-4) unstable; urgency=low * This time really fixed it. -- Sander Smeenk Wed, 29 May 2001 20:13:47 +0200 gnokii (0.3.2-3) unstable; urgency=low * Fixed groupadd bug if group gnokii already existed (Closes: #98019) -- Sander Smeenk Mon, 28 May 2001 21:47:13 +0200 gnokii (0.3.2-2) unstable; urgency=low * Fixed BuildDepends (Closes: #94479) -- Sander Smeenk Thu, 19 Apr 2001 14:58:52 +0200 gnokii (0.3.2-1) unstable; urgency=low * Initial Release. (Closes: #94228) -- Sander Smeenk Sat, 14 Apr 2001 20:17:52 +0200 Local variables: mode: debian-changelog End: debian/NEWS.Debian0000664000000000000000000000052211670637652011064 0ustar gnokii (0.6.29.dfsg-1) unstable; urgency=low * gnokii now uses config files in XDG directories, using XDG environment variables to define them. The old locations are kept for compatibility, but files in the new locations take precedence over the old ones. -- Leo Costela Sun, 02 May 2010 00:25:24 +0200 debian/xgnokii.links0000664000000000000000000000006211670637652011715 0ustar usr/share/doc/gnokii-common usr/share/doc/xgnokii debian/TODO0000664000000000000000000000010411670637652007670 0ustar * implement symbols file (http://wiki.debian.org/UsingSymbolsFiles) debian/compat0000664000000000000000000000000211767133610010373 0ustar 8 debian/gnokii-smsd-mysql.docs0000664000000000000000000000005411670637652013445 0ustar smsd/sms.tables.mysql.sql smsd/README.MySQL debian/gnokii-smsd-pgsql.docs0000664000000000000000000000002711670637652013426 0ustar smsd/sms.tables.pq.sql debian/libgnokii-dbg.links0000664000000000000000000000007011767117205012737 0ustar usr/share/doc/gnokii-common usr/share/doc/libgnokii-dbg debian/gnokii-common.postinst0000664000000000000000000000076211670637652013565 0ustar #!/bin/bash set -e # Move a conffile without triggering a dpkg question mv_conffile() { local OLDCONFFILE="$1" local NEWCONFFILE="$2" [ -e "$OLDCONFFILE" ] || return 0 echo "Preserving user changes to $NEWCONFFILE ..." mv -f "$NEWCONFFILE" "$NEWCONFFILE".dpkg-new mv -f "$OLDCONFFILE" "$NEWCONFFILE" } case "$1" in configure) if dpkg --compare-versions "$2" le "0.6.28.dfsg-2"; then mv_conffile /etc/gnokiirc /etc/xdg/gnokii/config fi esac #DEBHELPER# debian/control0000664000000000000000000001747012156336473010616 0ustar Source: gnokii Section: comm Priority: optional Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Leo Costela Build-Depends: debhelper (>= 8), libxpm-dev, libxt-dev, libglib2.0-dev, libgtk2.0-dev, gettext, libmysqlclient-dev, libpq-dev, libx11-dev, libbluetooth-dev [linux-any], libusb-dev, libpcsclite-dev (>= 1.7.0), autotools-dev, libical-dev (>= 1.0), libxml-parser-perl, intltool, libreadline-dev, libncurses5-dev | libncurses-dev, flex, libsqlite3-dev, # buildflags.mk dpkg-dev (>= 1.16.1~), Standards-Version: 3.9.3 Homepage: http://gnokii.org Vcs-Git: git://git.debian.org/git/collab-maint/gnokii.git Vcs-Browser: http://git.debian.org/?p=collab-maint/gnokii.git Package: gnokii Section: metapackages Architecture: all Depends: gnokii-cli (>= ${source:Version}), xgnokii (>= ${source:Version}), gnokii-common (= ${source:Version}), ${misc:Depends} Description: Datasuite for mobile phone management Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This metapackage installs all the non-daemon programs. Package: gnokii-common Architecture: all Suggests: xgnokii | gnokii-cli Conflicts: gnokii (<= 0.6.22.dfsg-1) Replaces: gnokii (<= 0.6.22.dfsg-1) Depends: ${misc:Depends} Description: Datasuite for mobile phone management (base files) Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package contains the base files for gnokii Package: gnokii-cli Architecture: any Pre-Depends: adduser Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}), dialog, ${misc:Depends} Suggests: xgnokii Conflicts: gnokii (<= 0.6.22.dfsg-1) Replaces: gnokii (<= 0.6.22.dfsg-1) Description: Datasuite for mobile phone management (console interface) Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package provides the command line interface and the virtual modem daemon for non-AT-capable phones. Package: xgnokii Architecture: any Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}), gnome-icon-theme, ${misc:Depends} Conflicts: gnokii (<= 0.6.22.dfsg-1) Replaces: gnokii (<= 0.6.22.dfsg-1) Description: Datasuite for mobile phone management (X interface) Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package provides the X11 (xgnokii) interface. Package: gnokii-smsd Architecture: any Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}), ${misc:Depends} Conflicts: smstools Priority: extra Description: SMS Daemon for mobile phones Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . The SMSD (SMS daemon) handles automated sending and receiving of short messages using a storage backend. It is designed to use modules (plugins) to work with different backends, and shares Gnokii's runtime configuration and libraries. . This package contains the actual daemon and a file based backend. You will need to install the appropriate module packages to add support for other backends. Package: gnokii-smsd-mysql Architecture: any Depends: ${shlibs:Depends}, gnokii-smsd (= ${binary:Version}), ${misc:Depends} Priority: extra Description: SMSD plugin for MySQL storage backend Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . The SMSD (SMS daemon) handles automated sending and receiving of short messages using a storage backend. It is designed to use modules (plugins) to work with different backends, and shares Gnokii's runtime configuration and libraries. . This package provides support for the MySQL storage backend. Package: gnokii-smsd-pgsql Architecture: any Depends: ${shlibs:Depends}, gnokii-smsd (= ${binary:Version}), ${misc:Depends} Priority: extra Description: SMSD plugin for PostgreSQL storage backend Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . The SMSD (SMS daemon) handles automated sending and receiving of short messages using a storage backend. It is designed to use modules (plugins) to work with different backends, and shares Gnokii's runtime configuration and libraries. . This package provides support for the PostgreSQL storage backend. Package: libgnokii7 Section: libs Architecture: any Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}), ${misc:Depends} Description: Gnokii mobile phone interface library Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package provides the library used by the gnokii suite to communicate with the phones. Package: libgnokii-dev Provides: libgnokii3-dev Replaces: libgnokii3-dev Section: libdevel Priority: extra Architecture: any Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}), libgnokii7 (= ${binary:Version}), libxpm-dev, libbluetooth-dev [linux-any], libusb-dev, libpcsclite-dev, libical-dev, libc6-dev, ${misc:Depends} Description: Gnokii mobile phone interface library (development files) Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package provides the devel headers used by applications that wish to link against libgnokii. Package: libgnokii-dbg Section: debug Priority: extra Architecture: any Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}), ${misc:Depends}, libgnokii7 Description: Gnokii mobile phone interface library (development files) Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package provides the debug symbols for libgnokii. Package: gnokii-dbg Section: debug Priority: extra Architecture: any Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}), ${misc:Depends}, gnokii, gnokii-cli, xgnokii, gnokii-smsd, gnokii-smsd-pgsql, gnokii-smsd-mysql Description: Datasuite for mobile phone management (debug symbols Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package provides the debug symbols for the various gnokii programs. debian/gnokii-cli.postrm0000664000000000000000000000066011670637652012502 0ustar #!/bin/sh set -e # Old versions added a gnokii user too, not needed anymore so it can # be removed on upgrade too. if getent passwd gnokii; then if [ $1 = "purge" ]; then userdel --remove gnokii else userdel gnokii fi fi case "$1" in remove|purge) if getent group gnokii; then dpkg-statoverride --quiet --remove /usr/sbin/mgnokiidev || true groupdel gnokii fi esac #DEBHELPER# debian/libgnokii7.shlibs0000664000000000000000000000004311767077640012450 0ustar libgnokii 7 libgnokii7 (>= 0.6.31) debian/patches/0000775000000000000000000000000011767077712010636 5ustar debian/patches/fix_xgnokii_detection.patch0000664000000000000000000000055311670646314016227 0ustar Index: repo/configure =================================================================== --- repo.orig/configure 2011-12-10 12:17:48.000000000 +0100 +++ repo/configure 2011-12-10 12:24:31.000000000 +0100 @@ -17556,7 +17556,7 @@ fi fi - if test "x$_support" = "xyes"; then + if test "x$x_support" = "xyes"; then XGNOKII_TRUE= XGNOKII_FALSE='#' else debian/patches/series0000664000000000000000000000003411670646314012041 0ustar fix_xgnokii_detection.patch debian/gnokii-common.preinst0000664000000000000000000000107511670637652013364 0ustar #!/bin/bash set -e prep_mv_conffile() { local PKGNAME="$1" local CONFFILE="$2" [ -e "$CONFFILE" ] || return 0 local md5sum="$(md5sum $CONFFILE | sed -e 's/ .*//')" local old_md5sum="$(dpkg-query -W -f='${Conffiles}' $PKGNAME | \ sed -n -e "\' $CONFFILE ' { s/ obsolete$//; s/.* //; p }")" if [ "$md5sum" = "$old_md5sum" ]; then rm -f "$CONFFILE" fi } case "$1" in install|upgrade) if dpkg --compare-versions "$2" le "0.6.28.dfsg-2"; then prep_mv_conffile gnokii-common /etc/gnokiirc fi esac #DEBHELPER# debian/gnokii-cli.manpages0000664000000000000000000000024211670637652012745 0ustar debian/tmp/usr/share/man/man1/gnokii.1 debian/tmp/usr/share/man/man1/sendsms.1 debian/tmp/usr/share/man/man8/mgnokiidev.8 debian/tmp/usr/share/man/man8/gnokiid.8 debian/libgnokii-dev.links0000664000000000000000000000007011670637652012767 0ustar usr/share/doc/gnokii-common usr/share/doc/libgnokii-dev debian/libgnokii7.install0000664000000000000000000000002711670637652012632 0ustar usr/lib/libgnokii.so.* debian/gnokii-common.install0000664000000000000000000000004711767133603013336 0ustar debian/gnokiirc/config etc/xdg/gnokii/ debian/gnokii-cli.postinst0000664000000000000000000000053511670637652013042 0ustar #!/bin/sh -e set -e test $DEBIAN_SCRIPT_DEBUG && set -v -x case "$1" in configure|upgrade) getent group gnokii > /dev/null || addgroup --system gnokii if ! dpkg-statoverride --list /usr/sbin/mgnokiidev > /dev/null; then dpkg-statoverride --update --add root gnokii 4754 /usr/sbin/mgnokiidev fi ;; esac #DEBHELPER# exit 0; debian/gnokii-smsd.install0000664000000000000000000000006311670637652013020 0ustar usr/bin/smsd usr/sbin usr/lib/smsd/libsmsd_file.so