Drop build-deps on quilt in control.
This commit is contained in:
parent
649929590c
commit
f91b37944c
1
debian/control
vendored
1
debian/control
vendored
@ -8,7 +8,6 @@ Priority: optional
|
|||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
cmake (>= 3.0.2),
|
cmake (>= 3.0.2),
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
quilt,
|
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git
|
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git
|
||||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qtermwidget.git
|
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qtermwidget.git
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -2,7 +2,7 @@
|
|||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem cmake --parallel --with quilt
|
dh $@ --buildsystem cmake --parallel
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- -DUSE_QT5=ON -DBUILD_DESIGNER_PLUGIN=0
|
dh_auto_configure -- -DUSE_QT5=ON -DBUILD_DESIGNER_PLUGIN=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user