some improvements in debian $foo
don't usde qterminal.install, use a override instead removed quilt build dependency cleanup source/options
This commit is contained in:
parent
ec9a169d11
commit
06b35453ee
11
debian/control
vendored
11
debian/control
vendored
@ -7,13 +7,12 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
cmake (>= 3.0.2),
|
cmake (>= 3.0.2),
|
||||||
libqtermwidget5-0-dev (>= 0.6.0),
|
libqtermwidget5-0-dev,
|
||||||
libqt5x11extras5-dev (>= 5.3),
|
libqt5x11extras5-dev,
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
qtbase5-private-dev (>= 5.3),
|
qtbase5-private-dev,
|
||||||
qttools5-dev (>= 5.3),
|
qttools5-dev,
|
||||||
qttools5-dev-tools (>= 5.3),
|
qttools5-dev-tools
|
||||||
quilt,
|
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git
|
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git
|
||||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qterminal.git
|
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qterminal.git
|
||||||
|
2
debian/qterminal.install
vendored
2
debian/qterminal.install
vendored
@ -1,2 +0,0 @@
|
|||||||
usr
|
|
||||||
|
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -4,7 +4,10 @@
|
|||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem cmake --parallel --with quilt
|
dh $@ --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/qterminal
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=qterminal-dbg
|
dh_strip --dbg-package=qterminal-dbg
|
||||||
|
2
debian/source/options
vendored
2
debian/source/options
vendored
@ -1,3 +1 @@
|
|||||||
# dont put .xyz in the tarball
|
|
||||||
tar-ignore=.xyz
|
|
||||||
tar-ignore=.gitignore
|
tar-ignore=.gitignore
|
Loading…
x
Reference in New Issue
Block a user