~lubuntu-dev/+git/lxqt-globalkeys-packaging:debian/sid

Last commit made on 2017-12-14
Get this branch:
git clone -b debian/sid https://git.launchpad.net/~lubuntu-dev/+git/lxqt-globalkeys-packaging
Members of Lubuntu Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
debian/sid
Repository:
lp:~lubuntu-dev/+git/lxqt-globalkeys-packaging

Recent commits

838cd11... by Alf Gaida

Cleanup debian/*

* Bumped Standards to 4.1.2, no changes needed
* Removed branch from VCS fields
* Removed debian/gbp.conf

42959a7... by Alf Gaida

Transition to unstable

d599ee7... by Alf Gaida

Merge branch 'debian/experimental' into debian/sid

1f9364c... by Alf Gaida

Cherry-picking upstream version 0.12.0.

bb44ee8... by Alf Gaida

Cherry-picking upstream release 0.12.0.

* Switched to experimental
* Bumped liblxqt0-dev to >= 0.12.0
* Bumped Standards to 4.1.1 +Vcs-Browser:
* Added Breaks/Replaces for lxqt-common << 0.12.0
* Added override_dh_missing
* Added autostart things to install

342f232... by Alf Gaida

Improve debian/$foo

  * Bump Standards to 4.0.0 - no changes needed
  * Recommend lxqt-qtplugin (Closes: #866235)
  * Recommend lxqt-session - globalkeys make only sense with the session
  * Suggest lxqt | lxqt-core

2be1ccb... by Alf Gaida

Cherry-picking upstream release 0.11.1.

* Removed some build dependencies:
  -cmake
  -libqt5xdg-dev
  -libqt5xdgiconloader-dev
  -pkg-config
  -qttools5-dev
  -qttools5-dev-tools
* Bumped build dependency liblxqt0-dev (>= 0.11.1)
* Bumped years in d/copyright

ea1be45... by Alf Gaida

Cherry-picking upstream release 0.11.0.

* Sync debian foo with experimental
* Bumped Standards to 3.9.8, no changes needed
* Bumped compat to 10
* Removed --parallel from rules, compat 10 standard
* Bumped minimum version debhelper (>= 10)
* Bumped minimum version libqtxdg-dev (>= 2.0.0)
* Bumped minimum version liblxqt-dev (>= 0.11.0)
* Added build dependency libqt5svg5-dev
* Added build dependency libqt5xdgiconloader-dev (>= 2.0.0),
* Added Recommends lxqt-globalkeys-l10n
* Followin the Multiarch hinter:
  - Marked liblxqt-globalkeys-ui0 Multi-Arch: same
  - Marked liblxqt-globalkeys0 Multi-Arch: same
* Fixed VCS-Fields, use https and plain /git/
* Fixed copyright Format field
* Bumped copyright years
* Don't install translations
* Added translation control to rules
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
* Exported LC_ALL=C.UTF-8, make builds reproducible
* Added hardening options to rules
* Fixed .gitignore
* Removed Patches, applied upstream
* Fixed *-dev.install

0aabac2... by Alf Gaida

use static_cast for errno

7f59d56... by Alf Gaida

cast some error_t's to make hurd happy