lp:debian/connman

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/connman
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

9. By Shawn Landden

* New upstream release. (Closes: #688238)
* Add myself to the list of uploaders.
* Bump Standards Version to 3.9.5 (no changes required).
* Build from upstream git:
  - Use dh-autoreconf.
* Use init-system-helpers/dh-systemd.
* Split off connman-vpn.
* Rework descriptions (From Patrik Flykt <email address hidden>).
* Also install manpage for connmanctl.
* Add patch to remove obsolete After=syslog.target
  from systemd service file:
  - debian/patches/0001-remove-After-syslog.target-obsolete.patch

8. By John Paul Adrian Glaubitz

* Non-maintainer upload.
* Bump standards version to 3.9.4 (no changes required).

7. By John Paul Adrian Glaubitz

* Non-maintainer upload.
* Include patch to fix bluetooth offline visibility
  issue CVE-2012-6459 (Closes: #697580).

6. By Mathieu Trudel-Lapierre

[ Andrew Brouwers ]
* New upstream release (closes: #583925, #672989)
* Add debian/watch (closes: #583928)
* Update to compat 8 + standards version 3.9.3
  - Remove debian/tmp from install files
* debian/control:
  - Remove obsolete deps (cdbs, quilt, dpkg-dev, ppp-dev, dhcp3-client)
    (use source format 3.0, too)
  - Add missing deps: iptables-dev, gnutls-dev
  - Add recommends for wpa_supplicant (wifi) + bluez (bluetooth)
  - Add a connman-doc package
* debian/rules:
  - Convert from cdbs -> dh; most of the details outling patches and source
    mangling should be obsolete with regular stable tarball releases;
    simplify the rules file accordingly
  - Add support for openvpn + openconnect to configure
  - Specify systemd unit-file location to provide upstream systemd unit
* Remove NM compatibility mode from default init-script options (no longer
  available upstream); remove connman.default accordingly
* Use dh_installinit for initscript install, and eliminate post/pre-install
  files used to manage the init script; thanks to Patrik Flykt for the
  suggestion!
* Update debian/copyright for DEP5 + GPL-2 simplification
* Punt debian/README.source - docs/*.txt should be covered by copyright
  now - update note accordingly

[ Mathieu Trudel-Lapierre ]
* debian/control:
  - Set VCS-* fields to new location.
  - Add a Conflicts: network-manager, wicd to the connman binary package,
    since they all try to manage the same network devices.
  - Fix my name in uploaders for proper signing.
  - Add a Depends for dbus, lsb-base to connman.
* debian/copyright: updated and fixed to adhere to DEP-5 format.
* debian/rules:
  - override dh_auto_install to fail on files that aren't installed; also
    clean up on .la files.
  - clean up on the debian/connman.init file we copy in installinit.
  - use --restart-on-upgrade for dh_installinit
* debian/patches/01-init-script-lsb-headers.patch: more fixes to the init
  script:
  - set LSB Default-Stop, add NAME, drop 'set -e'.
  - add support for a "status" command.
* debian/control, debian/compat: bump to compat level 9, to get the hardening
  flags at build time.
* debian/connman.install, debian/connman-dev.install: make the paths multiarch
  aware (since that comes along with compat 9).
* debian/connman.postinst, debian/rules: disable the connman init script on
  install if NetworkManager or wicd are installed. See README.Debian.

5. By Mathieu Trudel-Lapierre

* Ubuntu/Debian sync upload
* Re-add missing changes from 0.45+dfsg that made it only in Ubuntu:
  - ship development parts in a connman-dev package (Closes: 546616)
    - add debian/connman-dev.install
    - update debian/control
* Update long descriptions for connman and connman-dev
  - update debian/control
* Add missing Depends on libglib2.0-dev, libdbus-1-dev for connman-dev
  - update debian/control
* Don't run bootstrap twice during build.
  - update debian/rules
* Remove old configure option: enable-ppp, with-pppd, enable-novatel,
  enable-huawei and enable-modemmgr are no longer recognized.
  - update debian/rules

4. By Mathieu Trudel-Lapierre

* New upstream release 0.48
* Drop PolicyKit support for now (Closes: #549497)
  - update debian/connman.install
  - update debian/control
  - update debian/rules
* Exclude /usr/lib/connman from being handled by dh_makeshlibs.
  - update debian/rules
* Add Depends for libdbus-1-dev and libglib2.0-dev.
  - update debian/control
* Clean connman.install to remove inexistant files.
  - update debian/connman.install
* Add new uploader: Mathieu Trudel
  - update debian/control
* Bump debhelper b-dep to 7, add missing compat file.
  - update debian/control
  - add debian/compat
* Bump Standards-Version to 3.8.4
  - update debian/control
* Remove duplicate Section: net from binary package entry.
  - update debian/control
* Update LSB headers patch to follow DEP-3 guidelines.
  - update debian/patches/01-init-script-lsb-headers.patch
* Add debian/watch
* Silence update-rc.d in postinst and postrm scripts.
  - update debian/connman.postinst
  - update debian/connman.postrm
* Add manpage for connmand
  - add debian/manpages/connmand.8
  - add debian/connman.manpages

3. By Alexander Sack

* new upstream release 0.42 with FFe (LP: #444172)

[ Alexander Sack <email address hidden> ]
* LP: #402998 - homepage used in package is outdated; updated to
  http://www.connman.net
  - update debian/control
* LP: #402999 - add Vcs-Browser to debian/control and change Vcs-Bzr
  to read/write location
  - update debian/control
* LP: #400576 - Please use compatible mode to provide NetworkManager
  dbus interface; ship a /etc/default/connman which enables NM
  compatibility mode; also include example how to enable debugging
  - add debian/connman.default
* explicitly install init script
  - debian/connnman.install
* set --only-scripts parameter for dh_installinit (cdbs)
  - update debian/rules

[ Mathieu Trudel <email address hidden> ]
* bump Standards-Version to 3.8.3
  - update debian/control
* add GIT_BRANCH, GIT_BRANCH_NAME, DEB_MAJOR_VERSION to support daily builds
  - update debian/rules
* Add update-local-branch code to work with local git copies
  - update debian/rules
* Revise get-orig-source code, add get-current-source and GET_SOURCE snippets
  - update debian/rules
* Handle dfsg special case, add MAKE_DFSG_COMPLIANT snippet
  - update debian/rules
* Add pre-build, clean targets
  - update debian/rules
* Patch init script to add LSB headers (Closes: #543869)
  - add debian/patches/01-init-script-lsb-headers.patch
  - update debian/patches/series

2. By Alexander Sack

* Upstream snapshot for debian: 0.30+git.1.5b69740e1 (Closes: #475022)
* addresses ftp-master review concerns; see: 0.19+dfsg-1
* setup debian packaging branch:
  - https://code.launchpad.net/~asac/connman/connman.debian.unstable
  - adjust Vcs-Bzr: in debian/control accordingly
* debian/rules: make get-orig-source aware of +dfsg suffix

1. By Alexander Sack

Import upstream version 0.30+git.1.5b69740e1+dfsg

Branch metadata

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

Subscribers