1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
Source: mc
Section: utils
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Uploaders: Yury V. Zaytsev <yury@shurup.com>
,Andreas Tille <tille@debian.org>
,Denis Briand <debian@denis-briand.fr>
Build-Depends: debhelper-compat (= 12), autopoint, intltool, bison
,check
,libext2fs-dev
,gettext
,libaspell-dev
,libglib2.0-dev
,libgpm-dev [linux-any]
,libslang2-dev
,libssh2-1-dev
,libx11-dev
# mc determine zip mode from zip alternatives available at build-time(!)
# hence 'unzip' needed to set proper zip mode, see #661467
,unzip
Standards-Version: 4.7.0
Rules-Requires-Root: binary-targets
Homepage: https://www.midnight-commander.org
Vcs-Browser: https://salsa.debian.org/debian/mc
Vcs-Git: https://salsa.debian.org/debian/mc.git
Package: mc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, mc-data (= ${source:Version}),
Recommends: ${misc:Recommends}
,mailcap
,perl
,sensible-utils
,unzip
Suggests: antiword
,arc | arcanist
,arj
,binutils
,bzip2
,cabextract
,catdoc
,catdvi | texlive-binaries
,clzip | lunzip | lzd | lzip | lziprecover | minilzip | pdlzip | plzip
,cpio
,ctorrent
,dbview
,default-jdk-headless
,djview4
,djvulibre-bin
,elinks
,epub-utils | ncbi-entrez-direct
,exif
,file
,genisoimage
,gettext
,ghostscript
,glade
,gputils
,groff-base
,gv
,imagemagick
,info
,jlha-utils | lhasa
,kchmviewer
,libaspell-dev
,libbatik-java
,libchm-bin
,liblz4-tool
,libxml2-utils
,links2
,links | w3m | lynx
,lyx
,lzma | xz-utils
,man-db
,mikmod
,mpg321
,mplayer
,odt2txt | unoconv
,p7zip-full
,par2
,poedit | potool
,poppler-utils
,procyon-decompiler
,python3:any
,python3-boto
,python3-tz
,rar
,rpm
,sox
,sqlite3
,texlive-binaries
,timidity
,unace | unace-nonfree
,unalz
,unar
,unrar | unrar-free
,unzip
,vorbis-tools
,wimtools
,wv
,xpdf | pdf-viewer
,xpmutils
,xz-utils
,zip
,zstd
Provides: mcedit
Description: Midnight Commander - a powerful file manager
GNU Midnight Commander is a text-mode full-screen file manager. It
uses a two panel interface and a subshell for command execution. It
includes an internal editor with syntax highlighting and an internal
viewer with support for binary files. Also included is Virtual
Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH
servers) and files inside archives to be manipulated like real files.
Package: mc-data
Architecture: all
Multi-Arch: foreign
Breaks: mc (<< 3:4.8.1)
Replaces: mc (<< 3:4.8.1)
Depends: ${misc:Depends}
Description: Midnight Commander - a powerful file manager -- data files
GNU Midnight Commander is a text-mode full-screen file manager. It
uses a two panel interface and a subshell for command execution. It
includes an internal editor with syntax highlighting and an internal
viewer with support for binary files. Also included is Virtual
Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH
servers) and files inside archives to be manipulated like real files.
.
This package provides architecture independent files
|