Merge branch 'debian/experimental' into debian/sid
This commit is contained in:
commit
ada60483cb
3
debian/.gitignore
vendored
3
debian/.gitignore
vendored
@ -1,7 +1,8 @@
|
|||||||
/*.debhelper
|
/*.debhelper
|
||||||
/*.log
|
/*.log
|
||||||
/*.substvars
|
/*.substvars
|
||||||
|
/debhelper-build-stamp
|
||||||
/files
|
/files
|
||||||
|
|
||||||
/lxqt-notificationd/
|
/lxqt-notificationd/
|
||||||
/lxqt-notificationd-dbg/
|
|
||||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
lxqt-notificationd (0.12.0-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* Cherry-picking upstream release 0.11.0.
|
||||||
|
* Bumped Standards to 4.1.1 - no changes needed
|
||||||
|
* Bumped liblxqt dependency to >= 0.12.0
|
||||||
|
* Added Breaks/Replaces for lxqt-common << 0.12.0
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Tue, 24 Oct 2017 18:24:23 +0200
|
||||||
|
|
||||||
lxqt-notificationd (0.11.1-2) unstable; urgency=medium
|
lxqt-notificationd (0.11.1-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Bumped Standards to 4.0.0 - no changes needed
|
* Bumped Standards to 4.0.0 - no changes needed
|
||||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -7,14 +7,14 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 10),
|
Build-Depends: debhelper (>= 10),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt0-dev (>= 0.11.1),
|
liblxqt0-dev (>= 0.12.0),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
qtbase5-private-dev
|
qtbase5-private-dev
|
||||||
Standards-Version: 4.0.0
|
Standards-Version: 4.1.1
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-notificationd.git/?h=debian/sid
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-notificationd.git/?h=debian/experimental
|
||||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-notificationd.git -b debian/sid
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-notificationd.git -b debian/experimental
|
||||||
Homepage: https://github.com/lxde/lxqt-notificationd
|
Homepage: https://github.com/lxde/lxqt-notificationd
|
||||||
|
|
||||||
Package: lxqt-notificationd
|
Package: lxqt-notificationd
|
||||||
@ -23,6 +23,8 @@ Depends: ${misc:Depends},
|
|||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Recommends: lxqt-notificationd-l10n,
|
Recommends: lxqt-notificationd-l10n,
|
||||||
lxqt-qtplugin
|
lxqt-qtplugin
|
||||||
|
Breaks: lxqt-common (<< 0.12.0)
|
||||||
|
Replaces: lxqt-common (<< 0.12.0)
|
||||||
Provides: notification-daemon
|
Provides: notification-daemon
|
||||||
Description: LXQt notification daemon
|
Description: LXQt notification daemon
|
||||||
The LXQt notification daemon.
|
The LXQt notification daemon.
|
||||||
|
2
debian/gbp.conf
vendored
2
debian/gbp.conf
vendored
@ -1,5 +1,5 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
debian-branch = debian/sid
|
debian-branch = debian/experimental
|
||||||
upstream-branch = upstream/latest
|
upstream-branch = upstream/latest
|
||||||
pristine-tar = True
|
pristine-tar = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user