Accepted modemmanager 0.3-1 (source amd64)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 23 Jan 2010 16:08:03 +0100
Source: modemmanager
Binary: modemmanager
Architecture: source amd64
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Ubuntu Network Manager Team <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Alexander Sack <asac@debian.org>
Description:
modemmanager - D-Bus service for managing modems
Closes: 546587
Changes:
modemmanager (0.3-1) unstable; urgency=low
.
* initial upload to debian (Closes: #546587)
* address ftpmaster comments: refined debian/copyright to list all copyright
holders and explicitly declare doc-generator.xsl to be LGPL-2.1
- update debian/copyright
* use debhelper compat level 7 and bump Standards-Version to 3.8.3
- update debian/compat
.
modemmanager (0.3-0ubuntu1) lucid; urgency=low
.
* upstream snapshot: 2009-12-08 06:07:58 (GMT)
+ 07114d4f43c6e724d22294108b1e73785e7aab2a
- release: bump version to 0.2.997
- gsm: handle different +COPS response behavior
- gsm: implement enable/connecting/disconnecting state handling
- core: fix ordering of DISABLING and DISABLED states
- cdma: reset previous state if disconnect failed
- cdma: correctly handle state update after disconnection
- cdma: handle interim enabling/disabling states better
- cdma: update for new modem states and make connect actually work
- mbm: update state after enabling the device
- core: schedule enabled/disabled callbacks to avoid infinite recursion
- cdma: set correct modem state on connect failure
- build: require glib-2.0 >= 2.6.18 for g_set_error_literal()
- zte: add missing ZTE device aux port tags
- gsm: more complete parsing of PIN responses
- gsm: fix unsolicited registration segfaults
- hso: ensure authentication works again after auth errors
- serial: don't run commands when there's already one in progress
- hso: fix up connection issues and error ignorance
- nozomi: fix detection (LP: #425312)
- gsm: CGDCONT parsing fixes (bgo #602552)
- core: don't allow double scheduled callbacks (fixes crash)
- serial: handle arbitrary amounts of <CF><LF> padding in responses
- gsm: make "X4 &C1" init arguments optional (LP: #455031)
.
* upstream release 0.3
- cdma: increase data call initiation timeout
- core: fix mm_modem_check_removed() to return errors correctly
- cdma: allow plugins to override AT+CSS? during registration checking (rh #547294)
- anydata: add plugin for AnyData CDMA devices (rh #547294)
- huawei-cdma: robustify SYSINFO parsing
- sierra: prefer primary port for status
- core: protect against modem removal in critical callbacks (rh #553953)
- cdma: prefer primary port unless it's connected
- probe: add CPIN request during the probing process (bgo #604369)
- zte: ignore SIM Build Main Menu requests (rh #551376)
- longcheer: new plugin for Longcheer (Alcatel etc) devices (bgo #606550)
- gsm: correctly parse Nokia N80 +COPS response
- gsm: split out +COPS response parsing and add testcases
- serial: prevent "hangs" by limiting EAGAIN retries on serial writes
- gsm: ensure registration state is reset when disabling the modem
- core: implement a PropertiesChanged signal for the MMModem class
- core: add Enabled property to org.freedesktop.ModemManager.Modem interface
- sierra: fix CDMA registration detection in some cases
- zte: handle unsolicited messages during probe
- cdma: fix quality parsing if modem doesn't prepend +CSQ:
- sierra: use at!pcstate on CDMA modems for power control
- option: always pick the right data port
- mbm: ensure various unsolicited responses are turned off when disabling
- cdma: try +CSQ? if CSQ fails
- cdma: accept SID 0 in some cases
.
[ Tony Espy <espy@ubuntu.com> ]
* add get-snapshot-info target to rules
- update debian/rules
.
[ Alexander Sack <asac@ubuntu.com> ]
* package improvements pointed out by mbiebl (thx)
+ exclude pkglibdir and pppd from makeshlibs
- update debian/rules
+ generate dbus spec during build and add it to package; build depend on
xsltproc accordingly
- update debian/rules
- update debian/control
+ explicitly depend on libglib2.0-dev (>= 2.18)
- update debian/control
+ fix git url in package description
- update debian/control
.
modemmanager (0.2.git.20091014t233208.16f3e00-0ubuntu1) karmic; urgency=low
.
New upstream snapshot: 2009-10-14 21:33:52 (GMT)
+ 16f3e00f3438507aee06ffcaee560e337b8e8279
- gsm: fix unsolicited registration by calling the statemachine callback
info (LP: #416893)
- mbm: use generic get_signal_quality implementation rather than our own
CIND based one - helps to fix LP: #449037 as its less error prone
- mbm: implement AT*ENAP polling; needed for some mbm devices, like m300 (LP: #442967)
- gsm: don't issue CFUN=0 by default (LP: #438150)
- mbm: fix disable after 3b19a85727458821f5df20153f8c04bc7717ba30 (LP: #447347, #438150)
- nokia: fix class property overrides to stop modemmanager from sending AT+CFUN (LP: #450256)
.
modemmanager (0.2.git.20091003t063318.aa78b5f-0ubuntu1) karmic; urgency=low
.
New upstream snapshot: 2009-10-03 06:33:18 (GMT)
+ aa78b5f5e5319e04f5b57f928bfab69dd4b93d88
* fixes
- LP: #430576 - refuse to connect over Nokia N85, turns off the handset
- LP: #416126 - various unsolicited messages for mbm cause fail on connect
.
modemmanager (0.2.git.20090923t083842.f2a3825-0ubuntu1) karmic; urgency=low
.
New upstream snapshot 2009-09-23 08:38:42 (GMT)
+ commit: f2a3825f9d10ecebc63ce3c8602473cbbb6ab72c
+ fix LP: #430576 - refuse to connect over Nokia N85, turns off the handset
+ fix various F3507g related issues on first connect
.
modemmanager (0.2.git.20090909t142854.64b7be7-1) unstable; urgency=low
.
* initial upload to debian (Closes: #546587)
.
modemmanager (0.2.git.20090909t142854.64b7be7-0ubuntu1) karmic; urgency=low
.
New upstream snapshot 2009-09-09 14:28:54 (GMT)
+ commit: 64b7be7460c3a9dbb3c9981de5754b330a8d2cdd
+ fix LP: #414604 - Modem Manager setting bad baud rate, breaking pppd
connections.
+ fix LP: #416418 - First connection attempt via F3507g fails
+ fix LP: #424603 - Not closing modems when disconnected
.
[ Alexander Sack <asac@ubuntu.com> ]
* address MIR comments (LP: #410259)
+ cleanup debian/copyright
+ set debhelper compat level to 5, matching debian/control
- add debian/compat
+ remove not used patches
- delete debian/patches/ftbfs_hardy_glib_include_signal_h.patch
+ use proper automake lower and upper version bounds matching the
versions referred to in debian/rules
- update debian/control
+ don't redefine cdbs variables DEB_SOURCE, DEB_VERSION and
DEB_UPSTREAM_VERSION; in turn move DEB_MAJOR_VERSION definition
below the cdbs includes and use DEB_SOURCE_PACKAGE in GET_SOURCE
function
- update debian/rules
+ document why we touch aclocal.m4 in pre-build::
- update debian/rules
+ use Ubuntu Network Manager Team as Maintainer and add asac@debian.org
to Uploaders
- update debian/control
.
modemmanager (0.2.git.20090820t183237.cd75023-0ubuntu1) karmic; urgency=low
.
[ Tony Espy <espy@ubuntu.com> ]
* upstream snapshot 2009-08-20 18:32:37 (GMT)
+ cd750230687177b45c2b8e507a0f0b22095aeb02
- includes gsm and mbm fixes
.
[ Alexander Sack <asac@ubuntu.com> ]
* add LOCAL_BRANCH feature to play nicely with fta's build bot
- update debian/rules
* use automake 1.10 vs. 1.11 depending on what is currently available
on the system
- update debian/rules
.
modemmanager (0.2.git.20090806t105932.354a4cb-0ubuntu3) karmic; urgency=low
.
[ Tony Espy <espy@ubuntu.com> ]
* update automake1.10 to automake in Build-Depends:, as automake
provides automake1.10 now
- update debian/control
.
[ Alexander Sack <asac@ubuntu.com> ]
* fix LP: #410261 - do not ship .la and .a files in pkglibdir for
plugins; we strop .a and .la files in cdbs binary-post-install/modemmanager::
- update debian/rules
.
modemmanager (0.2.git.20090806t105932.354a4cb-0ubuntu2) karmic; urgency=low
.
* fix LP: #409943 - modemmanager debian/copyright has LGPL,
but upstream source is GPL
- update debian/copyright
.
modemmanager (0.2.git.20090806t105932.354a4cb-0ubuntu1) karmic; urgency=low
.
[ Tony Espy <espy@ubuntu.com> ]
* upstream snapshot 2009-08-06 10:59:32 (GMT)
+ fixes license problems (LP: #403009)
+ git://anongit.freedesktop.org/ModemManager/ModemManager
* drop patches superseded by upstream code base
- delete debian/patches/fix_makefile.patch
- update debian/patches/series
* add tarball generation code; added get-curr-source to
grab a specific version, and get-orig-source grabs the tip
of variable GIT_BRANCH; adjusted changelog version to the
new scheme.
- update debian/rules
* add real copyright notices and update git URL
- update debian/copyright
.
[ Alexander Sack <asac@ubuntu.com> ]
* Initial release. (Closes: #XXXXXX)
* replace hal with gudev build dependency
- update debian/control
* signal.h is not implicitly included by hardy glib.h; add patch to
explicitly include this in src/main.c when SIGUSR1 is not defined
- add debian/patches/ftbfs_hardy_glib_include_signal_h.patch
- update debian/patches/series
* fix build failure due to gcc pickiness (committed upstream)
- add debian/patches/ftbfs_serial_quickfix.patch
- update debian/patches/series
Checksums-Sha1:
3cb213e9ed7cd1f9406d1177e239c532720d0032 1908 modemmanager_0.3-1.dsc
1efeeae23b55ade97ff0d566532efdacd0160ad5 192264 modemmanager_0.3.orig.tar.gz
384aaf65d1cfccf126a5101e06e57172e9678ca1 5916 modemmanager_0.3-1.diff.gz
afa486491d21e14863253e8f21cd67bc27ad10fb 154334 modemmanager_0.3-1_amd64.deb
Checksums-Sha256:
fb67cb671d943f529e19ca19327aa43c4467814333b8b8a83a4806488541c241 1908 modemmanager_0.3-1.dsc
f6a0c0fc51431ae2a197b3260dd9e12edfe1571ded7a43085fcc972dc4d21532 192264 modemmanager_0.3.orig.tar.gz
123841e93ab7d67c36d1d6a4e1e5caad9337f855c5d4b4ada9b5345dc7667db7 5916 modemmanager_0.3-1.diff.gz
f56e44addfe0fb56dd99ceb123b2be5fb99826e7c9f4457a572944b27b860142 154334 modemmanager_0.3-1_amd64.deb
Files:
15c08dac1063d8ea0cdaad947c4120ea 1908 net optional modemmanager_0.3-1.dsc
e9939e33cebbc65f8127a2fc0e5388f0 192264 net optional modemmanager_0.3.orig.tar.gz
566ca45b66b6b98c3fa9d157b84bd602 5916 net optional modemmanager_0.3-1.diff.gz
6540f50fc4d58e7b80569f1c4d6fd967 154334 net optional modemmanager_0.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBAgAGBQJLWxNgAAoJEKBE/gcUDGZk0YgP/33Nnf8OCdp902Roj91K8Efq
d9Xgbghk+LyYvJqZdekiOzcYXO4VFd2whdGkQburMAES18cGHiKF/p2DCrUbpjaq
PlUNuKDgBIWv236ipSBz9jjRn4gAwFzWKKwP8V2vRRcL09TPeXsxttNWKh8tvi3W
mpCuCW+7d15LMtQf43EVwm4747ozTieH/au+HCpnLnTpj8wIf7cGYuxQxh4J4hBC
EJxcwcHcumzzBVHcD3Sk0HrQKUoRcsqDldkxOuYZRMI/fByJEAIzZeohlnoHWq4i
X8ncxwdyovwtA+TsFUVRdziGSH6zy8TuYIHOZmL0BW3XZs9diD2o+qM9ELdDpN9e
987wI/YAk9fTSwkZqHis+yYJfqk4Dk6n7MqoXYvNJrEEA0fjpkq8HOyd0cYiyb98
8fQOPqxMxl9qT+HE2dZWeMkd0O+7cnIZ2nf+Z5wQKjaq56CZiMLvG7KrqzdbBeQb
cjlOf7McOj9B+SvDYvSezSglD3Tr/rcAg+G4dm5VxW68X/N/0Vme3aF9rQDNVC48
flTIDji8w9TRMtXs416BLtU41h3dH2L6m7FTPG2UrPk15F31dC6s/kgC2vrpnHdx
sdf0S4rLiDPzEylyWhUfbcxW8+OTTQKJWn8EoK89PJ3PKrKUbNLYmRb4Rh24FxIP
5Ej7gWHO2K5VqDAuNQUM
=dv1P
-----END PGP SIGNATURE-----
Accepted:
modemmanager_0.3-1.diff.gz
to main/m/modemmanager/modemmanager_0.3-1.diff.gz
modemmanager_0.3-1.dsc
to main/m/modemmanager/modemmanager_0.3-1.dsc
modemmanager_0.3-1_amd64.deb
to main/m/modemmanager/modemmanager_0.3-1_amd64.deb
modemmanager_0.3.orig.tar.gz
to main/m/modemmanager/modemmanager_0.3.orig.tar.gz