parent
e145b8a2ca
commit
b3675c86e7
@ -0,0 +1,5 @@
|
||||
lxqt-notificationd (0.7.96-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #747602)
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Wed, 10 Sep 2014 00:54:55 +0200
|
@ -0,0 +1 @@
|
||||
9
|
@ -0,0 +1,46 @@
|
||||
Source: lxqt-notificationd
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Alf Gaida <agaida@siduction.org>
|
||||
Build-Depends:
|
||||
cmake,
|
||||
debhelper (>= 9),
|
||||
libx11-dev,
|
||||
pkg-config,
|
||||
liblxqt-qt5-0-dev (>= 0.7.0),
|
||||
libqt5x11extras5-dev (>= 5.3.0),
|
||||
libqt5xdg-dev (>= 1.0.0),
|
||||
qttools5-dev (>= 5.3.0),
|
||||
qttools5-dev-tools (>= 5.3.0),
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: https://github.com/lxde/lxqt-config
|
||||
#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-config.git
|
||||
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-config.git;a=summary
|
||||
|
||||
Package: lxqt-notificationd-qt5
|
||||
Architecture: any
|
||||
Breaks:
|
||||
lxqt-notificationd,
|
||||
Replaces:
|
||||
lxqt-notificationd,
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Provides:
|
||||
notification-daemon,
|
||||
Description: LXQt notification daemon
|
||||
The LXQt notification daemon
|
||||
.
|
||||
This package contain the LXQt notification daemon.
|
||||
|
||||
Package: lxqt-notificationd-qt5-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
lxqt-notificationd-qt5 (= ${binary:Version}),
|
||||
Description: LXQt notification daemon (debug symbols)
|
||||
The LXQt notification daemon
|
||||
.
|
||||
This package contain the debugging symbols.
|
@ -0,0 +1,46 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: lxqt-notificationd
|
||||
Source: https://github.com/lxde/lxqt-notificationd
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2014 LXQt team
|
||||
2010-2012 Razor team
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014 Alf Gaida <agaida@siduction.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
License: GPL-2.0+
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
|
||||
License: LGPL-2.1+
|
||||
This package is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU Lesser General
|
||||
Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
|
@ -0,0 +1 @@
|
||||
AUTHORS
|
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
export USE_QT5=1
|
||||
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake --parallel
|
||||
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-notificationd-qt5
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=lxqt-notificationd-qt5-dbg
|
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
https://github.com/lxde/lxqt-notificationd/releases .*/([\d\.]+).tar.gz
|
Loading…
Reference in new issue