--- gnokii-0.6.26.dfsg.orig/debian/patches/05_x-www-browser.dpatch +++ gnokii-0.6.26.dfsg/debian/patches/05_x-www-browser.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 05_x-www-browser.dpatch.dpatch by Leo "costela" Antunes +## +## DP: Change default hardcoded browser + +@DPATCH@ + +diff -urN gnokii-0.6.16/xgnokii/xgnokii_cfg.c gnokii-0.6.16.leo/xgnokii/xgnokii_cfg.c +--- gnokii-0.6.16/xgnokii/xgnokii_cfg.c 2007-05-10 15:50:16.000000000 -0300 ++++ gnokii-0.6.16.leo/xgnokii/xgnokii_cfg.c 2007-06-21 23:47:23.000000000 -0300 +@@ -73,7 +73,7 @@ + xgnokiiConfig.user.fax = g_strdup(""); + xgnokiiConfig.user.email = g_strdup(""); + xgnokiiConfig.user.address = g_strdup(""); +- xgnokiiConfig.helpviewer = g_strdup("mozilla"); ++ xgnokiiConfig.helpviewer = g_strdup("x-www-browser"); + if ((homedir = g_get_home_dir()) == NULL) + homedir = ""; + xgnokiiConfig.mailbox = g_strdup_printf("%s/Mail/smsbox", homedir); --- gnokii-0.6.26.dfsg.orig/debian/patches/03_xgnokii_desktop.dpatch +++ gnokii-0.6.26.dfsg/debian/patches/03_xgnokii_desktop.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_xgnokii_desktop.dpatch by Leo "costela" Antunes +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Change icon in desktop file + +@DPATCH@ + +--- gnokii-0.6.26/xgnokii/xgnokii.desktop.in 2007-12-04 17:14:02.000000000 +0100 ++++ gnokii-0.6.25/xgnokii/xgnokii.desktop.in 2008-06-21 00:06:06.000000000 +0200 +@@ -2,7 +2,7 @@ + _Name=Xgnokii + _GenericName=Mobile Phone Suite + _Comment=Manage your mobile phone +-Icon=cellphone ++Icon=phone + Exec=xgnokii + Terminal=false + Type=Application --- gnokii-0.6.26.dfsg.orig/debian/patches/00list +++ gnokii-0.6.26.dfsg/debian/patches/00list @@ -0,0 +1,3 @@ +03_xgnokii_desktop +05_x-www-browser +10_smsd_default_file --- gnokii-0.6.26.dfsg.orig/debian/patches/10_smsd_default_file.dpatch +++ gnokii-0.6.26.dfsg/debian/patches/10_smsd_default_file.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_smsd_default_file.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Make smsd use the 'file' module per default + +@DPATCH@ + +--- gnokii-0.6.22.dfsg/smsd/smsd.c 2007-11-24 12:31:01.000000000 +0100 ++++ gnokii-0.6.22/smsd/smsd.c 2007-11-27 01:25:19.000000000 +0100 +@@ -206,7 +206,7 @@ + connection.db = g_strdup ("sms"); + connection.host = g_strdup (""); + connection.schema = g_strdup ("public"); +- smsdConfig.dbMod = g_strdup ("pq"); ++ smsdConfig.dbMod = g_strdup ("file"); + smsdConfig.libDir = g_strdup (MODULES_DIR); + smsdConfig.logFile = NULL; + smsdConfig.phone = g_strdup (""); --- gnokii-0.6.26.dfsg.orig/debian/TODO +++ gnokii-0.6.26.dfsg/debian/TODO @@ -0,0 +1 @@ +* implement symbols file (http://wiki.debian.org/UsingSymbolsFiles) --- gnokii-0.6.26.dfsg.orig/debian/control +++ gnokii-0.6.26.dfsg/debian/control @@ -0,0 +1,152 @@ +Source: gnokii +Section: comm +Priority: optional +Maintainer: Leo Costela +Build-Depends: debhelper (>> 5.0.0), dpatch, libxpm-dev, libxt-dev, libglib2.0-dev, libgtk2.0-dev, gettext, libmysqlclient15-dev | libmysqlclient-dev, libpq-dev, libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libusb-dev, libpcsclite-dev, autotools-dev, libical-dev, libxml-parser-perl +Standards-Version: 3.8.0 +Homepage: http://gnokii.org +Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/gnokii/ +Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/gnokii/ + +Package: gnokii +Architecture: all +Depends: gnokii-cli (>= ${source:Version}), xgnokii (>= ${source:Version}), gnokii-common (= ${source:Version}) +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 package installs the whole suit of programs. + +Package: gnokii-common +Architecture: all +Suggests: xgnokii | gnokii-cli +Conflicts: gnokii (<= 0.6.22.dfsg-1) +Replaces: gnokii (<= 0.6.22.dfsg-1) +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 +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 +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}) +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}) +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}) +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: libgnokii3 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}) +Replaces: gnokii (<< 0.6.1-1) +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: libgnokii3-dev +Section: libdevel +Priority: extra +Architecture: any +Depends: ${shlibs:Depends}, gnokii-common (= ${source:Version}), libgnokii3 (= ${binary:Version}), libxpm-dev, libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libusb-dev, libpcsclite-dev, libical-dev, libc6-dev +Replaces: gnokii (<< 0.6.1-1), libgnokii2 (<< 0.6.8-0.1), libgnokii2-dev +Conflicts: libgnokii2-dev +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. --- gnokii-0.6.26.dfsg.orig/debian/compat +++ gnokii-0.6.26.dfsg/debian/compat @@ -0,0 +1 @@ +5 --- gnokii-0.6.26.dfsg.orig/debian/gnokii.links +++ gnokii-0.6.26.dfsg/debian/gnokii.links @@ -0,0 +1 @@ +usr/share/doc/gnokii-common usr/share/doc/gnokii --- gnokii-0.6.26.dfsg.orig/debian/gnokii-smsd.install +++ gnokii-0.6.26.dfsg/debian/gnokii-smsd.install @@ -0,0 +1,2 @@ +usr/bin/smsd usr/sbin +usr/lib/smsd/libsmsd_file.so --- gnokii-0.6.26.dfsg.orig/debian/libgnokii3-dev.links +++ gnokii-0.6.26.dfsg/debian/libgnokii3-dev.links @@ -0,0 +1 @@ +usr/share/doc/gnokii-common usr/share/doc/libgnokii3-dev --- gnokii-0.6.26.dfsg.orig/debian/gnokii-cli.postinst +++ gnokii-0.6.26.dfsg/debian/gnokii-cli.postinst @@ -0,0 +1,16 @@ +#!/bin/sh + +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 4750 /usr/sbin/mgnokiidev + fi + ;; +esac + +#DEBHELPER# + +exit 0; --- gnokii-0.6.26.dfsg.orig/debian/gnokii-cli.links +++ gnokii-0.6.26.dfsg/debian/gnokii-cli.links @@ -0,0 +1 @@ +usr/share/doc/gnokii-common usr/share/doc/gnokii-cli --- gnokii-0.6.26.dfsg.orig/debian/xgnokii.menu +++ gnokii-0.6.26.dfsg/debian/xgnokii.menu @@ -0,0 +1,3 @@ +?package(xgnokii):needs="X11" \ +section="Applications/Mobile Devices" title="XGnokii" \ +command="/usr/bin/xgnokii" --- gnokii-0.6.26.dfsg.orig/debian/gnokii-common.install +++ gnokii-0.6.26.dfsg/debian/gnokii-common.install @@ -0,0 +1 @@ +etc/gnokiirc --- gnokii-0.6.26.dfsg.orig/debian/gnokii-smsd-pgsql.install +++ gnokii-0.6.26.dfsg/debian/gnokii-smsd-pgsql.install @@ -0,0 +1 @@ +usr/lib/smsd/libsmsd_pq.so --- gnokii-0.6.26.dfsg.orig/debian/xgnokii.install +++ gnokii-0.6.26.dfsg/debian/xgnokii.install @@ -0,0 +1,3 @@ +usr/bin/xgnokii +usr/share/xgnokii +usr/share/applications/* --- gnokii-0.6.26.dfsg.orig/debian/gnokii-smsd.manpages +++ gnokii-0.6.26.dfsg/debian/gnokii-smsd.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man8/smsd.8 --- gnokii-0.6.26.dfsg.orig/debian/README.debian +++ gnokii-0.6.26.dfsg/debian/README.debian @@ -0,0 +1,19 @@ +Gnokii for DEBIAN +------------------- + +This package was debianized by Karel Zak and later +taken over by Erik Rossen , and even later taken +over by Brad Marshall , and even even later taken +over by Leo Costela . + +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. --- gnokii-0.6.26.dfsg.orig/debian/libgnokii3-dev.install +++ gnokii-0.6.26.dfsg/debian/libgnokii3-dev.install @@ -0,0 +1,5 @@ +usr/include/* +usr/lib/libgnokii.so +usr/lib/libgnokii.la +usr/lib/libgnokii.a +usr/lib/pkgconfig/* --- gnokii-0.6.26.dfsg.orig/debian/watch +++ gnokii-0.6.26.dfsg/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts=dversionmangle=s/\.dfsg$// \ + http://www.gnokii.org/download/gnokii/gnokii-([\d\.]+?)\.tar\.gz --- gnokii-0.6.26.dfsg.orig/debian/gnokii-smsd-mysql.docs +++ gnokii-0.6.26.dfsg/debian/gnokii-smsd-mysql.docs @@ -0,0 +1,2 @@ +smsd/sms.tables.mysql.sql +smsd/README.MySQL --- gnokii-0.6.26.dfsg.orig/debian/gnokii-smsd.docs +++ gnokii-0.6.26.dfsg/debian/gnokii-smsd.docs @@ -0,0 +1,2 @@ +smsd/README +smsd/README.Tru64 --- gnokii-0.6.26.dfsg.orig/debian/gnokiirc +++ gnokii-0.6.26.dfsg/debian/gnokiirc @@ -0,0 +1,198 @@ +# 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 --- gnokii-0.6.26.dfsg.orig/debian/libgnokii3.links +++ gnokii-0.6.26.dfsg/debian/libgnokii3.links @@ -0,0 +1 @@ +usr/share/doc/gnokii-common usr/share/doc/libgnokii3 --- gnokii-0.6.26.dfsg.orig/debian/gnokii-common.docs +++ gnokii-0.6.26.dfsg/debian/gnokii-common.docs @@ -0,0 +1,2 @@ +MAINTAINERS +debian/tmp/usr/share/doc/gnokii/* --- gnokii-0.6.26.dfsg.orig/debian/rules +++ gnokii-0.6.26.dfsg/debian/rules @@ -0,0 +1,104 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +.NOTPARALLEL: + +CFLAGS = -Wall -g +#LDFLAGS = -Wl,--as-needed,-z,defs + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +include /usr/share/dpatch/dpatch.make + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + rm -f config/config.guess config/config.sub + + dh_clean + +configure: configure-stamp +configure-stamp: + dh_testdir + # Update config.{sub,guess} before running configure + -test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config/config.sub + -test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config/config.guess + ./configure --prefix=/usr --mandir=/usr/share/man \ + --with-x --enable-nls --enable-security \ + --enable-smsd --enable-libpcsclite --enable-bluetooth \ + --enable-irda --enable-libusb --enable-libical \ + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: patch + dh_testdir + + # Compile the main package. + $(MAKE) + + touch build-stamp + + +install: build + dh_testdir + dh_testroot + dh_clean -k + + # Install the main package + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/ + # Install modified gnokiirc + install -m 644 -D $(CURDIR)/debian/gnokiirc \ + $(CURDIR)/debian/tmp/etc/gnokiirc + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_link -i + dh_installdocs -p gnokii-common + dh_installexamples -i + dh_installchangelogs -p gnokii-common ChangeLog + dh_install -i --sourcedir=$(CURDIR)/debian/tmp + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir -a + dh_testroot -a + dh_link -a + dh_installdocs -p gnokii-smsd -p gnokii-smsd-mysql -p gnokii-smsd-pgsql + dh_installexamples -a + dh_installmenu -a + dh_installman -a + dh_installchangelogs -p gnokii-smsd -p gnokii-smsd-mysql -p gnokii-smsd-pgsql smsd/ChangeLog + dh_install -a --sourcedir=$(CURDIR)/debian/tmp + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a + dh_installdeb -a + dh_shlibdeps -a -l$(CURDIR)/debian/tmp/usr/lib + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- gnokii-0.6.26.dfsg.orig/debian/gnokii-cli.manpages +++ gnokii-0.6.26.dfsg/debian/gnokii-cli.manpages @@ -0,0 +1,4 @@ +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 --- gnokii-0.6.26.dfsg.orig/debian/xgnokii.links +++ gnokii-0.6.26.dfsg/debian/xgnokii.links @@ -0,0 +1 @@ +usr/share/doc/gnokii-common usr/share/doc/xgnokii --- gnokii-0.6.26.dfsg.orig/debian/gnokii-smsd-pgsql.docs +++ gnokii-0.6.26.dfsg/debian/gnokii-smsd-pgsql.docs @@ -0,0 +1 @@ +smsd/sms.tables.pq.sql --- gnokii-0.6.26.dfsg.orig/debian/copyright +++ gnokii-0.6.26.dfsg/debian/copyright @@ -0,0 +1,45 @@ +This package was downloaded from http://www.gnokii.org/download/gnokii/ + +Files: * +Copyright: © 1999-2000 Hugh Blemings & Pavel Janík ml. + © 2001-2006 Pawel Kot +Licence: GPL-2+ + You can contact authors by mail at + + hugh@blemings.org pavel@janik.cz + Hugh Blemings Mgr. Pavel Janík, SuSE CR, s.r.o. + PO Box 234 Pod Pekárnami 338/12 + Belconnen ACT 2616 190 00 Praha 9 + Australia Czech Republic + + gnokii@gmail.com + Pawel Kot + ul. Dembego 6/45 + 02-796 Warsaw + Poland + + We would be delighted to receive a postcard from you if you use gnokii but + this is not a requirement of these licence terms! :) + +Files: intl/* +Copyright: © 1995-2003 Free Software Foundation, Inc +Licence: LGPL-2+ + +Files: getopt/* +Copyrithg: © 1987-1994 Free Software Foundation, Inc +Licence: LGPL-2+ + +Files: common/snprintf.c +Copyright: © 1995 Patrick Powell +Licence: other + It may be used for any purpose as long as this notice remains intact + on all source code distributions + +Files: debian/* +Copyright: © 2006-2007 Leo "costela" Antunes +Licence: GPL-2+ + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL' and the +complete text of the GNU Lesser General Public License can be found in +`/usr/share/common-licenses/LGPL'. --- gnokii-0.6.26.dfsg.orig/debian/gnokii-smsd-mysql.install +++ gnokii-0.6.26.dfsg/debian/gnokii-smsd-mysql.install @@ -0,0 +1 @@ +usr/lib/smsd/libsmsd_mysql.so --- gnokii-0.6.26.dfsg.orig/debian/changelog +++ gnokii-0.6.26.dfsg/debian/changelog @@ -0,0 +1,627 @@ +gnokii (0.6.26.dfsg-2build1) intrepid; urgency=low + + * No-change rebuild for libbluetooth2 -> libbluetooth3 transistion. + + -- Steve Kowalik Wed, 08 Oct 2008 12:56:36 +1100 + +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: --- gnokii-0.6.26.dfsg.orig/debian/gnokii-cli.install +++ gnokii-0.6.26.dfsg/debian/gnokii-cli.install @@ -0,0 +1,5 @@ +usr/bin/gnokii +usr/bin/sendsms +usr/sbin/mgnokiidev +usr/bin/gnokiid usr/sbin/ +usr/share/locale/* --- gnokii-0.6.26.dfsg.orig/debian/xgnokii.manpages +++ gnokii-0.6.26.dfsg/debian/xgnokii.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/xgnokii.1x --- gnokii-0.6.26.dfsg.orig/debian/libgnokii3.install +++ gnokii-0.6.26.dfsg/debian/libgnokii3.install @@ -0,0 +1 @@ +usr/lib/libgnokii.so.* --- gnokii-0.6.26.dfsg.orig/debian/gnokii-cli.postrm +++ gnokii-0.6.26.dfsg/debian/gnokii-cli.postrm @@ -0,0 +1,20 @@ +#!/bin/sh -e + +# Old versions added a gnokii user too, not needed anymore so can be removed on upgrade too +if getent passwd gnokii; then + if [ $1 = "purge" ]; then + /usr/sbin/userdel --remove gnokii + else + /usr/sbin/userdel gnokii + fi +fi + +case "$1" in + remove|purge) + if getent group gnokii; then + /usr/sbin/groupdel gnokii + dpkg-statoverride --quiet --remove /usr/sbin/mgnokiidev || true + fi +esac + +#DEBHELPER#