mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Debian package
This commit is contained in:
parent
7c6b433ade
commit
e128e03eb8
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue