~phablet-team/ofono/ofono-mwi-and-bugs

  • Committer: Ricardo Salveti de Araujo
  • Date: 2013-10-02 15:34:41 UTC
  • Revision ID: ricardo.salveti@canonical.com-20131002153441-riisfe7gqrof7xut
* Changing packaging tree to make it part of the daily CI jobs
  - Changing source format to 1.0 (required by CI)
  - Creating bzr bd compatible branch, with the same content as available in
    the previous package
* Update debian/compat to 9
* debian/control:
  - Bump debhelper build-dep to >= 9
  - Make ofono-scripts depend directly on python
  - Changing ofono-dev to arch:any, as it contains an arch specific
    pkg-config file
  - Adding missing dependencies for ofono-dev
* Updated Standard-Version to 3.9.4
* debian/rules: add logic to prevent -dbg package from
  being stripped.
* debian/patches/rilmodem-support.patch: cleanup build warnings.
* debian/patches/rilmodem-support.patch: disable unit tests
  for PowerPC by adding BYTE_ORDER == LITTLE_ENDIAN guards.
* debian/control: changing ofono-scripts to all
* debian/patches/forward-port-udev-generation.patch: re-factored
  patch to modify Makefile.am instead of Makefile.in.
* debian/patches/rilmodem-support.patch: added rilmodem code
  previously hosted in a touch-specific PPA.
* debian/patches/nettime-plugin.patch: add nettime plugin.
* debian/rules: converted from cdbs to dh.
* debian/ofono.upstart: disable ril plugin by default to prevent
  ofonod from exiting due to lack of RILD socket.  This is a
  temporary workaround and will be addressed in a further update
  to the rilmodem-support.patch.
* Enabling parallel build
* Adding test and maintenance scripts ofono-scripts binary package, useful
  for ofono debugging, needed by Ubuntu Touch
* debian/patches/ericsson_h5321gw_network_device_detection.patch: properly
  detect the Lenovo (really Ericsson) H5321gw modem's network adapter device
  by matching via udev's DEVTYPE.
* debian/patches/ericsson_rules.patch: add a udev rule for the Lenovo H5321gw
  to be correctly matched to the mbm driver.
* No-change rebuild against libudev1
* Add missing include of sys/types.h in src/storage.h to fix FTBFS.
* New upstream release. (1.12)
  - 1.12:
    + Fix issue with alpha ID and self explanatory icons.
    + Fix issue with SIM Refresh handling and resetting state.
    + Fix issue with SMS initiated by STK proactive command.
    + Fix issue with CBS treating carriage return as padding.
    + Fix issue with USSD terminated by network notification.
    + Add support for battery charge level with Handsfree devices.
    + Add support for technology and band changes with IFX modems.
    + Add support for SIM file handling with Qualcomm QMI modems.
    + Add support for SIM file system 2G and 3G path handling.
    + Add support for SIM Toolkit end-to-end testing.
  - 1.11:
    + Fix issue with Bluetooth disconnect handling.
    + Fix issue with handling EFspn with filler characters.
    + Fix issue with processing multiple *EMRDY notifications.
    + Fix issue with wrong data bearer property signal.
    + Add support for data bearer reporting and Telit modems.
    + Add support for SIM status notification and Telit modems.
    + Add support for PIN retry counter status and Telit modems.
    + Add support for long phone number format and SIM Toolkit.
    + Add support for RequestQuickDigit to SIM Toolkit agent.
  - 1.10:
    + Update multiple descriptions of the API documentation.
    + Add support for ReleaseAndSwap call handling.
