Add qterminal-dbg
This commit is contained in:
parent
ab4e9bf2de
commit
6fae9866f4
12
debian/control
vendored
12
debian/control
vendored
@ -30,3 +30,15 @@ Depends:
|
||||
Replaces: qterminal-qt5
|
||||
Description: QT-based multitab terminal emulator
|
||||
Based on QTermWidget by e_k@users.sourceforge.net
|
||||
|
||||
Package: qterminal-dbg
|
||||
Architecture: any
|
||||
Depends:
|
||||
${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libqtermwidget5-0,
|
||||
Replaces: qterminal-qt5
|
||||
Description: QT-based multitab terminal emulator (debug symbols)
|
||||
Based on QTermWidget by e_k@users.sourceforge.net
|
||||
.
|
||||
This package contains debug symbols for qterminal.
|
||||
|
25
debian/rules
vendored
25
debian/rules
vendored
@ -1,32 +1,11 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem cmake --parallel --with quilt
|
||||
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DUSE_QT5=1 -DUSE_SYSTEM_QXT=0 -DBUILD_DESIGNER_PLUGIN=0
|
||||
|
||||
|
||||
maintainer-clean:
|
||||
$(RM) -r checkout
|
||||
$(RM) -r backport
|
||||
$(RM) *.build
|
||||
$(RM) *.changes
|
||||
$(RM) *.deb
|
||||
$(RM) *.dsc
|
||||
$(RM) *.tar.gz
|
||||
$(RM) *.upload
|
||||
|
||||
checkout: maintainer-clean
|
||||
git clone --depth 1 git://github.com/qterminal/qterminal.git checkout; \
|
||||
cd checkout; \
|
||||
cp -a ../debian .; \
|
||||
echo ""; \
|
||||
git log -1 | head; \
|
||||
echo ""
|
||||
|
||||
backport: checkout
|
||||
mv checkout backport
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=qterminal-dbg
|
||||
|
Loading…
x
Reference in New Issue
Block a user