add initial debian files

ubuntu/cosmic
Alf Gaida 10 years ago committed by Andrew Lee (李健秋)
parent 9e35c4f8bd
commit 044739992c

5
debian/changelog vendored

@ -0,0 +1,5 @@
lxqt-about (0.7.96-1) unstable; urgency=medium
* Initial release (Closes: #747600)
-- Alf Gaida <agaida@siduction.org> Tue, 09 Sep 2014 01:13:14 +0200

1
debian/compat vendored

@ -0,0 +1 @@
9

32
debian/control vendored

@ -0,0 +1,32 @@
Source: lxqt-about
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 (>= 0.5.3),
libqt5xdg-dev (>= 1.0.0),
qttools5-dev (>= 0.5.3),
qttools5-dev-tools (>= 0.5.3),
Standards-Version: 3.9.5
Homepage: https://github.com/lxde/liblxqt
#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-about.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-about.git;a=summary
Package: lxqt-about-qt5
Breaks:
lxqt-about,
Replaces:
lxqt-about,
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: About screen for LXQt
About screen for LXQt
.
This package contain the LXQt about screen.

48
debian/copyright vendored

@ -0,0 +1,48 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lxqt-about
Source: https://github.com/lxde/lxqt-about
Files: *
Copyright: 2012-2014 LXQt team
2010-2012 Razor team
2010-2014 Petr Vanek <petr@scribus.info>
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".

1
debian/docs vendored

@ -0,0 +1 @@
AUTHORS

8
debian/rules vendored

@ -0,0 +1,8 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
export USE_QT5=1
%:
dh ${@} --buildsystem cmake --parallel

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored

@ -0,0 +1,2 @@
version=3
https://github.com/lxde/lxqt-about/releases .*/([\d\.]+).tar.gz
Loading…
Cancel
Save