some licence stuff and debian/$foo

ubuntu/bionic
Alf Gaida 10 years ago committed by Andrew Lee (李健秋)
parent ce1316f5ce
commit b99499f60a

4
debian/control vendored

@ -7,7 +7,7 @@ Build-Depends:
debhelper (>= 9),
libx11-dev,
pkg-config,
liblxqt-qt5-0-dev,
liblxqt-qt5-0-dev (>= 0.7.0),
liblxqt-globalkeys-qt5-0-dev (>= 0.7.0),
liblxqt-globalkeys-ui-qt5-0-dev (>= 0.7.0),
libqt5x11extras5-dev (>= 5.3.1),
@ -45,4 +45,4 @@ Depends:
Description: LXQt program launcher (debug)
Tool used to launch programs quickly by typing their names
.
This package contain debugging symbols.
This package contain the debugging symbols.

4
debian/copyright vendored

@ -22,9 +22,7 @@ License: GPL-2.0+
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".

1
debian/rules vendored

@ -7,6 +7,7 @@ export USE_QT5=1
%:
dh ${@} --buildsystem cmake --parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-runner-qt5

Loading…
Cancel
Save