UPD: Debian package

This commit is contained in:
Alexander Koblov 2023-02-23 19:19:51 +03:00
commit e128e03eb8
2 changed files with 1 additions and 5 deletions

View file

@ -83,6 +83,7 @@ Suggests: doublecmd-help-en | doublecmd-help,
libffmpegthumbnailer4v5,
libunrar5,
mplayer,
p7zip-full,
rabbitvcs-core,
xterm | x-terminal-emulator
Description: twin-panel (commander-style) file manager

View file

@ -7,9 +7,6 @@ export HOME=$(CURDIR)/tmphome
dh $@
override_dh_install:
cd language ;\
if [ -f doublecmd.po ] ; then mv doublecmd.po doublecmd.en.po; fi ;
# Remove convenience copy of Free Pascal Qt4 binding, use libqt4pas-dev instead
rm -f plugins/wlx/WlxMplayer/src/qt4.pas
@ -64,8 +61,6 @@ override_dh_strip:
override_dh_clean:
./clean.sh
cd language ;\
if [ -f doublecmd.en.po ] ; then mv doublecmd.en.po doublecmd.po; fi ;
# Clean up temporary HOME
rm -rf $(CURDIR)/tmphome
dh_clean