lp:~rsalveti/ofono/rilmodem-packaging-test

Created by Ricardo Salveti and last modified
Get this branch:
bzr branch lp:~rsalveti/ofono/rilmodem-packaging-test
Only Ricardo Salveti can upload to this branch. If you are Ricardo Salveti please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ricardo Salveti
Project:
ofono
Status:
Abandoned

Recent revisions

6834. By Ricardo Salveti

Merging head from lp:~rsalveti/ofono/rilmodem-branch, containing all the rilmodem related changes

6833. By Ricardo Salveti

Pushing the packaging patches from 1.12-0ubuntu8

6832. By Ricardo Salveti

* Changing packaging tree to use bzr bd so we can set up a proper CI for the
  rilmodem related changes (critical for ubuntu touch)
* 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.

6831. By Ricardo Salveti

Import upstream version 1.12+bzr

6830. By Marcel Holtmann

Release 1.12

6829. By Denis Kenzior <email address hidden>

doc: Add USAT certification status document

6828. By Marcel Holtmann

build: Compile support for new D-Bus client helpers

6827. By Marcel Holtmann

gdbus: Increase the method call timeout to 5 minutes

6826. By Marcel Holtmann

gdbus: Add helper for sending async error replies

6825. By Marcel Holtmann

gdbus: Fix race condition with creating duplicate client proxies

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ofono
This branch contains Public information 
Everyone can see this information.

Subscribers