* Merge with Debian experimental; remaining changes:
  - debian/control: explicitly Conflicts with modemmanager: having both
    installed / running at the same time causes issues causes issues with
    both claiming modem devices.
  - debian/patches/02-dont-handle-stacktraces.patch: stop catching stacktraces
    and printing the information internally, so apport can catch and report
    the possible bugs.
  - debian/ofono.postinst: on configure, notify the user that a reboot is
    required (so ofono can get started by upstart). (LP: #600501)
  - debian/rules: pass --no-restart-on-upgrade so ofono isn't automatically
    restarted when upgrades.
  - Adding upstart config / Removing standard init script
  - Adding Apport support
  - Patch for recognizing special Huawei devices with weird serial
  - Override lintian to avoid script-in-etc-init.d... warnings.
  - Update debian/compat to 7
* debian/series: add our patches to debian/patches/series now that the package
  uses quilt.
* debian/patches/02-dont-handle-stacktraces.patch: refreshed.
* debian/ofono-dev.install, debian/ofono.install:
  - Install usr/sbin/dundee and ofono.pc to the proper packages.
* New upstream release
* Add build dependency on mobile-broadband-provider-info 
* New upstream release.
* Add myself to uploaders. 
* Update Standards-Version. 
* Change source/format to 3.0 (quilt)
* debian/ofono.init: Add dbus as a dependency to start and stop. Thanks
  to Johannes Schauer for the patch and report. (Closes: #631707)
* New upstream release.
* debian/control: Add Vcs-* fields.
* Ensure ofono is built with bluetooth support (pass --enable-bluetooth
  and add libbluetooth-dev build-dep).
* New upstream release.
* debian/control: explicitly Conflicts with modemmanager: having both
  installed / running at the same time causes issues causes issues with both
  claiming modem devices. (LP: #688472)
* debian/patches/02-dont-handle-stacktraces.patch: stop catching stacktraces
  and printing the information internally, so apport can catch and report
  the possible bugs. (LP: #691450)
* debian/ofono.postinst: on configure, notify the user that a reboot is
  required (so ofono can get started by upstart). (LP: #600501)
* debian/control: add new Build-Depends on libbluetooth-dev to build with
  bluetooth support.
* debian/rules: drop override_dh_strip, not needed for debug symbols with
  cdbs.
* debian/rules: pass --no-restart-on-upgrade so ofono isn't automatically
  restarted when upgrades.
* Merge from Debian unstable (LP: #683302), remaining changes:
  - Adding upstart config and preinst rules
  - Removing standard init script
  - Adding Apport support
  - Patch for recognizing special Huawei devices with weird serial
  - Bump debhelper build-depend to >= 7.0.50~ for override support
  - Add a dh_strip override to add debugging symbols to ofono-dbg
  - Override lintian to avoid script-in-etc-init.d... warnings.
  - Update debian/compat to 7
  - Add preinst script to remove old conf file (needed until next LTS)
* Refreshed 01-check-that-modem-name-is-valid.patch for new release.
* New upstream release.
* debian/: Added some files relating to building with git.
* debian/control:
  + Adopt the package from Andres. Thanks for your work, dude!
  + Upped versioned build-dep on glib.
  + Upped Standards-Version. (no changes)
* debinan/ofono.install: Updated.
* debian/rules: Switch to cdbs to be like the rest of the pkg-telepathy
  packages.
* debian/ofono.init: Add dependency on $remote_fs in required-start and
  required-stop.
* debian/compat: Lower to 5 for misc reasons.
* debian/patches/: Add patch to fix small lintian problem.
* Ofono should use upstart (LP: #600503)
  - add debian/ofono.upstart
  - add debian/ofono.preinst
  - remove debian/ofono.init
  - remote debian/ofono.default
* Add Apport support (LP: #600502)
  - add debian/ofono-crashdb.conf
  - add debian/source_ofono.py
* Fix LP: #612479 - Huawei with invalid serial not recognised
  - add debian/patches/01-check-that-modem-name-is-valid.patch
  - add debian/patches/series
* Switch to dpkg-source 3.0 (quilt) format
  - add debian/source/format
* Fix script-in-etc-init.d-not-registered-via-update-rc.d warning
  triggered by shipping the symlink to the upstart job
  - add debian/ofono.lintian-overrides
* New upstream release 0.26.
* Add watch file.
* Bump Standards-Version to 3.9.1, no other changes required
  - update debian/control
* Bump debhelper build-depend to >= 7.0.50~ for override support
  (fixes a lintian warning)
* Add a dependency on $remote_fs to init script
  - update debian/ofono.init
* New upstream version
* debian/control:
  - build-depends on libcap-ng-dev
* New upstream release v0.20
* New upstream release.
* New upstream release.
* Since it runs w/out it, change the udev Depends to a Recommends.
* New upstream release.
* Drop cdbs and use debhelper 7 features instead.
* New upstream release.
* Also build-dep upon udev, as otherwise UDEV_DATADIR is set incorrectly
  (closes: #549544).
* Ofono itself should also probably depend upon udev, eh?
* Build-dep upon libudev-dev and enable udev support.
* Add a -dbg package.
* New upstream release.
* New upstream release.
* Be sure to create /var/lib/ofono (for the lulz).
* Silence some lintian warnings.
* New upstream release.
* Update copyright file.
* Include the new modem.conf.
* New upstream release.
* Drop ofonod manpage; merged upstream.
* Initial release.
Filename Latest Rev Last Changed Committer Comment Size
..
btio 4405 13 years ago Denis Kenzior bluetooth: Add Btio library for DUN Btio library Diff
debian 6832 10 years ago Ricardo Salveti de Araujo * Changing packaging tree to make it part of the d Diff
doc 9 15 years ago Marcel Holtmann Add directory for documentation Diff
drivers 22 15 years ago Marcel Holtmann Add directory for driver plugins Diff
dundee 6249 12 years ago Daniel Wagner dundee: Add skeleton implementation Diff
examples 3547 13 years ago Marcel Holtmann build: Move example plugins to its own directory Diff
gatchat 19 15 years ago Marcel Holtmann Add directory for AT chat library Diff
gdbus 5 15 years ago Marcel Holtmann Add D-Bus helper library for GLib integration Diff
gisi 148 15 years ago Aki Niemi Rename ISI client and PhoNet netlink APIs - Add g Diff
include 6 15 years ago Marcel Holtmann Add directories for source code, header files and Diff
plugins 6 15 years ago Marcel Holtmann Add directories for source code, header files and Diff
src 6 15 years ago Marcel Holtmann Add directories for source code, header files and Diff
test 54 15 years ago Denis Kenzior Adding basic Call Forwarding test scripts Diff
tools 3454 13 years ago Marcel Holtmann tools: Add skeleton for Huawei audio utility Diff
unit 36 15 years ago Marcel Holtmann Add directory with unit tests Includes tests for Diff
.gitignore 6772 11 years ago Marcel Holtmann tools: Add simple TTY redirector utility 712 bytes Diff Download File
.mailmap 6223 12 years ago Marcel Holtmann mailmap: Fix up Michael's name 473 bytes Diff Download File
acinclude.m4 6417 11 years ago Marcel Holtmann Revert "build: Use -Wshadow compiler option" 775 bytes Diff Download File
AUTHORS 6799 11 years ago Denis Kenzior AUTHORS: Mention Mingli's contributions 3.5 KB Diff Download File
File bootstrap 1430 14 years ago Marcel Holtmann bootstrap: autoconf must run before automake The 146 bytes Diff Download File
File bootstrap-configure 6801 11 years ago Marcel Holtmann build: Reorder default developer build options 322 bytes Diff Download File
ChangeLog 6830 11 years ago Marcel Holtmann Release 1.12 25.6 KB Diff Download File
configure.ac 6830 11 years ago Marcel Holtmann Release 1.12 7.5 KB Diff Download File
COPYING 1 15 years ago Marcel Holtmann Initial revision 17.5 KB Diff Download File
HACKING 4028 13 years ago Denis Kenzior HACKING: Add ofono.conf file copy command required 3.9 KB Diff Download File
INSTALL 1 15 years ago Marcel Holtmann Initial revision 9.2 KB Diff Download File
Makefile.am 6828 11 years ago Marcel Holtmann build: Compile support for new D-Bus client helper 22.3 KB Diff Download File
NEWS 1 15 years ago Marcel Holtmann Initial revision Empty Diff Download File
ofono.pc.in 4636 13 years ago Marcel Holtmann build: Support for pkg-config 325 bytes Diff Download File
README 6393 11 years ago Denis Kenzior README: add information about mailing list and sit 886 bytes Diff Download File
TODO 6096 12 years ago Denis Kenzior TODO: Mark Handsfree interface task as done 17.2 KB Diff Download File