From 91bb3b7bce2297f022a7d48604b1d8e3b9c54a8a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:22:04 +0200 Subject: Adding debian version 3:4.8.30-1. Signed-off-by: Daniel Baumann --- debian/README.Debian | 35 + debian/changelog | 2125 ++++++++++++++++++++ debian/clean | 9 + debian/control | 79 + debian/copyright | 184 ++ debian/gbp.conf | 4 + debian/icons/MidnightCommander.png | Bin 0 -> 6466 bytes debian/icons/mc.svg | 1147 +++++++++++ debian/icons/mc.xpm | 45 + debian/icons/mcedit.xpm | 42 + debian/mc-data.doc-base | 8 + debian/mc-data.docs | 6 + debian/mc-data.install | 6 + debian/mc-data.links | 9 + debian/mc.NEWS | 15 + debian/mc.desktop | 20 + debian/mc.install | 7 + debian/mc.links | 5 + debian/mc.lintian-overrides | 4 + debian/mc.maintscript | 9 + debian/mc.postinst | 13 + debian/mc.postrm | 19 + debian/mc.prerm | 11 + debian/mcedit.desktop | 76 + debian/patches/2987.patch | 25 + debian/patches/alt_editor.patch | 27 + debian/patches/disable_internal_editor.patch | 21 + debian/patches/dummy-zip-password.patch | 19 + debian/patches/ext_run-mailcap.patch | 23 + debian/patches/ext_use_default_editor.patch | 18 + debian/patches/mcedit_auto_indent.patch | 20 + debian/patches/mcedit_full_path.patch | 34 + debian/patches/mcedit_group_undo.patch | 19 + debian/patches/series | 15 + debian/patches/use_sensible-editor.patch | 20 + debian/patches/uzip_528239.patch | 25 + debian/rules | 67 + debian/skins/mc_skin2thin.pl | 63 + .../modarin-1.2-thin/modarcon16-defbg-thin.ini | 184 ++ debian/skins/modarin-1.2-thin/modarcon16-thin.ini | 184 ++ .../modarin-1.2-thin/modarcon16root-defbg-thin.ini | 184 ++ .../skins/modarin-1.2-thin/modarcon16root-thin.ini | 184 ++ .../modarin-1.2-thin/modarin256-defbg-thin.ini | 184 ++ debian/skins/modarin-1.2-thin/modarin256-thin.ini | 184 ++ .../modarin-1.2-thin/modarin256root-defbg-thin.ini | 184 ++ .../skins/modarin-1.2-thin/modarin256root-thin.ini | 184 ++ debian/skins/modarin-1.2.txt | 32 + debian/source/format | 1 + debian/source/include-binaries | 1 + debian/source/lintian-overrides | 2 + debian/source/options | 2 + debian/watch | 2 + 52 files changed, 5786 insertions(+) create mode 100644 debian/README.Debian create mode 100644 debian/changelog create mode 100644 debian/clean create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/icons/MidnightCommander.png create mode 100644 debian/icons/mc.svg create mode 100644 debian/icons/mc.xpm create mode 100644 debian/icons/mcedit.xpm create mode 100644 debian/mc-data.doc-base create mode 100644 debian/mc-data.docs create mode 100644 debian/mc-data.install create mode 100644 debian/mc-data.links create mode 100644 debian/mc.NEWS create mode 100644 debian/mc.desktop create mode 100644 debian/mc.install create mode 100644 debian/mc.links create mode 100644 debian/mc.lintian-overrides create mode 100644 debian/mc.maintscript create mode 100644 debian/mc.postinst create mode 100644 debian/mc.postrm create mode 100644 debian/mc.prerm create mode 100644 debian/mcedit.desktop create mode 100644 debian/patches/2987.patch create mode 100644 debian/patches/alt_editor.patch create mode 100644 debian/patches/disable_internal_editor.patch create mode 100644 debian/patches/dummy-zip-password.patch create mode 100644 debian/patches/ext_run-mailcap.patch create mode 100644 debian/patches/ext_use_default_editor.patch create mode 100644 debian/patches/mcedit_auto_indent.patch create mode 100644 debian/patches/mcedit_full_path.patch create mode 100644 debian/patches/mcedit_group_undo.patch create mode 100644 debian/patches/series create mode 100644 debian/patches/use_sensible-editor.patch create mode 100644 debian/patches/uzip_528239.patch create mode 100755 debian/rules create mode 100755 debian/skins/mc_skin2thin.pl create mode 100644 debian/skins/modarin-1.2-thin/modarcon16-defbg-thin.ini create mode 100644 debian/skins/modarin-1.2-thin/modarcon16-thin.ini create mode 100644 debian/skins/modarin-1.2-thin/modarcon16root-defbg-thin.ini create mode 100644 debian/skins/modarin-1.2-thin/modarcon16root-thin.ini create mode 100644 debian/skins/modarin-1.2-thin/modarin256-defbg-thin.ini create mode 100644 debian/skins/modarin-1.2-thin/modarin256-thin.ini create mode 100644 debian/skins/modarin-1.2-thin/modarin256root-defbg-thin.ini create mode 100644 debian/skins/modarin-1.2-thin/modarin256root-thin.ini create mode 100644 debian/skins/modarin-1.2.txt create mode 100644 debian/source/format create mode 100644 debian/source/include-binaries create mode 100644 debian/source/lintian-overrides create mode 100644 debian/source/options create mode 100644 debian/watch (limited to 'debian') diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..8663a46 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,35 @@ +mc for Debian +------------- + + New 256-color skins require 256 color mode support in terminal which + can be enabled by setting "TERM=xterm-256color" + + New skins may have problems with rendering double-line frames + in some terminal applications, presumably due to font settings. + In such case you may use '-thin' variant of skin with single-line + frame or reconfigure terminal settings. + + -- Dmitry Smirnov Thu, 16 Mar 2012 13:32:44 +1100 + + + - In order to get rid of the commandline history to be full with cd commands + from the both boxes set this environment variable: + + export HISTCONTROL=ignoreboth + + This is a issue with bash, not mc. This would fix it. + + - In newer mc versions ( >=4.6.2~pre1-1 ) the behaviour of M-o changed. + The old behaviour can now be found on the M-i key. + + - mc now supports user-defined colors. For a short documentation have a look + here: + + http://www.midnight-commander.org/wiki/doc/common/skins + + -- Patrick Winnertz on Tue, 05 Mar 2008 11:08:27 +0100 + + Amendments by + + -- Yury V. Zaytsev on Tue 29 Dec 2009 16:32:18 CET + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f4c2a2b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,2125 @@ +mc (3:4.8.30-1) unstable; urgency=medium + + * New upstream release. + * Build-Depends: e2fslibs-dev => libext2fs-dev. + + -- Dmitry Smirnov Sat, 25 Nov 2023 13:37:05 +1100 + +mc (3:4.8.29-2) unstable; urgency=medium + + * Remove obsolete "/etc/mc/mc.ext" conffile (Closes: #1030731). + Thanks, Sven Joachim. + + -- Dmitry Smirnov Tue, 14 Feb 2023 23:56:55 +1100 + +mc (3:4.8.29-1) unstable; urgency=medium + + * New upstream release. + * Standards-Version: 4.6.2. + + -- Dmitry Smirnov Mon, 06 Feb 2023 17:14:50 +1100 + +mc (3:4.8.28-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Ensure consistent timestamp on mcedit manpage. + (Closes: #828683) + + -- Vagrant Cascadian Tue, 10 Jan 2023 09:50:36 -0800 + +mc (3:4.8.28-1) unstable; urgency=medium + + * New upstream release. + * Replaced transitional "mime-support" with "mailcap" (Closes: #991780). + Thanks, Thomas Uhle. + + -- Dmitry Smirnov Sun, 03 Apr 2022 08:10:15 +1000 + +mc (3:4.8.27-1) unstable; urgency=medium + + * New upstream release. + + CVE-2021-36370: sftpfs/vfs server fingerprint isn't verified. + (Closes: #993404). + + cannot view rar archives with unrar version 6 (Closes: #985972). + * Standards-Version: 4.6.0. + + -- Dmitry Smirnov Fri, 03 Sep 2021 03:35:15 +1000 + +mc (3:4.8.26-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix PKZIP archive handling, patch backported from upstream + + -- Thorsten Glaser Tue, 01 Jun 2021 15:26:23 +0200 + +mc (3:4.8.26-1) unstable; urgency=medium + + * New upstream release. + * Suggests += "unar, wimtools". + + -- Dmitry Smirnov Mon, 01 Feb 2021 12:44:43 +1100 + +mc (3:4.8.25-1) unstable; urgency=low + + * New upstream release. + * Recommends += "sensible-utils". + + -- Dmitry Smirnov Fri, 02 Oct 2020 18:04:08 +1000 + +mc (3:4.8.24-2) unstable; urgency=medium + + * New upstream patch to fix browsing of .DEB packages (Closes: #949700). + + -- Dmitry Smirnov Sun, 26 Jan 2020 08:23:52 +1100 + +mc (3:4.8.24-1) unstable; urgency=medium + + * New upstream release. + * Standards-Version: 4.5.0. + + -- Dmitry Smirnov Wed, 22 Jan 2020 11:43:23 +1100 + +mc (3:4.8.23-1) unstable; urgency=medium + + * New upstream release. + + fixed "Failed gpm connect attempt ... for vc /dev/tty0" + (Closes: #743566). + * Standards-Version: 4.4.0. + * DH & compat to version 12. + * Removed source compression options. + + -- Dmitry Smirnov Fri, 23 Aug 2019 12:10:00 +1000 + +mc (3:4.8.22-1) unstable; urgency=medium + + * New upstream release. + * Suggests += "epub-utils". + * Standards-Version: 4.3.0. + + -- Dmitry Smirnov Sat, 19 Jan 2019 00:10:34 +1100 + +mc (3:4.8.21-1) unstable; urgency=medium + + * New upstream release [June 2018]. + + added .tar.zst / .tzst support (Closes: #893389). + * Set myself as Maintainer (Closes: #899775). + * Updated Vcs URLs to Salsa. + * Removed needless dependency versioning. + * Standards-Version: 4.1.4. + * rules: removed "--parallel" which is implied on DH/compat v11. + + -- Dmitry Smirnov Wed, 06 Jun 2018 14:34:10 +1000 + +mc (3:4.8.20-1) unstable; urgency=medium + + * New upstream release. + + fixed random crash at startup (Closes: #870728). + * rules: removed call to dpkg-parsechangelog. + * Debhelper & compat to version 11. + * Standards-Version: 4.1.3. + + -- Dmitry Smirnov Sun, 04 Mar 2018 16:40:01 +1100 + +mc (3:4.8.19-1) unstable; urgency=low + + * new upstream release + + Closes: #866019 (crash On SFTP Upload). + + Closes: #808303 (filtered view does not work). + + Closes: #825974 (subshell no longer sees correct terminal size). + + * remove merged patches: + + uzip_528239.patch + + * update patches: (use gboolean instead of int) + + disable_internal_editor.patch + + mcedit_full_path.patch + + mcedit_auto_indent.patch + + mcedit_group_undo.patch + + * Remove Patrick Winnertz from + the Uploaders List (MIA). Thank you Patrick for + all your work on mc package. + It was a pleasure to work with you. + (Closes: #867758). + + * Fix some spelling errors in manpage. + * Bump standard version to 4.0.0 + * Use secure URI for upstream web site. + * fix error message when you gzip or bzip files from user menu. + Thanks to Yuriy M. Kaminskiy (Closes: #863984). + + -- Denis Briand Fri, 04 Aug 2017 23:03:29 +0200 + +mc (3:4.8.18-1) unstable; urgency=low + + [ Denis Briand ] + * Update repository in debian/watch (thanks Yury). + + [ Dmitry Smirnov ] + * New upstream release [October 2016]. + * Vcs-Git URL to HTTPS. + * Suggests += "libaspell-dev" + mcedit needs libaspell for spellchecking functionality. + -dev package is required because mcedit is looking for "libaspell.so". + + -- Dmitry Smirnov Mon, 17 Oct 2016 09:59:29 +1100 + +mc (3:4.8.17-1) unstable; urgency=low + + * New upstream release [May 2016] (Closes: #746990). + + [ Denis Briand ] + * Fixed spelling error in manpage s/interpeted/interpreted/ + * Removed obsolete patches: + - 3379.patch + - update-po.patch + + [ Dmitry Smirnov ] + * Updated copyright file. + * Standards-Version: 3.9.8. + * Modernised Vcs-Browser URL. + * dbgsym-migration: dropped "mc-dbg" package. + * Remove obsolete conffile "/etc/mc/mc.menu.sr". + + -- Dmitry Smirnov Mon, 09 May 2016 07:41:26 +1000 + +mc (3:4.8.15-2) unstable; urgency=low + + * Upload to unstable. + + [ Dmitry Smirnov ] + * Updated "mcedit_full_path.patch" to modify corresponding man page. + * Fix build with "debuild -A" (Closes: #806076). + + [ Denis Briand ] + * Remove debian/mc.menu file (see #741573). + + -- Denis Briand Sat, 19 Dec 2015 23:15:45 +0100 + +mc (3:4.8.15-1) experimental; urgency=low + + * New upstream version [November 2015]. + + fixed "segfault for SFTP VFS" (Closes: #774135). + * Handle conffile removal from maintscript. + * New "mcedit_full_path.patch" to show full path to the file in 'mcedit'. + + -- Dmitry Smirnov Thu, 12 Nov 2015 17:12:11 +1100 + +mc (3:4.8.14-1) experimental; urgency=low + + * New upstream version [March 2015]: + + fix mcedit: status line doesn't show full path to file (Closes: #764226). + + fix file selection by patterns uses bytes instead of unicode characters + (Closes: #663136). + + [ Denis Briand ] + * Add lintian override on debian-watch-may-check-gpg-signature + Upstream doesn't provide gpg signature. + * Add Keywords entry into debian/mc.desktop file. + * Add mcedit.desktop file. + * Denis Briand goes back into the package devel team. + Add into 'uploaders' field. + * Add mcedit into Debian menu. + * Add mcedit icon. + * Remove merged upstream patches: + + 2966.patch + + 3297.patch + + pot.patch + + [ Dmitry Smirnov ] + * Minor copyright updates; refreshed "2987" and "alt_editor" patches. + * rules: dropped obsolete "override_dh_builddeb". + * rules: policy §4.9 compliant "get-orig-source". + + -- Denis Briand Tue, 24 Mar 2015 12:43:27 +0100 + +mc (3:4.8.13-3) unstable; urgency=medium + + * New upstream patch to fix loss of destination file when pre-allocation + fail (Closes: #767463). + * New patch to prevent accidental execution of shell command + (Closes: #703741). + Thanks, Dmitry Borisyuk. + * New patch to use dummy password to prevent hangs on extraction from + encrypted ZIP archives (Closes: #772080). + Thanks, Dmitry Borisyuk. + * New patch to fix bashism in "gitfs+" helper (Closes: #772306). + Thanks, Raphael Geissert. + * Update translations during build (Closes: #772879). + + -- Dmitry Smirnov Sat, 13 Dec 2014 21:35:45 +1100 + +mc (3:4.8.13-2) unstable; urgency=medium + + * New "2966.patch" to fix viewing broken man pages (Closes: #700569). + * Standards-Version: 3.9.6. + + -- Dmitry Smirnov Mon, 29 Sep 2014 17:09:08 +1000 + +mc (3:4.8.13-1) unstable; urgency=low + + * New upstream release [September 2014]. + * Added "debian/gbp.conf". + + -- Dmitry Smirnov Tue, 09 Sep 2014 16:48:34 +1000 + +mc (3:4.8.12-1) unstable; urgency=low + + * New upstream release [April 2014]. + + fixed Alt-P "format parahraph" (Closes: #725692). + + fixed tilde ("~") expansion (Closes: #733621). + * Refreshed thin "modarin" skins. + * Standards to 3.9.5. + + -- Dmitry Smirnov Wed, 02 Apr 2014 13:07:19 +1100 + +mc (3:4.8.11-1) unstable; urgency=low + + * New upstream release [November 2013]. + + fixed behaviour with "num_history_items_recorded=0" (Closes: #723868). + + no longer use deprecated "find -perm +xxx" (Closes: #724766). + * Removed all backported and forwarded patches. + + -- Dmitry Smirnov Thu, 05 Dec 2013 05:41:14 +1100 + +mc (3:4.8.10-4) unstable; urgency=low + + * New backported "3059.patch" to fix "Compute totals" progress bar and + segfault on copy/move operations (Closes: #722891); + Thanks, Graham Inggs. + + -- Dmitry Smirnov Tue, 17 Sep 2013 17:28:54 +1000 + +mc (3:4.8.10-3) unstable; urgency=low + + * New backported patches: + + "3047.patch" to fix handling directories in command line + (Closes: #714369). + + "3053.patch" to fix FTBFS on GNU Hurd. + + -- Dmitry Smirnov Sat, 14 Sep 2013 15:15:07 +1000 + +mc (3:4.8.10-2) unstable; urgency=low + + * Upload to unstable. + * New backported "3070.patch" to fix saving changes in nested archives + (Closes: #721961). + * Consolidated some viewer override patches into "ext_run-mailcap.patch"; + extended the latter to use `see` instead of `realplay` to open .ram + files. + * mc: "Provides: mcedit" (Closes: #720938). + * Enabled verbose build using "--disable-silent-rules". + + -- Dmitry Smirnov Sun, 08 Sep 2013 13:18:36 +1000 + +mc (3:4.8.10-1) experimental; urgency=low + + * New upstream release [August 2013]. + * No longer ship "debian/skins/modarin-1.2" since upstream integrated + original "modarin" skins to orig.tar. + * Patchworks: + - dropped "mcedit_max-size.patch" as upstream removed limitation + for file size. + - all backported patches are dropped. + + some remaining patches were refreshed. + + added new patch to fix "macro `\' not defined" in man pages. + * mc-data: "Multi-Arch: foreign" (Closes: #712243). + + -- Dmitry Smirnov Sat, 03 Aug 2013 21:17:55 +1000 + +mc (3:4.8.8-1) experimental; urgency=low + + * New upstream release [April 2013] + + Fixed "Improper sanitization of MC_EXT_SELECTED variable" + CVE-2012-4463 (Closes: #689571). + + Fixed "Panelize loses files after find" (Closes: #694943). + * Patchworks: + * Dropped all backported patches. + * Removed patches (no longer needed due to upstream changes): + - man_mc + - ext_libreoffice + - ext_use_default_pdf_viewer + - ext_use_dvicat_instead_of_dvi2tty + * New patches: + + [ext_open_dvi] to use mailcap entry to choose dvi viewer instead + of hardcoded `xdvi`. + + [2991] to fix MC#2991 "find dialog status area not properly + cleared upon update". + + [3000] to fix MC#3000 "incorrect file size in overwrite dialog". + + [3001] to fix MC#3001 "garbage in subshell prompt". + * Renaming keymap conffiles in [postinst,postrm,preinst] according to + upstream changes. + * Added (Oregon State University) mirror to debian/watch. + + -- Dmitry Smirnov Mon, 10 Jun 2013 01:38:56 +1000 + +mc (3:4.8.5-1) unstable; urgency=low + + * Upload to unstable. + * Standards to 3.9.4. + * Suggests: + + genisoimage (provides "/usr/bin/isoinfo") (Closes: #701190). + + poppler-utils (provides "/usr/bin/pdftotext"). + * Removed obsolete "DM-Upload-Allowed: yes". + * Updated my email address and copyright years. + + -- Dmitry Smirnov Sun, 19 May 2013 11:02:26 +1000 + +mc (3:4.8.5-1~exp5) experimental; urgency=low + + * New backported patch to fix diff.gz inspection from symlink + (Closes: #689258). + + -- Dmitry Smirnov Thu, 04 Oct 2012 11:35:25 +1000 + +mc (3:4.8.5-1~exp4) experimental; urgency=low + + * New backported patch to fix ESC+TAB completion on paths + starting with "~" (Closes: #688075). + * Removing obsolete conffile "/etc/mc/edit.spell.rc" (Closes: #687459). + + -- Dmitry Smirnov Tue, 25 Sep 2012 09:55:29 +1000 + +mc (3:4.8.5-1~exp3) experimental; urgency=low + + * New ext_use_default_editor.patch to override "vi" hardcoded in mc.ext + with "editor" to invoke system's default editor instead of vi. + + -- Dmitry Smirnov Sat, 22 Sep 2012 13:20:25 +1000 + +mc (3:4.8.5-1~exp2) experimental; urgency=low + + * debian/clean to remove generated files in order to allow second + build in the same source tree. + * replace '$${prefix}' passed to --libexecdir with '/usr' to fix ext.d + handlers. Otherwise '${prefix}' get embedded to scripts which makes + them fail if ${prefix} variable is not set. + + -- Dmitry Smirnov Fri, 14 Sep 2012 15:27:42 +1000 + +mc (3:4.8.5-1~exp1) experimental; urgency=low + + * New upstream release [September 2012] + (Closes: #681773) "segfaults when /tmp/mc-root is not owned by root". + * build using: + + --enable-aspell to enable spell check in internal editor. + + --enable-vfs-sftp for SFTP support. + + --as-needed to minimise needless linking. + * New build dependencies: + + libaspell-dev + + libssh2-1-dev + * Build-Depends are sorted and alphabetised. + * Suggest 'texlive-binaries' (providing 'dvi2tty') as alternative + to 'catdvi'. + * new patches: + + 2873 to fix "'Enter' action on a rpm file with space in file name". + + 2881 to fix "two-columns extra offset of cursor after tab character". + + mcedit_group_undo.patch to use "Group undo" by default in mcedit. + * dropped obsolete (applied-upstream or old backported) patches. + * remaining patches are updated; backported patches applied first. + * force x-www-browser instead of upstream list of browsers. + + -- Dmitry Smirnov Thu, 13 Sep 2012 02:43:55 +1000 + +mc (3:4.8.3-10) unstable; urgency=low + + * New backported patch to fix diff.gz inspection from symlink + (Closes: #689258). + + -- Dmitry Smirnov Tue, 02 Oct 2012 19:09:51 +1000 + +mc (3:4.8.3-9) unstable; urgency=low + + * new backported patch to fix ESC+TAB completion on paths + starting with "~" (Closes: #688075). + + -- Dmitry Smirnov Mon, 24 Sep 2012 01:36:11 +1000 + +mc (3:4.8.3-8) unstable; urgency=low + + * New backported patches: + + to fix "cannot Copy/Move files with filename encoding change". + + to fix "can't create or enter directory ~". + + -- Dmitry Smirnov Mon, 10 Sep 2012 12:32:50 +1000 + +mc (3:4.8.3-7) unstable; urgency=low + + * New backported patches: + + to fix bug in shell link history. + + to fix incomplete sand256 skin. + * Minor update to 2862.patch as per upstream merge. + + -- Dmitry Smirnov Thu, 30 Aug 2012 18:53:22 +1000 + +mc (3:4.8.3-6) unstable; urgency=low + + * xz compression for binary packages. + * new backported patches: + + to fix "refresh problem in directory tree view" (Closes: #675692). + + to fix "mcedit can't save file in safe mode" (Closes: #673252). + + -- Dmitry Smirnov Sat, 25 Aug 2012 12:19:25 +1000 + +mc (3:4.8.3-5) unstable; urgency=low + + * 2800.patch is corrected to avoid crash on entering archives. + + -- Dmitry Smirnov Sun, 05 Aug 2012 21:52:36 +1000 + +mc (3:4.8.3-4) unstable; urgency=low + + * new backported patches: + + to fix "Garbage directory listing in ftpfs" + (Closes: #681515, #675921). + + to fix "hex search: can't find 00 (zeroes) in patterns". + * mc.desktop is validated with 'desktop-file-validate' and corrected. + + -- Dmitry Smirnov Sun, 05 Aug 2012 09:51:58 +1000 + +mc (3:4.8.3-3) unstable; urgency=high + + * added new backported patch to fix issue which may cause loss of data + on copy to full partition (Closes: #677038). + + -- Dmitry Smirnov Wed, 27 Jun 2012 04:51:30 +1000 + +mc (3:4.8.3-2) unstable; urgency=low + + * do not FTBFS on failed post-build tests. + + -- Dmitry Smirnov Sun, 06 May 2012 14:49:48 +1000 + +mc (3:4.8.3-1) unstable; urgency=low + + * New upstream release [April 2012] + + fixed crash on compare files with panel in quickview mode + (Closes: #666692) + * dropped cannot-copy-zero-length-files-with-Preallocate_space-option.patch + (applied-upstream) + * new backported patches: + + to fix FTBFS with --enable-tests + + to fix warning on entering archives + + to fix crash on relative symlink creation + + to fix crash on 'chown' + * old patches are refreshed, sorted and renamed + * minor debian/copyright clean-up + * changing debian source compression to .xz + + -- Dmitry Smirnov Sat, 05 May 2012 08:14:20 +1000 + +mc (3:4.8.1-4) unstable; urgency=low + + * patch (Closes: #664840 I:"cannot copy zero-length files with + [Preallocate space] option") + * d-rules: invoke autogen.sh if present in source tree to + simplify building from trunk + + -- Dmitry Smirnov Wed, 29 Mar 2012 22:51:16 +1100 + +mc (3:4.8.1-3) unstable; urgency=low + + * new beautiful 256 color skins "modarin-1.2" by Oliver Lange + * d-README.Debian: Document a potential issue about invisible + double lines in those skins and how to work around these. + * d-control: no longer suggest transitional 'xpdf-reader' + * d-rules: build with all hardening + + -- Dmitry Smirnov Fri, 16 Mar 2012 09:49:52 +0100 + +mc (3:4.8.1-2) unstable; urgency=low + + * Build-Depends are updated: 'bison' moved to build-deps; + architecture wildcard replaced silly "type-handling | not+linux-gnu" + (Closes: #587875 N:"Please remove type-handling dependency") + * new patch to increase maximum file size for mcedit to 128 MiB + (Closes: #369565 W:"mcedit: wishing a bigger file size limit") + Thanks to Daniele Giacomini. + * new patch to disable "Return does autoindent" by default in mcedit + (Closes: #570502 N:"mcedit: adding extra spaces when pasting a text + preceded by spaces") + (Closes: #575711 N:"pasting extra tabs, AGAIN") + * added mc.NEWS file with notes about important changes in this release + (Closes: #661435 W:"lynx-like motion is lost during upgrade to 4.8.1") + * added symlinks to all scripts in /usr/lib/mc for backward compatibility + * new patch to correct path to scripts in man page + (Closes: #661481 N:"Acknowledgement mc: /usr/share/mc/bin/mc.sh missing") + * 'unzip' added to build-deps to set proper zip mode at build-time; + 'unzip' moved to Recommends from Suggests. + (Closes: #661467 N:"mc: zip file browsing broken") + * Recommends 'perl' and 'unzip' instead of Suggests + * dropped old 20_wrong_path_to_wrappers.patch, which was breaking + correct path to wrappers (note the precisely chosen file name ;) + * corrected and properly annotated 09_uzip_broken_528239.patch + + -- Dmitry Smirnov Mon, 27 Feb 2012 17:16:53 +1100 + +mc (3:4.8.1-1) unstable; urgency=low + + * New upstream release [December 2011] + (Closes: #618542 N:"please follow upstream progress") + (Closes: #528331 N:"[VFS] utar is unable to open .tar files") + (Closes: #626287 N:"SHIFT+F6 should open rename dialog") + (Closes: #609489 I:"If is pressed ~/.mc/cedit/Syntax is missing") + (Closes: #606331 I:"regression: panel configuration on startup; + view search configuration") + (Closes: #567119 I:"mcedit ignores editnormal in MC_COLOR_TABLE") + (Closes: #587372 N:"fish does not preserve modification time when + copying files to remote host") + (Closes: #592396 N:"file rename (F6) with non-usual characters failed") + (Closes: #525146 N:"mc hangs when copying multiple files from ftp") + (Closes: #574761 N:" [VFS] internal tar considers files containig + '@' as directories.") + (Closes: #584687 N:"mc/fish segfaults when remote copy/move appends + to existing file") + (Closes: #619092 W:"Wishlist: mc to open ISO files") + (Closes: #602857 M:"use 7zr for generic .7z archives if available") + (Closes: #61987 W:"total ETA wanted") + * debian/watch + • fixed and updated to fetch latest .tar.xz + * dropped CDBS, now using debhelper only + * debhelper & compat to version 9 + * dh-autoreconf to update toolchain + * intltoolize to refresh Makefile.in.in + * debian/control + • standards to 3.9.3 (thanks to Andreas Tille) + • added to build-deps: + + 'type-handling' as alternative to 'libgpm-dev' + + 'libpam0g-dev' optional, used by build system + + 'check' to enable post-build unit tests + + 'autopoint' (used by autoreconf) + • 'bison' added to Build-Depends-Indep + if available, it is used by upstream build system + to regenerate some files + • added myself to Uploaders + * debian/copyright: + • updated and converted to DEP-5 + • added copyrights of debian contributors + • audit of upstream licenses/copyrights - all information is included + * configure options + + --disable-static + + --enable-tests + - --without-samba (obsolete) + * patchworks: + • relocated to debian/patches from subdir + • new patches: + + new man_spelling.patch (lintianisation) + + new ext_libreoffice.patch to replace 'ooffice' command + with 'libreoffice' - thanks to Osamu Aoki + (Closes: #641926 N:"mc.ext updates (xz, libreoffice)") + + new ext_cpio-xz.patch to improve .xz support, + (thanks to Osamu Aoki) + • updated: + * 04_add_gem_extension.patch + * 05_disable_internal_editor.patch + * 08_use_sensible-editor.patch + * 99_detect_alt_editor.patch + • disabled, to drop later: + * 09_uzip_broken_528239.patch + • dropped (obsolete) + - 03_use_awk.patch + - pending/99_enable_reading_debs.patch (applied upstream) + - debian/patches/README + * updated lintian overrides + + added lintian-overrides for executable-not-elf-or-script + for files in /usr/lib/mc/fish + * install correct ChangeLog + * install scripts to /usr/lib/mc + (previously was installed to /usr/share/mc) + * added symlink to missing mcdiff.1 man page + * added symlink to relocated mc-wrapper.sh for backward compatibility + * dropped man page for mcmfmt (binary is no longer shipped by upstream) + * handle configuration files upgrades/removes with + dpkg-maintscript-helper in preinst/postinst/postrm + * architecture-independent files are separated to 'mc-data' package + + added upgrade path with Breaks/Replaces + + added symbolic links to link files from /usr/share/doc/mc-data/ + to /usr/share/doc/mc/ + * removed 'exit 0' from preinst/postinst/prerm/postrm files + * VCS links updated to point at new collab-maint repository + + -- Dmitry Smirnov Fri, 24 Feb 2012 13:04:57 +1100 + +mc (3:4.7.0.9-2) unstable; urgency=low + + * debian/desktopfiles: Added desktop file and icon from + https://midnight-commander.org/ticket/2314 + Closes: #616196 + * debian/patches/pending/99_enable_reading_debs.patch: Enable reading + *.deb files again + Closes: #626171, #628762 + + -- Andreas Tille Tue, 21 Jun 2011 13:31:08 +0200 + +mc (3:4.7.0.9-1) unstable; urgency=low + + [Yury V. Zaytsev] + * New upstream version (bugfix release). + + Corrected typos in man pages (Closes: #585503) + * Enabled ext2undelfs by default (LP: #267480) + * Tightened libslang2 dependency (Closes: #592772) + + -- Yury V. Zaytsev Tue, 07 Sep 2010 10:59:46 +0200 + +mc (3:4.7.0.8-1) unstable; urgency=low + + [Yury V. Zaytsev] + * New upstream version (bugfix release). + + Added *.ini file syntax (Closes: #567046) + + mcedit won't go looping when replacing \n regexp (Closes: #584241) + + mcedit won't try to set the codepage twice (Closes: #586903) + + Removed mcedit/mcview wrappers in favor of patch (Closes: #592208) + * Bumped standards version to 3.9.1. + * Remaining lintian warning (unknown-locale-code) fixed upstream. + * Removed duplicate lintian override. + * Removed Denis Briand from uploaders. + Thank you very much Denis for all your help! + * Revamped the patches again (bug numbers etc.) + * Updated install* wildcards. + + -- Yury V. Zaytsev Tue, 10 Aug 2010 21:27:10 +0200 + +mc (3:4.7.0.6-1) unstable; urgency=low + + [Yury V. Zaytsev] + * New upstream version (bugfix release). + * Added lintian override for setgid-binary. + + [Denis Briand] + * Created debian/lintian directory. + * Created debian/extra/icon directory. + * Moved debian/extra/icon.xpm to debian/extra/icon/mc.xpm. + + -- Denis Briand Sun, 06 Jun 2010 19:11:39 +0200 + +mc (3:4.7.0.5-2) unstable; urgency=low + + [Yury V. Zaytsev] + * More fixes to cons.saver: Hilmar Preusse, Sven Joachim. + + (Closes: #582078) + + -- Yury V. Zaytsev Thu, 20 May 2010 11:18:21 +0200 + +mc (3:4.7.0.5-1) unstable; urgency=low + + [Yury V. Zaytsev] + * New upstream version (bugfix release). + + (Closes: #564072) + + (Closes: #476490) + + (Closes: #502196) + + (Closes: #551528) + + (Closes: #565402) + + (Closes: #564103) + + (Closes: #543899) + * Fixed a bug where cons.saver was not installed that went unnoticed. + * Fixed cons.saver permission bug (Shentino, closes LP: #367318). + * Fixed wrong libexec scripts location. + * Now build --with-x by default (obtain modifiers from X when possible). + * Now disable rpath by default (--disable-rpath). + * Refreshed Debian-specific patches. + * Removed invisible cursor notice, bug's been fixed in vte! + * Removed obsolete compile flag (--with-glib2). + * Removed obsolete smb.conf path patch (Samba support disabled by default). + * Removed upstreamed documentation patch. + * Updated the watch file to track the new upstream download system. + + [Denis Briand] + + * Bumped standards version to 3.8.4. + * Removed quilt build-dependency and debian/README.source file. + + -- Denis Briand Mon, 17 May 2010 17:12:32 +0200 + +mc (3:4.7.0.1-1) unstable; urgency=low + + [Yury V. Zaytsev] + * New upstream version (bugfix release). + * Purged old unneeded links. + * Updated README.Debian. + * Updated the list of configuration files to be purged. + * Updated the list of files and permissions in rules. + * Updated the list of files to be installed (Closes: #563797) + + [Denis Briand] + * Fix spelling-error-in-manpage. + + -- Denis Briand Fri, 15 Jan 2010 19:41:50 +0100 + +mc (3:4.7.0-1) unstable; urgency=low + + [ Patrick Winnertz ] + * Fix misleading description of mc and mc-dbg: + SMB protocol is not further possible with mc, due to security + issues. (Closes: #541267) + * Added patch to fix codejump if there is a number in the function name + * Added patch to fix the broken German date in the mc panels + (Closes: #541104) + * Added patch to enable .gem archives. (Closes: #541673) + * Added several bugfixes for crashes or misbehaviour which are fixed in + upstreams git for 4.7.0-pre2. + * Added note about user-defined colors in README.Debian (Closes: #392262) + + [ Denis Briand ] + * New upstream version. + + (Closes: #544996) + + (Closes: #390301) + + (Closes: #562371) + * Switch to the new source package formats "3.0 (quilt)". + * Hack Debian watch file to fix issue with the new upstream repository. + * Bump Standards-Version to 3.8.3. + * Add debian/README.source file. + * mime-support is now a Recommended package. + * Use mailcap entry to choose pdf viewer (Closes: #544054). + * Use mailcap entry to choose images viewer (Closes: #544058). + * Change doc-base Document field into lower-case name. + * Change doc-base Section field into `File Management'. + * Escape few minus sign again into manpages. + * Add ico files support (Closes: #546737). + * Suggest gv package to read ps files into X. + * Use catdvi instead of dvi2tty (Closes: #543202). + * Suggest catdvi to preview dvi files on text-only devices. + * Add djvu files support and suggest djvulibre-bin package (Closes: #543651). + * Allow Debian Maintainers Uploads. + * Use sensible-editor to edit files (Closes: #549202). + * Downgrade imagemagick dependency to Suggests (Closes: #550234). + * Use DEB_BUILD_OPTIONS to chose the number of building processes + (Closes: #549658). + * Add Yury V. Zaytsev into Uploaders field. + * Add python, python-boto and python-tz into Suggests field, + for vfs Amazon Web Services S3. + + [ Yury V. Zaytsev ] + * Remove FTP chattr patch (upstream ticket #1708). + * Remove symlink patch (upstream ticket #1828). + * Remove upstreamed documentation patches (upstream ticket #1691). + + -- Denis Briand Fri, 25 Dec 2009 22:52:13 +0100 + +mc (2:4.7.0-pre1-3) unstable; urgency=low + + [ Patrick Winnertz ] + * Fix layout issue in the info page (Closes: #539958) + * Fix escape of ~ in ~/Desk or something similar (Closes: #520026) + * Mention in README.Debian that a different TERM on gnome-terminal + prevents the cursor from vanishing in mcedit over tabs. + * Add patch to make wildcards in copy/remove/move dialog work again + (Closes: #540110) + * shift-F3 doesn't unmark the selection after copying anymore + (Closes: #302513) + * Every fish operation is now placed within a if, so if there are errors + because of permissions or something else, this is now reported + (Closes: #496974) + + [ Denis Briand ] + * Fix wrong path to wrapper scripts (Closes: #540238). + * Fix lintian warning `debian-changelog-line-too-long' + in 2:4.7.0-pre1-2 changelog. + * Remove trailing whitespaces in several debian/ files. + + -- Patrick Winnertz Sun, 09 Aug 2009 11:55:31 +0200 + +mc (2:4.7.0-pre1-2) unstable; urgency=low + + [ Denis Briand ] + * Fix mistake about Syntax file in debian/mc.install (Closes: #539917). + + [ Patrick Winnertz ] + * Install cons.saver only on linux not on kfreeBSD (Closes: #539913) + * Added small patch to use awk instead of mawk in the extfs shell scripts + (Closes: #499723) + * Added patch for fixing hotlist entries (Closes: #539967) + * Fixed several upstream known problems + - bugs/1392_regression_in_tar_support.patch + - bugs/1453_fix_crash_on_f14.patch + - bugs/1404_ctrl-c_kills_mc.patch + - bugs71456_fix_mcedit_regex_replace_segfault.patch + - bugs/1415_hotlist_buffer_cleanup.patch + + -- Patrick Winnertz Wed, 05 Aug 2009 16:47:20 +0200 + +mc (2:4.7.0-pre1-1) unstable; urgency=low + + [ Patrick Winnertz ] + * Change Section for -dbg package to debug + * Change version number to reflect the correct status of the snapshot. + * Add extra configure options. + + [ Denis Briand ] + * New upstream version: + + fix issue on directories with white spaces (Closes: #529881) + + fix malformed Command prompt (Closes: #528797) + + new awk.syntax file (Closes: #504078) + thanks to Andrew O. Shadoura for his patch. + + fix ~/.mc directory issue (Closes: #527104) + + display hostname in xterm title (Closes: #504105) + * Add co-maintainer : Denis Briand + * Package use cdbs now. + * Bump standards version to 3.8.2 + * Bump debian/compat to 7 + * Rename debian/patches/all.series into debian/patches/series + + to be lintian clean + * Change copyright link to an existent file in debian/copyright + * Add ${misc:Depends} in debian/control + * Change deprecated dh_clean -k into dh_prep in debian/rules + * Fix FTBFS issue: unrepresentable changes to source (Closes: #528983) + * Fix bashism in vfs/extfs/u7z script (Closes: #530137) + * Fix non escaped characters on man files. + * Fix non FHS path on man files. + * Fix fails to display zipfile contents after unzip update (Closes: #528239) + Thanks to Johannes Stezenbach for his patch. + * remove merged upstream patches: + + bugs/64_visible-tabs + + syntax/02_improving-nroff + + syntax/09_spec-syntax + + syntax/10_vhdl-syntax + + syntax/13_procmail-syntax + + vfs/05_add_lzma_support + + vfs/06_remove_obsolete_rpm_tags + + vfs/07_srpm_support + + vfs/08_improved_u7z_support + * remove unused/deprecated/unenforcable patches: + + bugs/99b_fix-regex-pattern-lengths + + bugs/99_regexp-replace-fixed + + debian/03_use_awk_first + + mc.ext/01_tar_forgot_arg + + mc.ext/02_use_arj + + mc.ext/03_debian_packages + + mc.ext/04_view_ascii + + mc.ext/05_gimp_remote + + mc.ext/06_use_several_text_browsers + + mc.ext/07_add_antiword + + mc.ext/08_several_additions_debian + + mc.ext/09_several_additions_mandriva + + mc.ext/10_run_mailcap + + po/10_it.po + + syntax/08_c-vs-cxx + + syntax/12_asm-syntax + + vfs/03_dont_hang_on_errors + + vfs/04_fix_whitespace_via_fish + + vfs/05_error_on_copymove_over_fish + * Add imagemagick in Recommends for mc binary package, + thanks to Olaf van der Spek (Closes: #534681). + * Add Vcs fields in debian/control + * Improve build time on i386 and amd64 multi CPU. + + -- Patrick Winnertz Tue, 30 Jun 2009 23:54:42 +0200 + +mc (2:4.6.2-2) unstable; urgency=low + + * Build also the .gmo language files. (Closes: #519674) + + -- Patrick Winnertz Tue, 17 Mar 2009 10:51:44 +0100 + +mc (2:4.6.2-1) unstable; urgency=low + + * New upstream release + + fix issues with fish if on the remote site the ls command doesn't understand -Q + (Closes: #488497, #512715) + + fix issues with links over fish (Closes: #411970) + + mc is revived again :) Furthermore it got a new homepage. (Closes: #513174) + * Dropped many patches as they are finally merged upstream: + + bugs/100_bashism.patch + + 28_mc-dontrewrite.patch + + 61_escaping.patch + + 99a_fix-regex-bol-match.patch & 99c_fix-regex-newline-match.patch + + all german po patches + + 01_debian_syntax.patch + + 08_c-vs-cxx.patch & 03_cxx.syntax.patch + + 04_sh_syntax.patch + + 03_fix_whitespace_via_fish.patch + + 04_fix_whitespace_via_fish.patch + * Took mc-4.6.2-utf8.patch from upstream which is based on the former debian + patchset for utf8 + * Removed autogen.sh run patch as this is not needed anymore + + -- Patrick Winnertz Mon, 02 Feb 2009 16:50:32 +0100 + +mc (2:4.6.2~git20080311-4) unstable; urgency=high + + * Corrected fix for odt2txt issue (Closes: #492019) + + -- Patrick Winnertz Tue, 16 Sep 2008 10:38:59 +0200 + +mc (2:4.6.2~git20080311-3) unstable; urgency=medium + + * Correct translation of Free space. Thanks to Sven Joachim. + (Closes: #471543) + * Build depends on libgpm-dev (Closes: #487863) + * Bump standards version to 3.8.0, no further changes needed. + * ReAdd regexp-replace-fixed.patch, dropped by a communication error, + between me and the submitter. (Closes: 487611) + * Highlight also .inc files as php if they are written in php. + (Closes: 487936) + * Enabled whitespace feature again. (Closes: #488465) + * Use odt2txt to show openoffice documents. (Closes: #492019) + * Fix typo in mc.ext (Closes: #489751) + * Fix bashisms, in some extfs files. (Closes: #489631) + + -- Patrick Winnertz Mon, 21 Jul 2008 22:40:58 +0200 + +mc (2:4.6.2~git20080311-2) unstable; urgency=low + + * Add debug package. Thanks to Baurzhan Ismagulov. (Closes: #472339) + * Add 60_recode patch again. (Closes: #483112) + * Add tty.patch to fix displaying problems. Thanks to Andrew O. Shadoura + (Closes: #359016) + * add patch with the result of the autogen.sh run. + (Closes: #481539, #482761, #484759, #486569) + * Added mail syntax. Thanks to Michelle Konzack. (Closes: #481651) + * Add procmail syntax. Thanks to Michelle Konzack (Closes: #485475) + * Add again run-mailcap calls in mc.ext. This gone lost during the + reordering the patches in order to use quilt. (Closes: #485935) + * Fix tar call in mc.ext (Closes: #381353) + * Suggest dbview. Thanks to Daniel Hahler. (Closes: #486915) + * Do not use internal editor per default. (Closes: #413258) + * Fix regex patch supplied by Michal Pokrywka (Closes: #487611, #486676) + * For those who read this changelog: There are very many unresolved bugs + left in the BTS, it would be cool if someone who has some C coding + experience would have a look on some and write patches. Thanks in advance. + + -- Patrick Winnertz Mon, 23 Jun 2008 22:12:28 +0200 + +mc (2:4.6.2~git20080311-1) unstable; urgency=low + + * Have to bump from 1: to 2: ... ~git is lower than ~pre + * New git snapshot from (http://repo.or.cz/w/mc.git) in order to have + some new patches included into mc and to ease up patch writing. + * Reordered patches and use now quilt for applying them. + + Add several new patches from mandriva + * Removed samba support, since it was based on a statically linked lib, + which is shipped within the sourcecode. This lib was over 10 years untouched. + (Closes: #451964, #432324) + + By the way... a patch for the samba issue would be nice!! + * Switched to the utf8-patches used in mandriva (Closes: #359016) + * Added asm.syntax. Thanks to Michelle (Closes: #479550) + * Added vhdl.syntax. Thanks to Adam Pribyl. (Closes: #481539) + * Added named.syntax to the Makefile (Closes: #477835) + * Added patch by Michal Pokrywka in order to fix regex replace behaviour in + mcedit (Closes: #474484) + + -- Patrick Winnertz Sun, 18 May 2008 22:18:33 +0200 + +mc (1:4.6.2~pre1-7) unstable; urgency=medium + + * Work in progress on 61_escaping.patch + + added ?[]{}, to the list which should be escaped + Thanks to the hint of Andreas Tille + * Fixed a memory allocation problem in 61_escaping.patch (Closes: #469574) + + -- Patrick Winnertz Thu, 06 Mar 2008 11:19:45 +0100 + +mc (1:4.6.2~pre1-6) unstable; urgency=medium + + * Same reason as last upload for urgency=medium. The last version doesn't + made it into testing. + * Fix abort of mc while copying files. (Closes: #425192) + + modified 61_escaping.patch + * Fix coredump on weired filenames (Closes: #469075) + + modified 61_escaping.patch + * Fix error of run-mailcap because of wrong syntax. (Closes: #468894) + + modified 01_mc.ext.in.mime.patch + * Clean up README.Debian and remove old and nowadays obviously parts. + + Add comment about changed behaviour of M-o. + + -- Patrick Winnertz Wed, 05 Mar 2008 11:09:12 +0100 + +mc (1:4.6.2~pre1-5) unstable; urgency=medium + + * Urgency=medium since this upload contain several important things. + * Revert new utf8 patch since it doesn't work with all locales atm. + * revert patch to make scp work again. + * show again hostname in xterm title. + + added as 32_show_hostname.patch (and removed from proposed-patches) + * Added patch for (un-)escaping foldernames (Closes: #326047, #458403, #76498) + * Don't chmod if preserve Attributes is unchecked (Closes: #466370) + * Fix error with files containing a whitespace via ssh. (Closes: #461532) + * Fix hang when copying a file over fish without having permissions for + reading for this particular file. (Closes: #447239) + * Added patch to make visible_tabs configurable (Closes: #466476) + + -- Patrick Winnertz Wed, 27 Feb 2008 20:47:37 +0100 + +mc (1:4.6.2~pre1-4) experimental; urgency=low + + * Upload to experimental in order to test new utf8 patches. + * Rediffed the named/strace/dsc syntax and added them to the Makefile. + * Create file with 0600 if preserve Attributes is unchecked. + (willclose: #466370) + * Switched to new utf8 patch which will be accepted by upstream. + * Create autogen-run.patch with the result of the autogen.sh run + * mv 2 patches into propsed-patches: + + 12_main.c.patch + + 30_recode.patch + They both doesn't work with these utf8-patches atm. + + -- Patrick Winnertz Tue, 26 Feb 2008 20:17:26 +0100 + +mc (1:4.6.2~pre1-3) unstable; urgency=low + + * Open also files with colons with run-mailcap. (Closes: #442024) + * Remove run-mailcap from default target.. executables weren't executed with + that. (Closes: #466199) + + -- Patrick Winnertz Sun, 17 Feb 2008 10:43:22 +0100 + +mc (1:4.6.2~pre1-2) unstable; urgency=low + + * Add a Suggests on file. (Closes: #435135) + * Fix uzip errror by removing ancient patch. Thanks to pabs. + * Added updated html syntax (Closes: #372134) + * Added debian-description.syntax (syntax highlighting for .dsc file) + (Closes: #372136) + * Added updated sh.syntax (Closes: #372139) + * Added strace.syntax (Closes: #383319) + * Added option to open gzipped/bziped2 html files. (Closes: #444293) + * Added option to open compressed pdf/ps/dvi files. (Closes: #314557) + + Added xpdf suggest to mc + * After all options fail, use mime-support in order to open something. + (Closes: #360676) + + Therefore I'll have to depend on mime-support (added as depends) + * Added named.syntax (syntax highlighting for bind9 configuration files) + (Closes: #405545) + + -- Patrick Winnertz Sat, 16 Feb 2008 16:53:09 +0100 + +mc (1:4.6.2~pre1-1) unstable; urgency=low + + * New upstream release. + + (Closes: #301732) + + (Closes: #192882) + + (Closes: #248646) + + (Closes: #258253) + + (Closes: #273699) + + (Closes: #302516) + + (Closes: #305642) + + (Closes: #309186) + + (Closes: #458208) + + (Closes: #420437) + + (Closes: #346037) + + (Closes: #367348) + + (Closes: #118717) + + (Closes: #349390) + + (Closes: #304886) + + (Closes: #329186) + + (Closes: #324920) + + (Closes: #109963) + + (Closes: #227875) + + (Closes: #397333) + + (Closes: #428567) + + (Closes: #428993) + + (Closes: #301537) + + (Closes: #301539) + + (Closes: #359046) + + (Closes: #407593) + + (Closes: #198194) + + (Closes: #109963) + * New maintainer: pkg-mc-devel@lists.alioth.debian.org (Closes: #455564) + * New Uploader: myself + * Bumped Standards-Version to 3.7.3 + + Menu Transition: Apps/Tools --> Applications/File Management + * Added Homepage header to control file + * Rediffed all patches for 4.6.2~pre1 + * Add patch to ignore chmod errors in ftpfs, since if you copy many files to + a ftp server, without SITE CHMOD support, you'll get everytime a warning. + (Closes: #291181) + * Bump debian/compat to 5 (and switch from export DH_COMPAT to this file) + * Removes Conflicts/Replaces in debian/control, since these packages doesn't + exist any longer in the debian pool. + * Removed some empty dirs (usr/sbin) + * Build de.po/it.po & ru.po new in build target + + -- Patrick Winnertz Wed, 13 Feb 2008 23:00:30 +0100 + +mc (1:4.6.1-8) unstable; urgency=low + + * Orphaning package: Stefano has been nearly MIA during the last 3 years. + * Updated the watch file. Closes: #449618 + * Note to future DDs: do not forget to use the CVS repository available + on Alioth: http://alioth.debian.org/projects/pkg-mc/ + + -- Ludovic Drolez Mon, 10 Dec 2007 19:50:47 +0100 + +mc (1:4.6.1-7) unstable; urgency=medium + + * Fixed Anton Pak's recode patch which can cause a segfault. + Closes: #382206, #382857, #400927 + * Mode display bug fixed. Patch added to 50_utf8-more.patch. Closes: #415097 + * Shift-Enter bug fixed. The line editing widget went crazy when seeing a litteral newline + (Shift+enter or Ctrl-q+enter). Patch added to 50_utf8-more.patch + Downloaded from https://svn.uhulinux.hu/packages/dev/mc/patches/ + + -- Ludovic Drolez Mon, 2 Apr 2007 8:44:35 +0200 + +mc (1:4.6.1-6) unstable; urgency=medium + + * debian/rules modified to fix a FTBFS during the 2nd build. Closes: #384302 + * added 05_symcrash.patch to fix a segfault (should be in mc's CVS). Closes: #383341 + * mpg123 title view fixed. Closes: #391644 + + -- Ludovic Drolez Thu, 24 Aug 2006 22:19:03 +0200 + +mc (1:4.6.1-5) unstable; urgency=low + + * Removed the Ctrl-t accelerator from 60_recode.patch. Closes: #380417 + * Modified 47_mc.menu.patch to use 'editor' instead of the hardcoded 'vi' + so that mc makes use of /etc/alternatives. Closes: #373144 + * .tar view fixed in 01_mc.ext.in.mime.patch. Closes: #381353 + * still 68 bugs in the BTS... + + -- Ludovic Drolez Mon, 31 Jul 2006 22:25:47 +0200 + +mc (1:4.6.1-4) unstable; urgency=medium + + * added 52_utf8-8bits-slang2.patch. Closes: #359016, #378786 + * added 55_mc-utf8-look-and-feel.patch : nicer look and feel + * added 60_recode.patch : a patch to choose the charset from mc + * 77 bugs should still remain after this upload... If you have some time please join + the Debian MC team. + + -- Ludovic Drolez Thu, 12 Jul 2006 20:00:00 +0200 + +mc (1:4.6.1-3) unstable; urgency=low + + * Changelog removed. Closes: #317707 + * Lowered the alternative priority on 'view' and 'edit'. Closes: #367991 + * Patched the UTF8 patch to allow compiling mc without UTF8. Closes: #367187 + * html files can be opened with links, w3m or lynx. Closes: #332910 + * added 04_off64t.patch to fix problems with tar archives + larger than 2GB. Already added in mc's CVS. Closes: #324755 + * in 50_utf8-more.patch added a small patch for a problem in the status + line with UTF-8 locales. Closes: #360427 + * 78 bugs should still remain after this upload... + + -- Ludovic Drolez Thu, 22 Jun 2006 16:55:12 +0200 + +mc (1:4.6.1-2) unstable; urgency=medium + + * mc with UTF-8 support upload. Closes: #354691, #309398, #126077, #242194 + * added Ubuntu UTF-8 patches: 48_utf8-slang2.patch + Many thanks to Leonard den Ottolander and Sebastian Droge + * removed 27_menu-generation.patch because of UTF-8 problems + * convert help and hint files to UTF-8 in the Debian makefile + * 49_64bit.patch: patch to solve some 64bit problems from Gentoo + * use arj instead of unarj. Closes: #340089 + + -- Ludovic Drolez Mon, 20 Mar 2006 23:41:40 +0200 + +mc (1:4.6.1-1) unstable; urgency=low + + * New upstream release. Closes: #321805, #298345 + getgrouplist() is not used anymore. Closes: #313401 + * View jpegs with /usr/bin/exif. Closes: #207655 + * Handle .ipk like .tgz. Closes: #323927 + * Filter for .mo files. Closes: #318077 + * Obsolete patches: 07_mc-tar-name-length-fix.patch, + 24_mc-complete-show-all-fix.patch, 33_mc-iconv-error.patch. + * 79 bugs should still remain after this upload... + + -- Ludovic Drolez Mon, 5 Sep 2005 22:02:24 +0200 + +mc (1:4.6.0-4.6.1-pre4-2) unstable; urgency=low + + * Build against libslang2-dev. Closes: #315241 + * Added 07_mc-tar-name-length-fix.patch. Closes: #315597 + * Modified 35_mc.ext.in.patch to improve to deb vfs view. Closes: #198691 + * Added 09_de.po.patch to fix some typos in mc's de.po. Closes: #313796, #309957 + * Combined 35_mc.ext.in.patch, 04_dpkg_and_apt_vfs.patch, 01_mime.patch, + 41_antiword_mc.ext.patch + to 01_mc.ext.in.mime.patch to fix build problems. + + -- Ludovic Drolez Tue, 21 Jun 2005 20:01:31 +0200 + +mc (1:4.6.0-4.6.1-pre4-1) unstable; urgency=low + + * New upstream release. Closes: #309630 + 20_german_translation.patch, 23_php.singlequote_fix.patch, + 30_mc-spaceprompt1.patch, 43_AUTHORS.patch, 32_lang-with-env.patch removed + * Build with debian slang1-dev + * Do not remove /etc/mc/mc.ini. Closes: #198954 + + -- Ludovic Drolez Wed, 18 May 2005 23:15:05 +0200 + +mc (1:4.6.0-4.6.1-pre3-3) unstable; urgency=medium + + * urgency=medium because of 3 important bugs introduced by the last upload. + * removed 46_dotdotdir.patch to fix the tar bug. Closes: #308546 + * replaced the iconv patch, 33_mc-iconv-error.patch, with a new + one provided by Roland Illig. Closes: #308296 + * added cxx.syntax by copying the old c.syntax to it. Closes: #308794 + * removed the useless 44_str_unconst.patch. + + -- Ludovic Drolez Wed, 11 May 2005 22:57:44 +0200 + +mc (1:4.6.0-4.6.1-pre3-2) unstable; urgency=medium + + * Urgency set to medium because of LOTS of annoying bugs fixed and + the segfault in mcedit. + * Fixed German po translation with upstream, 20_german_translation.patch. + Closes: #253869 + * Added Antiword to view .doc files, 41_antiword_mc.ext.patch + Closes: #305649 + * Added menu entry for Debian source packages, 47_mc.menu.diff + Closes: #307344 + * Fixed Samba enabling. Closes: #264890 + * Fixed Build-Depend on libgpm for GNU/non-Linux. Closes: #226987 + * Added colored syntax for man pages by Michelle Konzack, + 13_syntax.patch. Closes: #298322 + * Improved shell syntax highlighting by Michelle Konzack: 18_sh_syntax.patch. + Closes: #299210 + * Improved php syntax HL with 23_php.singlequote_fix.patch + * Fixed colored syntax highlighting and hostname in the title bar, + 22_main.c.patch + * Fixed tar file system glitch for "tar -cvzlf file.tgz / /home/" + Closes: #89350 + * Fixed problems with View and Edit when used with LANG=hu_HU. Closes: #103242 + * Fixed unprintable control sequences in PS1 cause broken prompt + Closes: #83447 + * Fixed: mcedit: subshell changes directory. Closes: #208867 + * Fixed the #utar archive content viewer missing files. Closes: #228934 + * Enabled charset conversion feature. Closes: #109956, #167986 + * Added new keybinding by Vitja Makarov with 42_keybindings-0.2.2.patch + * Added const_cast to be replaced by str_unconst, 44_str_unconst.patch + by Roland Illig. + * Improved symlink handling in ftpfs (45_ftpfs_symlink*.patch) by P.Tsekov. + * Parent directory's patch by Leonard den Ottolander with 46_dotdotdir.patch + * Fixed user@hostname in the term emulation title bar. + * Added new menu generation patch by Roland Illig + with 27_menu-generation.patch + * Fixed: possible data loss when quota exedeed by Jindrich Novy. + * Fixed uarj bug from Savannah with 29_uarj_bug.patch (Savannah #12406). + * Added patch to view inside udebs by Mantas Kriauciunas, 35_mc.ext.in.patch + (Sannavah #3899) + * Added "space on prompt bugfix" by Jindrich Novy with + 30_mc-spaceprompt1.patch. Closes: #305859 + * Added Bad error checking after iconv() call patch by Jindrich Novy with + 33_mc-iconv-error.patch + * Added syntax patches for c vs. cxx with 32_c-vs-cxx.patch + * Added syntax patches for scripts starting with /usr/bin/env with + 32_lang-with-env.patch + * Added a substitute for --enable-maintainer-mode with 36_developer_mode.patch + by Roland Illig. + * Fixed mc core dumps when not find "context default" section in syntax section + with 37_mcedit-segv.patch by Ian Zagorskih. + * Added the ext2 quote fixing hunks by Leonard den Ottolander. + * Added AUTHORS patch, 43_AUTHORS.patch, by Leonard den Ottolander. + * Added mcedit position remember bugfix by Christian Hamar with + 31_mc_filepos_bugfix_461pre4a.patch + * Added fix for End key in viewer by Jindrich Makovicka with 40_view.c.patch + * Added Vietnamese translation with 26_vietnamese_po.patch + * Fixed 11_extfs_missing.patch because of problems with .jar files. + Closes: #299932. + * added zip, unzip, bzip2 to 'Suggests'. + + -- Ludovic Drolez Sun, 6 Mar 2005 12:06:32 +0100 + +mc (1:4.6.0-4.6.1-pre3-1) unstable; urgency=high + + * New maintainers: Stefano Melchior and Ludovic Drolez (closes: #282301). + * Urgency set to high because of security bug fixes. + * Missing quoting in ext2 and i18n fix. + * Samba lib warning (netmask.c) fixed by 12_netmask_c.patch. + * Security upload to handle DSA 639 (references: CAN-2004-1004, + CAN-2004-1005, CAN-2004-1009, CAN-2004-1090, CAN-2004-1091, CAN-2004-1092, + CAN-2004-1093, CAN-2004-1174, CAN-2004-1175, CAN-2004-1176), + Fixed upstream in the pre3 release (Closes: #295261). + * Pre3 release includes fix for CAN-2004-0226 (closes: #286395). + * Fixed ftp filesystem impossibility to list dirs when password contains # + (closes: #92121). + * Fixed subshell impossibility to be started (closes: #241891). + * Fixed CAN-2004-0494 (closes: #267596). + * Fixed buffer overflow and format string vulnerabilities (closes: #295259). + * Italian hotkey translation changed (closes: #231071). + * New upstream pre-release. + + -- Ludovic Drolez Mon, 17 Feb 2005 22:45:32 +0100 + +mc (1:4.6.0-4.6.1-pre1-3) unstable; urgency=low + + * Polish documentation fix no longer needed. + + -- Adam Byrtek Wed, 5 May 2004 00:08:26 +0200 + +mc (1:4.6.0-4.6.1-pre1-2) unstable; urgency=high + + * Security upload to handle DSA-497-1 (references: CAN-2004-0226, + CAN-2004-0231, CAN-2004-0232). Patch by Jakub Jelinek ported to + 4.6.1-pre1 by Adam Byrtek. + + -- Adam Byrtek Tue, 4 May 2004 09:28:26 +0200 + +mc (1:4.6.0-4.6.1-pre1-1) unstable; urgency=high + + * Security upload to fix buffer overflow, 4.6.1 final will be there + soon (closes: #226737). + * --without-x configure flag removed as mc now libX11 is loaded + dynamically using gmodule, if possible. + + -- Adam Byrtek Thu, 15 Jan 2004 15:55:52 +0100 + +mc (1:4.6.0-5) unstable; urgency=low + + * Fix segfault when TERM is unset (closes: #191867). + * Removed conflict with gmc, which works with 4.6.0. Note that gmc + installation still requires some --force (closes: #192493). + * Files in /var/log are no longer treated as manpages + (closes: #179350). + + -- Adam Byrtek Tue, 17 Jun 2003 15:37:05 +0200 + +mc (1:4.6.0-4) unstable; urgency=low + + * Standard `awk' detected first by configure, not the specific + implmentation (closes: #181972). + * Polish translation breakage fixed (closes: #183275). + + -- Adam Byrtek Wed, 19 Mar 2003 22:17:16 +0100 + +mc (1:4.6.0-3) unstable; urgency=low + + * `mcview' and `mcedit' added as alternatives for `editor' and `view' + (closes: #116518). + + -- Adam Byrtek Tue, 11 Feb 2003 22:05:00 +0100 + +mc (1:4.6.0-2) unstable; urgency=low + + * Control field 'Replaces: manpages-pl' added to replace Polish + manual from this package with official one (closes: #180442). + * 'Replaces: mc-common' added to make upgrade smoother. + * 'Conflicts: suidmanager' because mc used to use it, but it is now + deprecated (closes: #180431). + * Doesn't depend on libgpm when compiling on HURD. + + * README.Debian now mentions -P syntax changes (close: #180551). + + -- Adam Byrtek Tue, 11 Feb 2003 13:55:47 +0100 + +mc (1:4.6.0-1) unstable; urgency=low + + * New upstream release. + * First 4.6.0 official upload, and package takeover. + + -- Adam Byrtek Wed, 5 Feb 2003 20:34:46 +0100 + +mc (4.6.0-pre3-1) unstable; urgency=low + + * New upstream prerelease. + + -- Adam Byrtek Wed, 22 Jan 2003 09:54:58 +0100 + +mc (4.6.0-pre2-2) unstable; urgency=low + + * Patches checked, unneccesary removed, others reviewed. + + -- Adam Byrtek Wed, 15 Jan 2003 00:35:20 +0100 + +mc (4.6.0-pre2-1) unstable; urgency=low + + * New upstream release (gmc, mc-common packages removed). + * New maintainer, some cleanups. + * Menu icon added (credits for the icon go to BigVax, bigvax@mail.ru). + * New description (taken from freshmeat.net). + + -- Adam Byrtek Sun, 29 Dec 2002 16:18:18 +0100 + +mc (4.5.55-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Make /etc/CORBA/servers/gmc.gnorba a conffile (closes: #132831). + * Correct spelling mistakes in descriptions (closes: #124680, #125121). + * Update convert-metadata.db to deal with libgnome32 linking against db3 + rather than db2, and add a new debconf question prompting the admin to + run it. I've left the db1->db2 question there temporarily for historical + and translation interest (closes: #103102). + * Upgrades from slink need both libdb2-util and libdb3-util. Fortunately, + they can coexist. I'll leave it up to the maintainers what to do about + this after the woody release. + + -- Colin Watson Sat, 16 Feb 2002 23:09:34 +0000 + +mc (4.5.55-1.1) unstable; urgency=low + + * Non-maintainer upload, with Martin's permission. + * Build-depend on docbook-utils, not cygnus-stylesheets (closes: #123161). + * Remove bashism in debian/rules (closes: #126733). + * Depend on perl rather than on dummy packages (closes: #113208). + + -- Colin Watson Tue, 15 Jan 2002 01:20:08 +0000 + +mc (4.5.55-1) unstable; urgency=low + + * New upstream release + * Enable mouse for Eterm TERM value + * mc.ext stabilized again upstream, so make it more Debian compliant + again, closes: #105935, #98827 + * gmc documentation is fixed, closes: #107936 + * Fix german locale, closes: #108302 + + -- Martin Bialasinski Sun, 2 Sep 2001 17:07:56 +0200 + +mc (4.5.54-2) unstable; urgency=low + + * Use new config.guess and config.sub to allow compilation on hppa + + -- Martin Bialasinski Fri, 13 Jul 2001 23:47:18 +0200 + +mc (4.5.54-1) unstable; urgency=low + + * New upstream release, closes: #99127 + * make gzip, compress, bzip, bzip2 entries in mc.ext more specific + closes: #97242, #103800, #102512, #97896, #96649, #104111 + (Oskar Liljeblad) + * Updated syntax highlighting for debian files, closes: #93228 + (Lenart Janos) + * Fix regexp for rexx files in mc.ext, closes: #98432 (Michel Casabona) + * Build fixes for the hurd, closes: #101542, #101543 (Marcus Brinkmann) + * Danish translation for the debconf template, closes: #100335 + (Jesper R. Meyer) + * Dutch translation for the debconf template, closes: #95738 + (Thomas J. Zeeman) + * Spanish translation for the debconf template, closes: #102903 + (Carlos Valdivia Yague) + + -- Martin Bialasinski Sun, 8 Jul 2001 12:19:24 +0200 + +mc (4.5.51-16) unstable; urgency=low + + * Update zu the uzip extfs + + -- Martin Bialasinski Sun, 4 Mar 2001 20:57:25 +0100 + +mc (4.5.51-15) unstable; urgency=low + + * Update uzip extfs, closes: #86913 + * Fix compilation, closes: #87414 + + -- Martin Bialasinski Wed, 28 Feb 2001 19:32:44 +0100 + +mc (4.5.51-14) unstable; urgency=low + + * Translations for the gmc debconf template, thanks to + fr by Thomas Morin, closes: #83765 + sv by Andre Dahlqvist, closes: #83677 + + -- Martin Bialasinski Sat, 3 Feb 2001 21:55:27 +0100 + +mc (4.5.51-13) unstable; urgency=high + + * Added libgnorba-dev to the build-depends. It is not pulled in by + libgnome-dev on the m68k autobuilder, closes: #81200 + * Fixed dependancy on perl (lintian) + * Fix for devfs in cons.saver, closes: #57557 + * Patch for proxy support in ftpfs from Mandrake + * [gmc] Disabled checking of owner on file rename as a dirty fix + closes: #80544 + * [gmc] Don't let the use confirm twice that he wants to exit, + closes: #48523 + * Updated FAQ to reflect rename of mc mailinglists + * Fix security bug using quick patch by Andrew V. Samoilov + see http://www.securityfocus.com/vdb/?id=2016 + * Statoverride adaption + + -- Martin Bialasinski Thu, 11 Jan 2001 20:07:02 +0100 + +mc (4.5.51-12) unstable; urgency=high + + * Added build-depends + * Recompiled with latest glibc, closes: #74905, #74906, #75134, #77172 + * Added menu hints, closes: #80014, #80038 + * Fix problems with file selection code, closes: #79639 + Thanks to Alexander Viro + + -- Martin Bialasinski Thu, 21 Dec 2000 14:48:35 +0100 + +mc (4.5.51-11) unstable; urgency=high + + * Security fix for cons.saver, bugtraq id 1945 + serious local DoS possibility + + -- Martin Bialasinski Wed, 15 Nov 2000 20:05:20 +0100 + +mc (4.5.51-10) unstable; urgency=low + + * Fix for ftpfs, closes: #61239 + + -- Martin Bialasinski Sun, 12 Nov 2000 20:37:50 +0100 + +mc (4.5.51-9) unstable; urgency=low + + * Upstream patch to fix storing on root directory on a ftp server + + -- Martin Bialasinski Wed, 8 Nov 2000 01:01:40 +0100 + +mc (4.5.51-8) unstable; urgency=low + + * Small fix to the .deb entry in mc.ext to make it work with new + and old tar + * New uzip extfs by Oskar Liljeblad, closes: #75353 + + -- Martin Bialasinski Sat, 4 Nov 2000 00:05:08 +0100 + +mc (4.5.51-7) unstable; urgency=low + + * Quote pathname on C-x p and C-x P, closes: #72632 + Thanks to Lois Lefort (sorry, missed the report somehow) + + -- Martin Bialasinski Sat, 21 Oct 2000 14:50:12 +0200 + +mc (4.5.51-6) unstable; urgency=low + + * Changed F3 view of .deb and .rpm files like done on advanced mc, + changed dependancies a bit to suit this + * Correcting small spelling error (#21825 in the GNOME BTS) + * Make mouse work in rxvt, closes: #74400 + + -- Martin Bialasinski Wed, 18 Oct 2000 20:22:45 +0200 + +mc (4.5.51-5) unstable; urgency=low + + * Upstream patch to fix %e behaviour on opening files for edit in gmc + + -- Martin Bialasinski Wed, 4 Oct 2000 22:27:04 +0200 + +mc (4.5.51-4) unstable; urgency=low + + * Fix typo in mc.ext and mc-gnome.ext, thanks to Robert Luberda + Closes: #71788 + + -- Martin Bialasinski Sat, 16 Sep 2000 09:33:57 +0200 + +mc (4.5.51-3) unstable; urgency=low + + * Fix to the patchfs by Loic Lefort, Closes: #71430 + * Fix filelocations in the manpages + * Add the patchfs to mc.ext, so you can enter a (compressed) + patch with + + -- Martin Bialasinski Fri, 15 Sep 2000 00:16:50 +0200 + +mc (4.5.51-2) unstable; urgency=low + + * Fixed some strange problems with the patches, Closes: #69516 + + -- Martin Bialasinski Mon, 21 Aug 2000 01:13:21 +0200 + +mc (4.5.51-1) unstable; urgency=low + + * New upstream release, closes: #62261, #64975 + * Fixed description, closes: #62260 + * Moved locales data into mc-common, closes: #67577 + * Move documentation to /usr/share/doc and make a symlink in + /usr/share/gnome/help + * Fix gmc doc-base description, closes: #68671 + * Don't install a wrong manpage + + -- Martin Bialasinski Mon, 14 Aug 2000 23:39:48 +0200 + +mc (4.5.42-16) unstable; urgency=low + + * Fix path in doc-base and create a missing symlink + + -- Martin Bialasinski Sun, 26 Mar 2000 22:52:15 +0200 + +mc (4.5.42-15) unstable; urgency=low + + * Fix usage of debconf. Don't issue the warning on new installs + * Move convert.metadata.db from /usr/lib/mc to /usr/bin + + -- Martin Bialasinski Sun, 26 Mar 2000 14:37:36 +0200 + +mc (4.5.42-14) unstable; urgency=low + + * make convert-metadata.db executable in the postinst + + -- Martin Bialasinski Sun, 19 Mar 2000 23:43:44 +0100 + +mc (4.5.42-13) unstable; urgency=low + + * Changed the undelfs example in mc.sgml and mc.1.in as well + * Fix build from source bug, closes: #60289 + + -- Martin Bialasinski Mon, 13 Mar 2000 18:19:34 +0100 + +mc (4.5.42-12) unstable; urgency=low + + * Fix problem with hex view, roll-over on first position. + Patch by Loic Lefort + + -- Martin Bialasinski Mon, 13 Mar 2000 12:17:16 +0100 + +mc (4.5.42-11) frozen unstable; urgency=low + + * [gmc] Let the admin know that he must run convert-metadata.db + via debconf. Closes: #58707 + + -- Martin Bialasinski Sun, 12 Mar 2000 20:27:56 +0100 + +mc (4.5.42-10) frozen unstable; urgency=low + + * Fixed documentation bug, closes: #60045 + * Fixed terminfo searchpath in internal slang, closes: #56272 + * [gmc] added dependancy on eject and made some comments in README.Debian, + closes: #59214 + + -- Martin Bialasinski Sun, 12 Mar 2000 01:16:41 +0100 + +mc (4.5.42-9) frozen unstable; urgency=low + + * convert-metadata.db : set gid and egid before setting uid and euid. Doh! + * Helpfile mentioned non-existing file. Closes: #56053 + * Fix small typo in mc.ext.in, part of #55897 + * Upload with full sources due to the change in the packaging method + + -- Martin Bialasinski Mon, 6 Mar 2000 16:06:37 +0100 + +mc (4.5.42-8) frozen unstable; urgency=low + + * Switched to the Multipatch System the X packages use. + * Patch from Andrew V. Samoilov, so the display is correct + when selecting more than 2GB of files, closes: #53980, #58920 + * Added "or" and "and" keywords to perl sytnax file - patch by + Tomasz Wegrzanowski, closes: #58437 + * Fix german translation, closes: #55401 + partly closes #56117 + * compile with --with-netrc + + -- Martin Bialasinski Wed, 1 Mar 2000 01:50:05 +0100 + +mc (4.5.42-7) unstable; urgency=low + + * Fixes missing esac in mc.menu, thanks to Michel Casabona + Closes: #54108 + + -- Martin Bialasinski Wed, 12 Jan 2000 21:22:47 +0100 + +mc (4.5.42-6) unstable; urgency=low + + * Fixes a y2k bug in the apt and dpkg vfs, closes: #54037 + + -- Martin Bialasinski Wed, 5 Jan 2000 17:39:43 +0100 + +mc (4.5.42-5) unstable; urgency=low + + * [gmc] Added dependancy on libdb-util* for convert-metadata.db + + -- Martin Bialasinski Tue, 4 Jan 2000 14:20:05 +0100 + +mc (4.5.42-4) unstable; urgency=low + + * [gmc] Revised patch for the icon handling, closes: #53814 + + -- Martin Bialasinski Sat, 1 Jan 2000 17:53:13 +0100 + +mc (4.5.42-3) unstable; urgency=low + + * [gmc] Applied patch for icon misplacement, closes: #51571 + * SEP, closes #52250 + * Fixed lintian warnings about copyright file location + + -- Martin Bialasinski Mon, 27 Dec 1999 18:43:18 +0100 + +mc (4.5.42-2) unstable; urgency=low + + * New version of the apt/dpkg vfs + + -- Martin Bialasinski Mon, 20 Dec 1999 11:18:26 +0100 + +mc (4.5.42-1) unstable; urgency=low + + * New upstream release + * [gmc] Remove notice how to fix broken desktop icons from postinst + * enable NLS + + -- Martin Bialasinski Wed, 8 Dec 1999 12:22:13 +0100 + +mc (4.5.40-8) unstable; urgency=low + + * Small fix to the apt and dpkg vfs. + + -- Martin Bialasinski Fri, 3 Dec 1999 18:16:41 +0100 + +mc (4.5.40-7) unstable; urgency=low + + * Really fixes all zip,jar archive problems, + thanks again to Oskar Liljeblad. Closes: #50528, #51779 + * Amazing new vfs by Piotr Roszatycki , a + dpkg and apt frontend! See README.Debian for info. + Closes: #46694 + + -- Martin Bialasinski Fri, 3 Dec 1999 00:11:07 +0100 + +mc (4.5.40-6) unstable; urgency=low + + * Fixed problem with ~/.gnome/metadata.db + libc switch from DB 1.85 to DB 2, so the file has to be recreated. + Shipping a conversion script as /usr/lib/mc/convert-metadata.db + Closes: #47115, #46491 + * Don't wait for upstream to include the new Debian logo, Closes: #46502 + + -- Martin Bialasinski Tue, 30 Nov 1999 21:24:35 +0100 + +mc (4.5.40-5) unstable; urgency=low + + * Patch for mc.ext by Tomasz Wegrzanowski + to use sensible-* Closes: #50210 + * Patch for mc.ext by Oskar Liljeblad + to use run-mailcap Closes: #50732 + * Missing closing bracket in uzip.in (thanks to Andreas Wappel), + fixed the other repored problems. Closes: #48003 + (Also #50528, #50452, but has to be checked) + * Using a better fix for the tar problem in the deb vfs + + -- Martin Bialasinski Thu, 25 Nov 1999 23:45:20 +0100 + +mc (4.5.40-4) unstable; urgency=low + + * Use mc's own slang, which has some modifications. + Closes: #47487 + * mc doesn't have a mtools vfs for some time now, closes: #26821 + * Included syntax highlighting definitions for debian/changelog, + debian/rules, debian/control and sources.list, closes: #47403 + Thanks to Radovan Garabik + + -- Martin Bialasinski Sat, 31 Oct 1999 13:59:54 +0200 + +mc (4.5.40-3) unstable; urgency=low + + * Recompiled with slang 1.3 - Fixes the dreadful + "right border is not cleaned" and other display bugs. + Closes: #34315, #40496, #41166, #47328 and part of #47197 + + -- Martin Bialasinski Thu, 14 Oct 1999 19:03:32 +0200 + +mc (4.5.40-2) unstable; urgency=low + + * Added conflicts to the versions before mc-common was introduced + + -- Martin Bialasinski Sat, 2 Oct 1999 12:34:06 +0200 + +mc (4.5.40-1) unstable; urgency=low + + * New upstream release + + -- Martin Bialasinski Thu, 30 Sep 1999 00:51:33 +0200 + +mc (4.5.39-1) unstable; urgency=low + + * New upstream version + * Uploading as a co-maintainer + * New package setup + - mc-common, mc and gmc + - mc and gmc don't conflict anymore + Closes: #43761 + * Using debhelper, no more fhs problems, closes: #45962 + * Applied fixes for new tar format (without leading ./) + Closes: #45473, #45432, #45145, #45131, #44965, #45340 + * Suidregister only in the mc package, closes: #45014 + * smbfs was removed before, closes: #45481, #45267, #45339 + * Added xterm-color to the list of color capable TERMs in mc.ini + * Added note in README about fixing ~/.mc/ini to enable colored mc + Closes: #26820 + * Added TODO and upstream changelogs to the packages + + -- Martin Bialasinski Tue, 28 Sep 1999 03:09:32 +0200 + +mc (4.5.38-4) unstable; urgency=low + + * add -f to the rm's in debian/rules (Close: #45650) + + -- Michael Bramer Fri, 24 Sep 1999 07:58:57 +0200 + +mc (4.5.38-3) unstable; urgency=low + + * remove mc.real to mc and remove the --with-samba option. I must + work with the sources. + Sorry, for the last problems. + + -- Michael Bramer Sun, 19 Sep 1999 14:25:57 +0200 + +mc (4.5.38-2) unstable; urgency=low + + * add .real to mc in /usr/bin/mc + + -- Michael Bramer Wed, 15 Sep 1999 13:23:44 +0200 + +mc (4.5.38-1) unstable; urgency=low + + * add patch from viro@math.psu.edu (Close:#29176) + * add --with-samba to configure + * move /usr/bin/mc to /usr/bin/mc.real and add the + script /usr/bin/mc (Close:#43168) + * recompiled with slang1-dev 1.2.2-3 (Close:#44359) + * add link from /usr/bin/mcedit to /usr/bin/mc (Close:#40943) + * new upstream version + + -- Michael Bramer Tue, 7 Sep 1999 22:34:18 +0200 + +mc (4.5.37-2) unstable; urgency=low + + * rebuild with newer gpm. (now should use /var/run/gpmctl and not + /dev/gpmctl) + + -- Michael Bramer Wed, 4 Aug 1999 11:41:32 +0200 + +mc (4.5.37-1) unstable; urgency=low + + * new upstream version + + -- Michael Bramer Tue, 3 Aug 1999 22:29:21 +0200 + +mc (4.5.33-6) unstable; urgency=low + + * set auto_save_setup to no in mc.ini + + -- Michael Bramer Sat, 3 Jul 1999 11:32:50 +0200 + +mc (4.5.33-5) unstable; urgency=low + + * add link from /usr/lib/mc/mc.ini to /etc/mc/ + + -- Michael Bramer Sat, 3 Jul 1999 09:02:00 +0200 + +mc (4.5.33-4) unstable; urgency=low + + * add 'AWK="awk"' in debian/rules + * remove /usr/etc/mc (change rules and Makefiles.in's) (close: 37070) + * remove changelog_intl.gz (close: 36683) + * remove README.debian (close: 36682) + * add 'color_terminals=linux,xterm-debian,screen' in debian/addons/mc.ini + (close: 26820) + * move /usr/lib/mc/term/ to /urs/doc/mc/ (close: 26022) + + -- Michael Bramer Fri, 2 Jul 1999 14:54:14 +0200 + +mc (4.5.33-3) unstable; urgency=low + + * Add 'Provides: mc' in gmc-package controlfile (close: #35005) + + -- Michael Bramer Tue, 29 Jun 1999 23:52:56 +0200 + +mc (4.5.33-2) unstable; urgency=low + + * now compiled with the installed package e2fslibs-dev (close: 40335) + + -- Michael Bramer Tue, 29 Jun 1999 00:44:50 +0200 + +mc (4.5.33-1) unstable; urgency=low + + * new upstream version + + -- Michael Bramer Wed, 9 Jun 1999 05:02:23 +0200 + +mc (4.5.30-2) unstable; urgency=low + + * Patch from Martin Bialasinski close:#36246 + + -- Michael Bramer Mon, 19 Apr 1999 12:19:25 +0200 + +mc (4.5.30-1) unstable; urgency=low + + * new upstream version + + -- Michael Bramer Wed, 14 Apr 1999 17:41:15 +0200 + +mc (4.5.25-1) unstable; urgency=low + + * change the download source to: + ftp://ftp.sunsite.org.uk/packages/gnome/sources/mc + * add --sysconfdir=/etc in the rule file + * new upstream version (with my patches :-) + + -- Michael Bramer Tue, 16 Mar 1999 13:38:32 +0100 + +mc (4.5.22-1) unstable; urgency=low + + * change ee to eeyes in lib/mc-gnome.ext.in + * new upstream version + + -- Michael Bramer Thu, 4 Mar 1999 23:47:37 +0100 + +mc (4.5.21-1) unstable; urgency=low + + * remove usr/share/pixmaps/ from mc + (from the 'first' 4.5.21-1 upload in gnome-staging) + * remove usr/bin/plain-gmc from mc + (from the 'first' 4.5.21-1 upload in gnome-staging) + * add patch from viro@math.psu.edu close:29176 + * new config files: mc.global and mc-gnome.ext + * add link from /usr/lib/etc/mc.global to /etc/mc/mc.global + * add links from /usr/lib/mc/* to /etc/mc/ + * new upstream version + * add a '-f' to -rm gnome/gmc in debian/rule + * change 'ee' in 'eeyes' in lib/mc-gnome.ext + * add the conffiles in the gmc-package + + -- Michael Bramer Sat, 27 Feb 1999 00:11:28 +0100 + +mc (4.5.1-1.1) frozen; urgency=medium + + * NMU in behalf of Michael Bramer as he has not got a pure slink system + * Fixes Bug#33341, priority important (buffer overrun) for slink + + -- Martin Bialasinski Wed, 17 Feb 1999 00:26:48 +0100 + +mc (4.5.1-1) unstable; urgency=low + + * new (beta) version + + -- Michael Bramer Thu, 22 Oct 1998 19:48:42 +0200 + +mc (4.1.36-1) unstable; urgency=low + + * change from +Z to -Z for zsh (close:#26428) + * add Suggests:rpm (close:#26137) + * remove /usr/doc/mc/README.edit (close:#26047) + * add patch from Patrik Rak in deb.in (close:#25838) + * add link from /usr/lib/mc/mc.ext to /etc/mc/mc.ext (close#25719) + * New upsteam release + + -- Michael Bramer Thu, 15 Oct 1998 11:41:11 +0200 + +mc (4.1.35-6) unstable; urgency=low + + * don't print debug-code in gnome/*.c (#25587) + * move usr/doc/mc/changelog_src.gz to usr/doc/mc/changelog.gz + * Change menue from Apps/Misc to Apps/Tools + + -- Michael Bramer Wed, 26 Aug 1998 10:23:43 +0200 + +mc (4.1.35-5) unstable; urgency=low + + * make the menufiles in the new format + * change from ee to eeyes for *.jpeg etc. in mc.ext + + -- Michael Bramer Tue, 25 Aug 1998 18:35:11 +0200 + +mc (4.1.35-4) unstable; urgency=low + + * add to debstd the -u option + * make a new build with gonme0.27 and co. + + -- Michael Bramer Mon, 17 Aug 1998 13:07:11 +0200 + +mc (4.1.35-3) unstable; urgency=low + + * add all changelog-files in /usr/doc/[g]mc + * make for gmc a /usr/doc/gmc/ + * add a '!' in the first line from mcfn_install.in, now: #!/bin/sh + * typo in the Description (thanks to joey) + * don't print debug-code in gdesktop.c (#25587) + + -- Michael Bramer Mon, 10 Aug 1998 23:29:33 +0200 + +mc (4.1.35-2) unstable; urgency=low + + * the multi-package is not nice, but it should work + * add gmc support in a multi-binary-package + * new maintainer + + -- Michael Bramer Fri, 31 Jul 1998 13:04:28 +0200 + +mc (4.1.35-1) frozen unstable; urgency=low + + * New upsteam release fixes a bug introduced by last version, + which made the history input lines stop working. Since this + is one of the essential useability features of MC which will + most certainly provoke bug reports this here should still go + into frozen. + + -- Paul Seelig Tue, 26 May 1998 05:00:05 +0100 + +mc (4.1.34-1) frozen unstable; urgency=low + + * New upsteam release really fixes Bug#20727 and some bugs no one + has even bothered to report until now. :-) + * Added "--without-gnome" and "--disable-nls" flags to debian/rules. + The internationalized Gnome version of MC is becoming pretty mature, + but will not go into frozen, sorry. + + -- Paul Seelig Fri, 15 May 1998 21:36:56 +0100 + +mc (4.1.28-3) frozen unstable; urgency=low + + * Rebuild using ss-dev, comerr-dev and e2fslibs-dev closing Bug#21749 + + -- Paul Seelig Tue, 28 Apr 1998 22:32:15 +0100 + +mc (4.1.28-2) frozen unstable; urgency=low + + * Changed debian/postinst to address and close Bug#20871. I wonder why + this didn't show up earlier? + + -- Paul Seelig Wed, 08 Apr 1998 21:29:51 +0100 + +mc (4.1.28-1) frozen unstable; urgency=low + + * New upstream release. + * Compiled with ext2undel feature closing Bug#20752. + * Fixes an upstream bug which made MC crash when trying to copy an + unreadable file via FTP. + + -- Paul Seelig Mon, 06 Apr 1998 17:23:15 +0100 + +mc (4.1.27-1) unstable; urgency=low + + * New upstream release. + + -- Paul Seelig Fri, 27 Feb 1998 07:44:29 +0100 + +mc (4.1.26-1) unstable; urgency=low + + * New upstream release. + * Updated to standards version 2.4.0.0 + * Updated postal address of FSF in copyright file + * Added manual page for 'mcmfmt'. + * Adapted control file to place package in section "utils" + with priority "optional". + + -- Paul Seelig Fri, 20 Feb 1998 03:41:38 +0100 + +mc (4.1.24-1) unstable; urgency=low + + * New upstream release version + * Binary package now smaller because upstream maintainer truncated + the src/Changelog file which has grown far too large over time. ;-) + * Changed "Architecture: i386" to "Architecture: any" in control file. + This addresses and closes bug #17226 as reported by James Troup. + + -- Paul Seelig Thu, 22 Jan 1998 18:32:55 +0100 + +mc (4.1.22-2) unstable; urgency=low + + * Adapted debian/changelog to reflect official Debian release history + * Added debian/menu file from former maintainer + * Closing supposedly outdated bugs #9868, #14744, #14768, #16050 + and #11968 due to increase of upstream version number. + + -- Paul Seelig Fri, 16 Jan 1998 23:41:32 +0100 + +mc (4.1.22-1) unstable; urgency=low + + * New maintainer + * New upstream version + + -- Paul Seelig Fri, 16 Jan 1998 17:41:32 +0100 + +mc (4.1.9-1) unstable; urgency=low + + * Upgraded to latest upstream release (Bugs #13145, #14012). + * Use pristine source. + * Wrote patch to build with libc6. + * Orphaned the package (Unfixed since 6 months). + * Recommends file (Bug #7338). + * #11864 sould be fixed (libgpmg problem). + * Depend on login-970616-1 and don't install cons.saver suid root + (Bug #13440). + * Corrected debian/rules (make clean shouldn't fail). + + -- Vincent Renardias Mon, 10 Nov 1997 00:05:02 +0100 + +mc (3.5.17-1) unstable; urgency=low + + * Upgraded to latest upstream release + * Sources converted to new format + + -- Fernando Alegre Mon, 24 Feb 1997 12:56:43 +0100 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..31ea4f9 --- /dev/null +++ b/debian/clean @@ -0,0 +1,9 @@ +## Debian CI: +debian/.gitlab-ci.yml + +m4/intltool.m4 +tests/*/*.log +tests/*/*/*.log +tests/lib/mcconfig/*.ini +po/*.gmo +po/mc.pot diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a4d108a --- /dev/null +++ b/debian/control @@ -0,0 +1,79 @@ +Source: mc +Section: utils +Priority: optional +Maintainer: Dmitry Smirnov +Uploaders: Yury V. Zaytsev + ,Andreas Tille + ,Denis Briand +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.6.2 +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: arj + ,bzip2 + ,catdvi | texlive-binaries + ,dbview + ,djvulibre-bin + ,epub-utils + ,file + ,genisoimage + ,gv + ,imagemagick + ,libaspell-dev + ,links | w3m | lynx + ,odt2txt + ,poppler-utils + ,python + ,python-boto + ,python-tz + ,unar + ,wimtools + ,xpdf | pdf-viewer + ,zip +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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fd7e0c3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,184 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Midnight Commander +Source: http://www.midnight-commander.org/downloads +Copyright: 1996-2021 Free Software Foundation +License: GPL-3+ +Comment: + This package was debianized on Tue Apr 1 14:32:15 1997 by + Paul Seelig . + +Files: * +Copyright: + 1991-1992,1994-2023 Free Software Foundation + 1996 andrey joukov <2:5020/337.13@fidonet.org> + 2002 ARJ Software Russia + 2003 Alexander Serkov + 1992-1998 Andrew Tridgell + 1995 Ian Jackson + 2008 Jacques Pelletier + 1996-1997 Joseph M. Hinkle + 1998 John H Terpstra + 1990-1998 Karl Auer + 2005-2006 Leonard den Ottolander + 1996-1998 Luke Kenneth Casson Leighton + 1995-1996 Miguel de Icaza + 2000-2001 Oskar Liljeblad + 1996 Paul Sheer + 2003 Pavel Roskin + 2002 Petr Kozelka + 1999 Piotr Roszatycki + 1995-1998 Samba-Team + 2001 Walery Studennikov + 1997-1998 the University of Minnesota + 2020 Robert van Engelen +License: GPL-3+ +Comment: + See list of authors and contributors in file AUTHORS + Note that all these authors assigned the copyright to FSF. + +Files: + doc/doxygen-include.am + m4.include/dx_doxygen.m4 +Copyright: + 2004,2007 Oren Ben-Kiki +License: Apache-2.0 + +Files: + misc/syntax/nemerle.syntax +Copyright: + 2004 the University of Wroclaw +License: BSD-3-Clause + +Files: + misc/syntax/meson.syntax +Copyright: + 2018 Vitold S +License: Expat + +Files: debian/* +Copyright: + 2002-2004 Adam Byrtek + 2011 Andreas Tille + 2002 Colin Watson + 2008-2015 Denis Briand + 2012-2023 Dmitry Smirnov + 1997 Fernando Alegre + 2004-2007 Ludovic Drolez + 1999-2001 Martin Bialasinski + 1999 Martin Bialasinski + 1998-1999 Michael Bramer + 2008-2009 Patrick Winnertz + 1998 Paul Seelig + 2004-2007 Stefano Melchior + 1997 Vincent Renardias + 2008-2010 Yury V. Zaytsev +License: GPL-2+ + +Files: + m4.include/gnulib/fsusage.m4 + m4.include/gnulib/sys_types_h.m4 + m4.include/gnulib/windows-stat-inodes.m4 +Copyright: 1997-2018 Free Software Foundation, Inc. +License: FSFULLR + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + +Files: + m4.include/ax_gcc_func_attribute.m4 +Copyright: 2013 Gabriele Svelto +License: FSF-Install + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice and + this notice are preserved. This file is offered as-is, without any + warranty. + +License: Apache-2.0 + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ․ + On Debian systems, the complete text of the Apache License, + Version 2.0 can be found in "/usr/share/common-licenses/Apache-2.0". + +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. The name of the University may not be used to endorse or promote + products derived from this software without specific prior + written permission. + . + THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN + NO EVENT SHALL THE UNIVERSITY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + ․ + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + ․ + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + ․ + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + ․ + On Debian systems, the complete text of the GNU General Public + License Version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + ․ + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + ․ + On Debian systems, the complete text of the GNU General Public + License Version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..c281bae --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,4 @@ + +[import-orig] +pristine-tar = False +merge = False diff --git a/debian/icons/MidnightCommander.png b/debian/icons/MidnightCommander.png new file mode 100644 index 0000000..4bee53d Binary files /dev/null and b/debian/icons/MidnightCommander.png differ diff --git a/debian/icons/mc.svg b/debian/icons/mc.svg new file mode 100644 index 0000000..bfb785b --- /dev/null +++ b/debian/icons/mc.svg @@ -0,0 +1,1147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/debian/icons/mc.xpm b/debian/icons/mc.xpm new file mode 100644 index 0000000..a7ad498 --- /dev/null +++ b/debian/icons/mc.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *icon[] = { +/* columns rows colors chars-per-pixel */ +"32 32 7 1", +" c black", +". c gray20", +"X c blue", +"o c cyan", +"O c yellow", +"+ c gray80", +"@ c gray90", +/* pixels */ +"+@+@+@++@++@+@+@+@+@++@@++@++@+@", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@XXOOOOOXXoXOOXXoXXXOOOOXXoXOOX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@XoooooooXoXooXXoXoooooooXoXooX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@XoooooooXoXooXXoXoooooooXoXooX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@XoooooooXoXooXXoXoooooooXoXooX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@XoooooooXoXooXXoXoooooooXoXooX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@XoooooooXoXooXXoXoooooooXoXooX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"+XoooooooXoXooXXoXoooooooXoXooX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@XXXXXXXXXoXXXXXoXoooooooXoXooX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@XXXXXXXXXoXXXXXoXoooooooXoXooX.", +"+XXXXXXXXXoXXXXXoXXXXXXXXXoXXXX.", +"@oooooooooooooooooooooooooooooo ", +"+XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.", +"@XooooooXoXoooXXXXooooooXooXooX.", +"+XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.", +"+oooooooooooooooooooooooooooooo.", +"@ .", +"+ .", +"+.+ .", +"@ .", +"++O++ ++++ O++O +O++O +O++ ++O+.", +"+..............................." +}; diff --git a/debian/icons/mcedit.xpm b/debian/icons/mcedit.xpm new file mode 100644 index 0000000..b77c704 --- /dev/null +++ b/debian/icons/mcedit.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char * mcedit_xpm[] = { +"32 32 7 1", +" c None", +". c #CCCCCC", +"+ c #E5E5E5", +"@ c #00FFFF", +"# c #333333", +"$ c #0000FF", +"% c #000000", +".+.+.+..+..+.+.+.+.+..++..+..+.+", +".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#", +"+$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$@@@@$@@$@@$@$$@@@$$$@@@$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$@$@@@@$@@@@$@$$@@@@$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$@@@@$@@$$@@$@$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$@@$@@$@$@@@$$$@$$@@@@@$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$@@$@@$@$@@$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".$@@$@@@@$@$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$@@@@$@$$$$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$$$$$$$$@@@@@@$$@$$@$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +"+$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$#", +".@@@@%@@@@%@@@@%@@@@@%@@@@%@@@@#", +".###############################"}; diff --git a/debian/mc-data.doc-base b/debian/mc-data.doc-base new file mode 100644 index 0000000..79b8f1b --- /dev/null +++ b/debian/mc-data.doc-base @@ -0,0 +1,8 @@ +Document: mc-faq +Title: Midnight Commander FAQ +Author: Janne Kukonlehto +Abstract: Midnight Commander Frequently Asked Questions and the Answers +Section: File Management + +Format: text +Files: /usr/share/doc/mc-data/FAQ.gz diff --git a/debian/mc-data.docs b/debian/mc-data.docs new file mode 100644 index 0000000..6adb585 --- /dev/null +++ b/debian/mc-data.docs @@ -0,0 +1,6 @@ +ABOUT-NLS +AUTHORS +doc/FAQ +doc/HACKING +doc/README +doc/TODO diff --git a/debian/mc-data.install b/debian/mc-data.install new file mode 100644 index 0000000..32b2131 --- /dev/null +++ b/debian/mc-data.install @@ -0,0 +1,6 @@ +usr/share/locale +usr/share/man +usr/share/mc +debian/icons/MidnightCommander.png usr/share/icons/hicolor/64x64/apps +debian/icons/mc.svg usr/share/icons/hicolor/scalable/apps +debian/skins/modarin-*/*.ini usr/share/mc/skins diff --git a/debian/mc-data.links b/debian/mc-data.links new file mode 100644 index 0000000..ebe3ee2 --- /dev/null +++ b/debian/mc-data.links @@ -0,0 +1,9 @@ +usr/share/man/man1/mc.1 /usr/share/man/man1/mcdiff.1 + +# link docs to /usr/share/doc/mc for convenience +usr/share/doc/mc-data/AUTHORS /usr/share/doc/mc/AUTHORS +usr/share/doc/mc-data/ABOUT-NLS /usr/share/doc/mc/ABOUT-NLS +usr/share/doc/mc-data/FAQ /usr/share/doc/mc/FAQ +usr/share/doc/mc-data/HACKING /usr/share/doc/mc/HACKING +usr/share/doc/mc-data/README /usr/share/doc/mc/README +usr/share/doc/mc-data/TODO /usr/share/doc/mc/TODO diff --git a/debian/mc.NEWS b/debian/mc.NEWS new file mode 100644 index 0000000..c047eed --- /dev/null +++ b/debian/mc.NEWS @@ -0,0 +1,15 @@ +mc (3:4.8.1-1) unstable; urgency=low + + Config files have been reorganized. + Some settings (e.g. Lynx-like motion) have moved to new "Panel + options" and accidentally reset to their default value. + + /usr/share/mc/bin/mc-wrapper.sh and other scripts are relocated to + /usr/lib/mc + Backward compatibility is maintained with symbolic links which + will eventually go away in future releases. Please update your + configuration if necessary. + + mcedit now have "Return does autoindent" off by default. + + -- Dmitry Smirnov Fri, 24 Feb 2012 13:04:57 +1100 diff --git a/debian/mc.desktop b/debian/mc.desktop new file mode 100644 index 0000000..42b311f --- /dev/null +++ b/debian/mc.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Name=Midnight Commander +Name[af]=Middernag Kommandeur +Name[eo]=Meznokta komandanto +Name[fa]=فرمان‌دار نیمه شب +Name[ko]=미드나잇 커멘더 +Name[lv]=Pusnakts Komandieris +Name[nso]=Molaedi wa Bosegogare +Name[th]=มิดไนท์คอมมานเดอร์ +Name[ve]=Muhulwane wa vhukati ha vhusiku +Name[xh]=Umyaleli Waphakathi kobusuku +Name[zu]=Umyaleli waphakathi nobusuku +Comment=File manager +Comment[pl]=Menedżer plików +Exec=mc +Icon=MidnightCommander +Terminal=true +Type=Application +Categories=ConsoleOnly;Utility;FileManager;System;FileTools; +Keywords=file manager;console; diff --git a/debian/mc.install b/debian/mc.install new file mode 100644 index 0000000..caf6c97 --- /dev/null +++ b/debian/mc.install @@ -0,0 +1,7 @@ +debian/mc.desktop usr/share/applications +debian/mcedit.desktop usr/share/applications +debian/icons/mc.xpm usr/share/pixmaps +debian/icons/mcedit.xpm usr/share/pixmaps +usr/bin +usr/lib/mc +etc/mc/* diff --git a/debian/mc.links b/debian/mc.links new file mode 100644 index 0000000..4937e98 --- /dev/null +++ b/debian/mc.links @@ -0,0 +1,5 @@ +# backward compatibility for mc-4.7.* +usr/lib/mc/mc-wrapper.sh /usr/share/mc/bin/mc-wrapper.sh +usr/lib/mc/mc-wrapper.csh /usr/share/mc/bin/mc-wrapper.csh +usr/lib/mc/mc.sh /usr/share/mc/bin/mc.sh +usr/lib/mc/mc.csh /usr/share/mc/bin/mc.csh diff --git a/debian/mc.lintian-overrides b/debian/mc.lintian-overrides new file mode 100644 index 0000000..25ce6bb --- /dev/null +++ b/debian/mc.lintian-overrides @@ -0,0 +1,4 @@ +executable-not-elf-or-script + +# cons.saver has to be sgid tty to access vcsa +setgid-binary diff --git a/debian/mc.maintscript b/debian/mc.maintscript new file mode 100644 index 0000000..5719490 --- /dev/null +++ b/debian/mc.maintscript @@ -0,0 +1,9 @@ +rm_conffile /etc/mc/edit.spell.rc 3:4.8.5-1 +rm_conffile /etc/mc/mc.charsets 3:4.8-1 +rm_conffile /etc/mc/mc.ext 3:4.8.29-2 +rm_conffile /etc/mc/mc.lib 3:4.8-1 +rm_conffile /etc/mc/mc.menu.sr 3:4.8.17-0 +rm_conffile /etc/mc/Syntax 3:4.8-1 +mv_conffile /etc/mc/cedit.menu /etc/mc/mcedit.menu 3:4.8-1 +mv_conffile /etc/mc/mc.keymap.emacs /etc/mc/mc.emacs.keymap 3:4.8.8-0 +mv_conffile /etc/mc/mc.keymap.default /etc/mc/mc.default.keymap 3:4.8.8-0 diff --git a/debian/mc.postinst b/debian/mc.postinst new file mode 100644 index 0000000..b847313 --- /dev/null +++ b/debian/mc.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +set -e + +case "$1" in + configure|abort-upgrade) + update-alternatives --install /usr/bin/view view /usr/bin/mcview 25 \ + --slave /usr/share/man/man1/view.1.gz view.1.gz /usr/share/man/man1/mcview.1.gz + update-alternatives --install /usr/bin/editor editor /usr/bin/mcedit 25 \ + --slave /usr/share/man/man1/editor.1.gz editor.1.gz /usr/share/man/man1/mcedit.1.gz + ;; +esac + +#DEBHELPER# diff --git a/debian/mc.postrm b/debian/mc.postrm new file mode 100644 index 0000000..557ceb4 --- /dev/null +++ b/debian/mc.postrm @@ -0,0 +1,19 @@ +#!/bin/sh +set -e + +case "$1" in + purge) + + rm -f \ + /etc/mc/cedit.menu \ + /etc/mc/*.ini \ + /etc/mc/mc.* \ + /etc/mc/*.rc \ + /etc/mc/Syntax + + rmdir /etc/mc 2>/dev/null || true + + ;; +esac + +#DEBHELPER# diff --git a/debian/mc.prerm b/debian/mc.prerm new file mode 100644 index 0000000..a97788f --- /dev/null +++ b/debian/mc.prerm @@ -0,0 +1,11 @@ +#!/bin/sh +set -e + +case "$1" in + remove) + update-alternatives --remove editor /usr/bin/mcedit + update-alternatives --remove view /usr/bin/mcview + ;; +esac + +#DEBHELPER# diff --git a/debian/mcedit.desktop b/debian/mcedit.desktop new file mode 100644 index 0000000..6c707b0 --- /dev/null +++ b/debian/mcedit.desktop @@ -0,0 +1,76 @@ +[Desktop Entry] +Name=Midnight Commander editor +Comment=Edit text files +Comment[af]=Redigeer tekslêers +Comment[am]=የጽሑፍ ፋይሎች ያስተካክሉ +Comment[ar]=ﺡﺭّﺭ ﻢﻠﻓﺎﺗ ﻦﺼﻳﺓ +Comment[az]=Mətn fayllarını redaktə edin +Comment[be]=Рэдагаваньне тэкставых файлаў +Comment[bg]=Редактиране на текстови файлове +Comment[bn]=টেক্স্ট ফাইল এডিট করুন +Comment[bs]=Izmijeni tekstualne datoteke +Comment[ca]=Edita fitxers de text +Comment[cs]=Úprava textových souborů +Comment[cy]=Golygu ffeiliau testun +Comment[da]=Redigér tekstfiler +Comment[de]=Textdateien bearbeiten +Comment[el]=Επεξεργασία αρχείων κειμένου +Comment[en_CA]=Edit text files +Comment[en_GB]=Edit text files +Comment[es]=Edita archivos de texto +Comment[et]=Redigeeri tekstifaile +Comment[eu]=Editatu testu-fitxategiak +Comment[fa]=ﻭیﺭﺍیﺵ پﺭﻮﻧﺪﻫ<200c>ﻫﺍی ﻢﺘﻧی +Comment[fi]=Muokkaa tekstitiedostoja +Comment[fr]=Édite des fichiers texte +Comment[ga]=Eagar comhad Téacs +Comment[gu]=લખાણ ફાઇલોમાં ફેરફાર કરો +Comment[he]=ערוך קבצי טקסט +Comment[hi]=पाठ फ़ाइलें संपादित करें +Comment[hr]=Uređivanje tekstualne datoteke +Comment[hu]=Szövegfájlok szerkesztése +Comment[id]=Edit file teks +Comment[it]=Modifica file di testo +Comment[ja]=テキスト・ファイルを編集します +Comment[kn]=ಪಠ್ಯ ಕಡತಗಳನ್ನು ಸಂಪಾದಿಸು +Comment[ko]=텍스트 파일을 편집합니다 +Comment[lt]=Redaguoti tekstines bylas +Comment[lv]=Rediģēt teksta failus +Comment[mk]=Уреди текстуални фајлови +Comment[ml]=വാചക രചനകള് തിരുത്തുക +Comment[mn]=Текст файл боловсруулах +Comment[mr]=गद्य फाइल संपादित करा +Comment[ms]=Edit fail teks +Comment[nb]=Rediger tekstfiler +Comment[ne]=पाठ फाइललाई संशोधन गर्नुहोस् +Comment[nl]=Tekstbestanden bewerken +Comment[nn]=Rediger tekstfiler +Comment[no]=Rediger tekstfiler +Comment[or]=ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ +Comment[pa]=ਪਾਠ ਫਾਇਲਾਂ ਸੰਪਾਦਨ +Comment[pl]=Edytor plików tekstowych +Comment[pt]=Editar ficheiros de texto +Comment[pt_BR]=Edite arquivos de texto +Comment[ro]=Editare fişiere text +Comment[ru]=Редактор текстовых файлов +Comment[sk]=Úprava textových súborov +Comment[sl]=Urejanje datotek z besedili +Comment[sq]=Përpuno files teksti +Comment[sr]=Измени текстуалне датотеке +Comment[sr@Latn]=Izmeni tekstualne datoteke +Comment[sv]=Redigera textfiler +Comment[ta]=உரை கோப்புகளை தொகுக்கவும் +Comment[th]=แก้ไขแฟ้มข้อความ +Comment[tk]=Metin faýllary editle +Comment[tr]=Metin dosyalarını düzenle +Comment[uk]=Редактор текстових файлів +Comment[vi]=Soạn thảo tập tin văn bản +Comment[wa]=Asspougnî des fitchîs tecses +Comment[zh_CN]=编辑文本文件 +Comment[zh_TW]=編輯文字檔 +Exec=mcedit +Icon=MidnightCommander +Terminal=true +Type=Application +Categories=Utility;TextEditor; +Keywords=editor;console;text; diff --git a/debian/patches/2987.patch b/debian/patches/2987.patch new file mode 100644 index 0000000..62e31c8 --- /dev/null +++ b/debian/patches/2987.patch @@ -0,0 +1,25 @@ +Last-Update: 2017-06-29 +Forwarded: https://www.midnight-commander.org/ticket/2110#comment:11 +Author: Dmitry Borisyuk" +Reviewed-by: Dmitry Smirnov +Bug-MC: https://www.midnight-commander.org/ticket/2987 +Bug-MC: https://www.midnight-commander.org/ticket/2110 +Bug-Debian: http://bugs.debian.org/703741 +Description: clear unfinished text before 'cd' to avoid accidental execution + send C-k C-u to the shell before sending 'cd' command to erase previous + unfinished text (C-k is needed for bash if the cursor is in the middle of + the line). + +--- a/src/subshell/common.c ++++ b/src/subshell/common.c +@@ -1715,9 +1715,9 @@ + } + } + /* The initial space keeps this out of the command history (in bash + because we set "HISTCONTROL=ignorespace") */ +- write_all (mc_global.tty.subshell_pty, " cd ", 4); ++ write_all (mc_global.tty.subshell_pty, "\013\025 cd ", 6); + + if (vpath == NULL) + write_all (mc_global.tty.subshell_pty, "/", 1); + else diff --git a/debian/patches/alt_editor.patch b/debian/patches/alt_editor.patch new file mode 100644 index 0000000..3082548 --- /dev/null +++ b/debian/patches/alt_editor.patch @@ -0,0 +1,27 @@ +Last-Update: 2012-08-04 +Reviewed-by: Dmitry Smirnov +Forwarded: yes +Bug-Debian: http://bugs.debian.org/592208 +Bug-MC: https://www.midnight-commander.org/ticket/2799 +Bug-MC: https://www.midnight-commander.org/ticket/2638 +Author: Yury V. Zaytsev +Description: Detect that mc was launched from alternatives symlink + This patch in needed to mcedit to start if run as 'editor' symlink + from alternatives. + . + As of 2012-05-01 upstream believe this should be customised per + distribution as therefore refused to commit. + +--- a/src/args.c ++++ b/src/args.c +@@ -620,9 +620,9 @@ + const char *base; + + base = x_basename (argv[0]); + +- if (strncmp (base, "mce", 3) == 0 || strcmp (base, "vi") == 0) ++ if (strncmp (base, "mce", 3) == 0 || strcmp (base, "vi") == 0 || strcmp (base, "editor") == 0) + { + /* mce* or vi is link to mc */ + mc_global.mc_run_mode = MC_RUN_EDITOR; + } diff --git a/debian/patches/disable_internal_editor.patch b/debian/patches/disable_internal_editor.patch new file mode 100644 index 0000000..48130e2 --- /dev/null +++ b/debian/patches/disable_internal_editor.patch @@ -0,0 +1,21 @@ +Last-Update: 2017-06-29 +Forwarded: no +Bug-Debian: http://bugs.debian.org/413258 +Author: Patrick Winnertz +Reviewed-by: Dmitry Smirnov +Updated-by: Denis Briand +Description: Disable internal editor by default + +--- a/src/setup.c ++++ b/src/setup.c +@@ -178,9 +178,9 @@ + + /* If true use the internal viewer */ + gboolean use_internal_view = TRUE; + /* If set, use the builtin editor */ +-gboolean use_internal_edit = TRUE; ++gboolean use_internal_edit = FALSE; + + #ifdef HAVE_CHARSET + /* Numbers of (file I/O) and (input/display) codepages. -1 if not selected */ + int default_source_codepage = -1; diff --git a/debian/patches/dummy-zip-password.patch b/debian/patches/dummy-zip-password.patch new file mode 100644 index 0000000..062f583 --- /dev/null +++ b/debian/patches/dummy-zip-password.patch @@ -0,0 +1,19 @@ +Last-Update: 2014-12-13 +Forwarded: no +Author: Dmitry Borisyuk" +Bug-Debian: http://bugs.debian.org/772080 +Description: prevent hangs on extraction from encrypted .ZIP archives, suppress password prompt with dummy password. + +--- a/src/vfs/extfs/helpers/uzip.in ++++ b/src/vfs/extfs/helpers/uzip.in +@@ -32,9 +32,9 @@ + my $cmd_addlink = "$app_zip -g -y"; + # Command used to delete a file from the archive + my $cmd_delete = "$app_zip -d"; + # Command used to extract a file to standard out +-my $cmd_extract = "$app_unzip -p"; ++my $cmd_extract = "$app_unzip -P '' -p"; + + # -rw-r--r-- 2.2 unx 2891 tx 1435 defN 20000330.211927 ./edit.html + # (perm) (?) (?) (size) (?) (zippedsize) (method) (yyyy)(mm)(dd).(HH)(MM)(SS) (fname) + my $regex_zipinfo_line = qr"^(\S{7,10})\s+(\d+\.\d+)\s+(\S+)\s+(\d+)\s+(\S\S)\s+(\d+)\s+(\S{4})\s+(\d{4})(\d\d)(\d\d)\.(\d\d)(\d\d)(\d\d)\s(.*)$"; diff --git a/debian/patches/ext_run-mailcap.patch b/debian/patches/ext_run-mailcap.patch new file mode 100644 index 0000000..3cd4963 --- /dev/null +++ b/debian/patches/ext_run-mailcap.patch @@ -0,0 +1,23 @@ +Last-Update: 2013-09-08 +Forwarded: no +Author: Dmitry Smirnov +Bug-Debian: http://bugs.debian.org/665763 +Bug-Debian: http://bugs.debian.org/544058 +Description: Use mailcap viewer instead of various hardcoded viewers + * dvi viewer (do_open_action) + * images viewer + * .ram|.rm files viewer + +--- a/misc/ext.d/doc.sh.in ++++ b/misc/ext.d/doc.sh.in +@@ -184,9 +184,9 @@ + fmclient -f "${MC_EXT_FILENAME}" + ;; + dvi) + if [ -n "$DISPLAY" ]; then +- (xdvi "${MC_EXT_FILENAME}" &) ++ (run-mailcap "${MC_EXT_FILENAME}" &) + else + dvisvga "${MC_EXT_FILENAME}" || \ + dvi2tty "${MC_EXT_FILENAME}" | ${PAGER:-more} + fi diff --git a/debian/patches/ext_use_default_editor.patch b/debian/patches/ext_use_default_editor.patch new file mode 100644 index 0000000..79de754 --- /dev/null +++ b/debian/patches/ext_use_default_editor.patch @@ -0,0 +1,18 @@ +Last-Update: 2013-04-03 +Author: Dmitry Smirnov +Forwarded: not-needed +Description: Use default editor instead of vi + +--- a/misc/mc.ext.ini.in ++++ b/misc/mc.ext.ini.in +@@ -1113,9 +1113,9 @@ + Open=%cd %p/ucpio:// + View=%view{ascii} @EXTHELPERSDIR@/archive.sh view cpio + + [Include/editor] +-Open=%var{EDITOR:vi} %f ++Open=%var{EDITOR:editor} %f + + [Include/image] + Open=@EXTHELPERSDIR@/image.sh open ALL_FORMATS + View=%view{ascii} @EXTHELPERSDIR@/image.sh view ALL_FORMATS diff --git a/debian/patches/mcedit_auto_indent.patch b/debian/patches/mcedit_auto_indent.patch new file mode 100644 index 0000000..7720f16 --- /dev/null +++ b/debian/patches/mcedit_auto_indent.patch @@ -0,0 +1,20 @@ +Last-Update: 2017-06-29 +Forwarded: no +Bug-Debian: http://bugs.debian.org/570502 +Author: Dmitry Smirnov +Updated-by: Denis Briand +Description: disable "Return does autoindent" by default (mcedit) + +--- a/src/editor/edit.c ++++ b/src/editor/edit.c +@@ -80,9 +80,9 @@ + .word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH, + .typewriter_wrap = FALSE, + .auto_para_formatting = FALSE, + .fill_tabs_with_spaces = FALSE, +- .return_does_auto_indent = TRUE, ++ .return_does_auto_indent = FALSE, + .backspace_through_tabs = FALSE, + .fake_half_tabs = TRUE, + .persistent_selections = TRUE, + .drop_selection_on_copy = TRUE, diff --git a/debian/patches/mcedit_full_path.patch b/debian/patches/mcedit_full_path.patch new file mode 100644 index 0000000..ab03e49 --- /dev/null +++ b/debian/patches/mcedit_full_path.patch @@ -0,0 +1,34 @@ +ast-Update: 2017-06-29 +Forwarded: not-needed +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764226 +Bug-Upstream: http://www.midnight-commander.org/ticket/3285 +Author: Dmitry Smirnov +Updated-by: Denis Briand +Description: 'mcedit' status line to show full path to file, like in 'mcview'. + +--- a/doc/man/mcedit.1.in ++++ b/doc/man/mcedit.1.in +@@ -604,9 +604,9 @@ + will be untouched. Default value is + "\fB-\fR\fB+\fR\fB*\fR\fB\\\fR\fB,\fR\fB.\fR\fB;\fR\fB:\fR\fB&\fR\fB>\fR". + .TP + .I editor_state_full_filename +-Show full path name in the status line. If disabled (default), only base name of the ++Show full path name in the status line. If disabled, only base name of the + file is shown. + .SH MISCELLANEOUS + The editor also displays non\-us characters (160+). When editing + binary files, you should set +--- a/src/editor/edit.c ++++ b/src/editor/edit.c +@@ -87,9 +87,9 @@ + .persistent_selections = TRUE, + .drop_selection_on_copy = TRUE, + .cursor_beyond_eol = FALSE, + .cursor_after_inserted_block = FALSE, +- .state_full_filename = FALSE, ++ .state_full_filename = TRUE, + .line_state = FALSE, + .line_state_width = 0, + .save_mode = EDIT_QUICK_SAVE, + .confirm_save = TRUE, diff --git a/debian/patches/mcedit_group_undo.patch b/debian/patches/mcedit_group_undo.patch new file mode 100644 index 0000000..88a53f9 --- /dev/null +++ b/debian/patches/mcedit_group_undo.patch @@ -0,0 +1,19 @@ +Last-Update: 2017-06-29 +Forwarded: not-needed +Author: Dmitry Smirnov +Updated-by: Denis Briand +Description: enable "Group undo" by default (mcedit) + +--- a/src/editor/edit.c ++++ b/src/editor/edit.c +@@ -94,9 +94,9 @@ + .save_mode = EDIT_QUICK_SAVE, + .confirm_save = TRUE, + .save_position = TRUE, + .syntax_highlighting = TRUE, +- .group_undo = FALSE, ++ .group_undo = TRUE, + .backup_ext = NULL, + .filesize_threshold = NULL, + .stop_format_chars = NULL, + .visible_tabs = TRUE, diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..f3ca3ea --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,15 @@ +## UPSTREAM / FORWARDED: +2987.patch + +## DEBIAN FIXES AND ENHANCEMENTS: +dummy-zip-password.patch +alt_editor.patch +use_sensible-editor.patch + +## OVERRIDE DEFAULTS: +disable_internal_editor.patch +mcedit_auto_indent.patch +mcedit_full_path.patch +mcedit_group_undo.patch +ext_run-mailcap.patch +ext_use_default_editor.patch diff --git a/debian/patches/use_sensible-editor.patch b/debian/patches/use_sensible-editor.patch new file mode 100644 index 0000000..7d2f251 --- /dev/null +++ b/debian/patches/use_sensible-editor.patch @@ -0,0 +1,20 @@ +Last-Update: 2015-03-23 +Forwarded: not-needed +Bug-Debian: http://bugs.debian.org/549202 +Author: Denis Briand +Author: Yury V. Zaytsev +Description: Use sensible-editor to edit files + +--- a/lib/global.h ++++ b/lib/global.h +@@ -123,9 +123,9 @@ + #define IS_PATH_SEP(c) ((c) == PATH_SEP) + #define PATH_ENV_SEP ':' + #define TMPDIR_DEFAULT "/tmp" + #define SCRIPT_SUFFIX "" +-#define get_default_editor() "vi" ++#define get_default_editor() "sensible-editor" + #define OS_SORT_CASE_SENSITIVE_DEFAULT TRUE + #define UTF8_CHAR_LEN 6 + + /* struct stat members */ diff --git a/debian/patches/uzip_528239.patch b/debian/patches/uzip_528239.patch new file mode 100644 index 0000000..fec9e68 --- /dev/null +++ b/debian/patches/uzip_528239.patch @@ -0,0 +1,25 @@ +Last-Update: 2012-02-28 +Reviewed-by: Dmitry Smirnov +Forwarded: not-needed +Bug-Debian: http://bugs.debian.org/528239 +Bug-Debian: http://bugs.debian.org/661467 +Author: Johannes Stezenbach +Author: Yury V. Zaytsev +Description: Fix "fail to display zip file contents" after unzip update + This patch is quite important. mc set HAVE_ZIPINFO at build time + if 'unzip' package is available. If not, HAVE_ZIPINFO would be mistakenly + set to zero which will break run-time zip browsing. + This patch is to make sure the right value is used. + If this patch do not apply make sure 'unzip' is present in Build-Deps. + +--- a/src/vfs/extfs/helpers/uzip.in ++++ b/src/vfs/extfs/helpers/uzip.in +@@ -19,7 +19,7 @@ my $app_zip = "@ZIP@"; + # Location of the unzip program + my $app_unzip = "@UNZIP@"; + # Set this to 1 if zipinfo (unzip -Z) is to be used (recommended), otherwise 0. +-my $op_has_zipinfo = @HAVE_ZIPINFO@; ++my $op_has_zipinfo = 1; + + # Command used to list archives (zipinfo mode) + my $cmd_list_zi = "$app_unzip -Z -l -T"; diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fb92a25 --- /dev/null +++ b/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +# minimise needless linking +export DEB_LDFLAGS_MAINT_APPEND= -Wl,--as-needed + +%: + dh $@ --with autoreconf + +# use --as-needed only if supported by dh-autoreconf (to simplify backporting) +DH_AS_NEEDED=$(shell dpkg --compare-versions $$(dpkg --status dh-autoreconf | grep Version | cut -d' ' -f2) ge 6 && echo --as-needed) +override_dh_autoreconf: + [ ! -x "./autogen.sh" ] || ./autogen.sh + intltoolize --automake --copy --force + dh_autoreconf $(DH_AS_NEEDED) + +# --enable-werror will cause FTBFS on GNU Hurd: +# src/vfs/fish/fish.c: In function 'fish_fh_open': +# fish.c:1517:5: error: 'and' of mutually exclusive equal-tests is always 0 [-Werror] +# +# AWK="awk" is inheritance of 4.7.* series, see http://bugs.debian.org/499723 +# might be still necessary for extfs scripts +override_dh_auto_configure: + # Ensure reproducible timestamp on mcedit manpage, which is + # patched from debian/patches + touch -d@$(SOURCE_DATE_EPOCH) doc/man/mcedit.1.in + dh_auto_configure -- AWK="awk" X11_WWW="x-www-browser" \ + --libexecdir='/usr/lib' \ + --with-x \ + --with-screen=slang \ + --disable-rpath \ + --disable-static \ + --disable-silent-rules \ + --enable-aspell \ + --enable-vfs-sftp \ + --enable-vfs-undelfs \ + --enable-tests +# --enable-vfs-smb=yes + +override_dh_auto_build: + # update translations + cd po && $(MAKE) update-po + dh_auto_build + +override_dh_auto_test: + ## allow test(s) failure + -dh_auto_test + +override_dh_auto_install: + dh_auto_install --max-parallel=1 + +override_dh_fixperms: + -chmod -c 755 debian/mc/etc/mc/*.rc + dh_fixperms + # cons.saver has to be sgid tty to access vcsa + chgrp tty debian/mc/usr/lib/mc/cons.saver || true + chmod g+s debian/mc/usr/lib/mc/cons.saver || true + +override_dh_installchangelogs: + dh_installchangelogs doc/NEWS + +override_dh_strip: + dh_strip --dbgsym-migration='mc-dbg (<< 3:4.8.17~)' diff --git a/debian/skins/mc_skin2thin.pl b/debian/skins/mc_skin2thin.pl new file mode 100755 index 0000000..2713dc9 --- /dev/null +++ b/debian/skins/mc_skin2thin.pl @@ -0,0 +1,63 @@ +#!/usr/bin/perl + +=head1 mc_skin2thin.pl + + Make "thin frame" variant of midnight-commander skins. + +=head1 SYNOPSIS + + mc_skin2thin.pl [directory] + +=head1 DESCRIPTION + + B will read all *.ini files in given directory, + replace thick frame border characters with thin ones and save + generated files to directory with '-thin' appended to + the directory name and to all generated files, + overwriting files in destination. + + It is meant to be used by maintainer to generate thin set of + skins. + +=head1 EXAMPLES + + mc_skin2thin.pl modarin-1.2 + +=head1 AUTHOR + + This script written by Dmitry Smirnov + on 2012-03-12 + +=cut + +use strict; +use utf8; +use File::Find qw(finddepth find); + +die "E: please invoke by giving directory with *.ini scripts as argument." + if $#ARGV<0; + +while(my $dir=shift @ARGV){ + my $newdir=$dir.'-thin'; + finddepth { + no_chdir=>1, + wanted=>sub{ s{.*/}{}; + return if $_ eq '.' or $_ eq '..' or not m{\.ini\Z}; + if(open my $INFIL, '<:encoding(UTF-8)', $File::Find::name){ + my $skintext; + read $INFIL, $skintext, -s $INFIL; + close $INFIL; + if($skintext=~y{═║╔╗╚╝╤╧╟╢}{─│┌┐└┘──├┤}){ + mkdir $newdir unless -d $newdir; + my $newfil=$_; + $newfil=~s{(\.ini)\Z}{-thin$1}; + if(open my $OUFIL,'>:encoding(UTF-8)',"$newdir/$newfil"){ + print "Transforming $File::Find::name --> $newdir/$newfil\n"; + print $OUFIL $skintext; + close $OUFIL; + } + } + }else{ die "can't open file $File::Find::name" } + }}, + $dir; +} diff --git a/debian/skins/modarin-1.2-thin/modarcon16-defbg-thin.ini b/debian/skins/modarin-1.2-thin/modarcon16-defbg-thin.ini new file mode 100644 index 0000000..9f9e299 --- /dev/null +++ b/debian/skins/modarin-1.2-thin/modarcon16-defbg-thin.ini @@ -0,0 +1,184 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no subsitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarCon16-DefaultBG (user) + 256colors = false + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ─ + dbottommiddle = ─ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color7;default + selected = color15;color2 + marked = color11;;bold + markselect = color11;color2;bold + gauge = color15;color2 + input = color15;color0 + inputmark = color11;color2;bold + inputunchanged = ;color0 + commandlinemark = color11;color2;bold + reverse = color0;color10 + header = color3 + disabled = color8;color7 + #inputhistory = + #commandhistory = + +[dialog] + _default_ = color0;color7 + dhotnormal = color3 + dfocus = color11;color2;bold + dhotfocus = color3;color2 + dtitle = color11;;bold + +[error] + _default_ = color15;color1 + errdfocus = color11;color2;bold + errdhotnormal = color13 + errdhotfocus = color13;color2 + errdtitle = color11;;bold + +[filehighlight] + directory = color15;;bold + executable = color10 + symlink = color12 + hardlink = + stalelink = color9 + device = color13 + special = color3 + core = color1 + temp = color8 + archive = color3 + doc = color14 + source = color6 + media = color5 + graph = color13 + database = color2 + +[menu] + _default_ = color7;default + menusel = color11;color2;bold + menuhot = color3 + menuhotsel = color3;color2 + menuinactive = color8 + +[popupmenu] + _default_ = color7;default + menusel = color11;color2;bold + menutitle = color11;;bold + +[buttonbar] + button = color7 + hotkey = color15;color3 + +[statusbar] + _default_ = color15;color2 + +[help] + _default_ = color0;color7 + helpitalic = color10;;bold + helpbold = color5 + helplink = color14 + helpslink = color11;color2;bold + helptitle = color11;;bold + +[editor] + _default_ = color7;default + editbold = color15;;bold + editmarked = color11;color2;bold + editwhitespace = color12;color4 + editlinestate = color2;color0 + bookmark = color0;color7 + bookmarkfound = color0;color7 + editrightmargin = color0;color7 + +[viewer] + _default_ = color7;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color11;color2;bold + +[diffviewer] + changedline = color15;color4 + changednew = color15;color2 + changed = color15;color6 + added = color0;color7 + removed = color8;color0 + error = color15;color1 + +[widget-common] + sort-sign-up = ↑ + sort-sign-down = ↓ + +[widget-panel] + hiddenfiles-sign-show = • + hiddenfiles-sign-hide = ○ + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/debian/skins/modarin-1.2-thin/modarcon16-thin.ini b/debian/skins/modarin-1.2-thin/modarcon16-thin.ini new file mode 100644 index 0000000..86101f5 --- /dev/null +++ b/debian/skins/modarin-1.2-thin/modarcon16-thin.ini @@ -0,0 +1,184 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no subsitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarCon16 (user) + 256colors = false + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ─ + dbottommiddle = ─ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color7;color0 + selected = color15;color2 + marked = color11;;bold + markselect = color11;color2;bold + gauge = color15;color2 + input = color15 + inputmark = color11;color2;bold + inputunchanged = + commandlinemark = color11;color2;bold + reverse = color0;color10 + header = color3 + disabled = color8;color7 + #inputhistory = + #commandhistory = + +[dialog] + _default_ = color0;color7 + dhotnormal = color3 + dfocus = color11;color2;bold + dhotfocus = color3;color2 + dtitle = color11;;bold + +[error] + _default_ = color15;color1 + errdfocus = color11;color2;bold + errdhotnormal = color13 + errdhotfocus = color13;color2 + errdtitle = color11;;bold + +[filehighlight] + directory = color15;;bold + executable = color10 + symlink = color12 + hardlink = + stalelink = color9 + device = color13 + special = color3 + core = color1 + temp = color8 + archive = color3 + doc = color14 + source = color6 + media = color5 + graph = color13 + database = color2 + +[menu] + _default_ = color0;color7 + menusel = color11;color2;bold + menuhot = color3 + menuhotsel = color3;color2 + menuinactive = color8 + +[popupmenu] + _default_ = color0;color7 + menusel = color11;color2;bold + menutitle = color11;;bold + +[buttonbar] + button = color7 + hotkey = color15;color3 + +[statusbar] + _default_ = color15;color2 + +[help] + _default_ = color0;color7 + helpitalic = color10;;bold + helpbold = color5 + helplink = color14 + helpslink = color11;color2;bold + helptitle = color11;;bold + +[editor] + _default_ = color7;color0 + editbold = color15;;bold + editmarked = color11;color2;bold + editwhitespace = color12;color4 + editlinestate = color2;color0 + bookmark = color0;color7 + bookmarkfound = color0;color7 + editrightmargin = color0;color7 + +[viewer] + _default_ = color7;color0 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color11;color2;bold + +[diffviewer] + changedline = color15;color4 + changednew = color15;color2 + changed = color15;color6 + added = color0;color7 + removed = color8;color0 + error = color15;color1 + +[widget-common] + sort-sign-up = ↑ + sort-sign-down = ↓ + +[widget-panel] + hiddenfiles-sign-show = • + hiddenfiles-sign-hide = ○ + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/debian/skins/modarin-1.2-thin/modarcon16root-defbg-thin.ini b/debian/skins/modarin-1.2-thin/modarcon16root-defbg-thin.ini new file mode 100644 index 0000000..5d0d391 --- /dev/null +++ b/debian/skins/modarin-1.2-thin/modarcon16root-defbg-thin.ini @@ -0,0 +1,184 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no subsitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarCon16root-DefaultBG (root) + 256colors = false + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ─ + dbottommiddle = ─ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color7;default + selected = color15;color1 + marked = color11;;bold + markselect = color11;color1;bold + gauge = color15;color1 + input = color15;color0 + inputmark = color11;color1;bold + inputunchanged = ;color0 + commandlinemark = color11;color1;bold + reverse = color0;color9 + header = color3 + disabled = color8;color7 + #inputhistory = + #commandhistory = + +[dialog] + _default_ = color0;color7 + dhotnormal = color3 + dfocus = color11;color1;bold + dhotfocus = color5;color1;bold + dtitle = color11;;bold + +[error] + _default_ = color15;color1 + errdfocus = color11;color3;bold + errdhotnormal = color13 + errdhotfocus = color13;color3 + errdtitle = color11;;bold + +[filehighlight] + directory = color15;;bold + executable = color10 + symlink = color12 + hardlink = + stalelink = color9 + device = color13 + special = color3 + core = color1 + temp = color8 + archive = color3 + doc = color14 + source = color6 + media = color5 + graph = color13 + database = color2 + +[menu] + _default_ = color7;default + menusel = color11;color1;bold + menuhot = color3 + menuhotsel = color5;color1;bold + menuinactive = color8 + +[popupmenu] + _default_ = color7;default + menusel = color11;color1;bold + menutitle = color11;;bold + +[buttonbar] + button = color7 + hotkey = color15;color3 + +[statusbar] + _default_ = color15;color1 + +[help] + _default_ = color0;color7 + helpitalic = color10;;bold + helpbold = color5 + helplink = color14 + helpslink = color11;color1;bold + helptitle = color11;;bold + +[editor] + _default_ = color7;default + editbold = color15;;bold + editmarked = color11;color1;bold + editwhitespace = color12;color4 + editlinestate = color1;color0 + bookmark = color0;color7 + bookmarkfound = color0;color7 + editrightmargin = color0;color7 + +[viewer] + _default_ = color7;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color11;color1;bold + +[diffviewer] + changedline = color15;color4 + changednew = color15;color5 + changed = color15;color3 + added = color0;color7 + removed = color8;color0 + error = color15;color1 + +[widget-common] + sort-sign-up = ↑ + sort-sign-down = ↓ + +[widget-panel] + hiddenfiles-sign-show = • + hiddenfiles-sign-hide = ○ + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/debian/skins/modarin-1.2-thin/modarcon16root-thin.ini b/debian/skins/modarin-1.2-thin/modarcon16root-thin.ini new file mode 100644 index 0000000..bd9fae7 --- /dev/null +++ b/debian/skins/modarin-1.2-thin/modarcon16root-thin.ini @@ -0,0 +1,184 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no subsitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarCon16root (root) + 256colors = false + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ─ + dbottommiddle = ─ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color7;color0 + selected = color15;color1 + marked = color11;;bold + markselect = color11;color1;bold + gauge = color15;color1 + input = color15 + inputmark = color11;color1;bold + inputunchanged = + commandlinemark = color11;color1;bold + reverse = color0;color9 + header = color3 + disabled = color8;color7 + #inputhistory = + #commandhistory = + +[dialog] + _default_ = color0;color7 + dhotnormal = color3 + dfocus = color11;color1;bold + dhotfocus = color5;color1;bold + dtitle = color11;;bold + +[error] + _default_ = color15;color1 + errdfocus = color11;color3;bold + errdhotnormal = color13 + errdhotfocus = color13;color3 + errdtitle = color11;;bold + +[filehighlight] + directory = color15;;bold + executable = color10 + symlink = color12 + hardlink = + stalelink = color9 + device = color13 + special = color3 + core = color1 + temp = color8 + archive = color3 + doc = color14 + source = color6 + media = color5 + graph = color13 + database = color2 + +[menu] + _default_ = color0;color7 + menusel = color11;color1;bold + menuhot = color3 + menuhotsel = color5;color1;bold + menuinactive = color8 + +[popupmenu] + _default_ = color0;color7 + menusel = color11;color1;bold + menutitle = color11;;bold + +[buttonbar] + button = color7 + hotkey = color15;color3 + +[statusbar] + _default_ = color15;color1 + +[help] + _default_ = color0;color7 + helpitalic = color10;;bold + helpbold = color5 + helplink = color14 + helpslink = color11;color1;bold + helptitle = color11;;bold + +[editor] + _default_ = color7;color0 + editbold = color15;;bold + editmarked = color11;color1;bold + editwhitespace = color12;color4 + editlinestate = color1;color0 + bookmark = color0;color7 + bookmarkfound = color0;color7 + editrightmargin = color0;color7 + +[viewer] + _default_ = color7;color0 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color11;color1;bold + +[diffviewer] + changedline = color15;color4 + changednew = color15;color5 + changed = color15;color3 + added = color0;color7 + removed = color8;color0 + error = color15;color1 + +[widget-common] + sort-sign-up = ↑ + sort-sign-down = ↓ + +[widget-panel] + hiddenfiles-sign-show = • + hiddenfiles-sign-hide = ○ + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/debian/skins/modarin-1.2-thin/modarin256-defbg-thin.ini b/debian/skins/modarin-1.2-thin/modarin256-defbg-thin.ini new file mode 100644 index 0000000..ded04ef --- /dev/null +++ b/debian/skins/modarin-1.2-thin/modarin256-defbg-thin.ini @@ -0,0 +1,184 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no subsitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarIn256-DefaultBG (user) + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ─ + dbottommiddle = ─ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color250;default + selected = color253;color23 + marked = color228;;bold + markselect = color228;color23;bold + gauge = color250;color66 + input = color187;color235;bold + inputmark = color228;color23;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;color23;bold + reverse = color254;color66 + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;color23;bold + dhotfocus = color214;color23 + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;color23;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;color23;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color250;default + menusel = color253;color23 + menuhot = color214 + menuhotsel = color214;color23 + menuinactive = color245 + +[popupmenu] + _default_ = color250;default + menusel = color253;color23 + menutitle = color180;;bold + +[buttonbar] + button = color253;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color253;color66 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;color23;bold + helptitle = color180;;bold + +[editor] + _default_ = color250;default + editbold = color228;;bold + editmarked = color228;color23;bold + editwhitespace = color56;color234 + editlinestate = color66;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color250;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color23;bold + +[diffviewer] + changedline = color231;color29 + changednew = color232;color78 + changed = color231;color39 + added = color232;color81 + removed = ;color234 + error = color231;color160 + +[widget-common] + sort-sign-up = ↑ + sort-sign-down = ↓ + +[widget-panel] + hiddenfiles-sign-show = • + hiddenfiles-sign-hide = ○ + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/debian/skins/modarin-1.2-thin/modarin256-thin.ini b/debian/skins/modarin-1.2-thin/modarin256-thin.ini new file mode 100644 index 0000000..992c690 --- /dev/null +++ b/debian/skins/modarin-1.2-thin/modarin256-thin.ini @@ -0,0 +1,184 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no subsitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarIn256 (user) + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ─ + dbottommiddle = ─ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color252;color237 + selected = color253;color23 + marked = color228;;bold + markselect = color228;color23;bold + gauge = color250;color66 + input = color187;color235;bold + inputmark = color228;color23;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;color23;bold + reverse = color254;color66 + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;color23;bold + dhotfocus = color214;color23 + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;color23;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;color23;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color252;color239 + menusel = color253;color23 + menuhot = color214 + menuhotsel = color214;color23 + menuinactive = color246 + +[popupmenu] + _default_ = color252;color239 + menusel = color253;color23 + menutitle = color180;;bold + +[buttonbar] + button = color253;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color253;color66 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;color23;bold + helptitle = color180;;bold + +[editor] + _default_ = color252;color237 + editbold = color228;;bold + editmarked = color228;color23;bold + editwhitespace = color56;color234 + editlinestate = color66;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color252;color237 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color23;bold + +[diffviewer] + changedline = color231;color29 + changednew = color232;color78 + changed = color231;color39 + added = color232;color81 + removed = ;color235 + error = color231;color160 + +[widget-common] + sort-sign-up = ↑ + sort-sign-down = ↓ + +[widget-panel] + hiddenfiles-sign-show = • + hiddenfiles-sign-hide = ○ + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/debian/skins/modarin-1.2-thin/modarin256root-defbg-thin.ini b/debian/skins/modarin-1.2-thin/modarin256root-defbg-thin.ini new file mode 100644 index 0000000..17c871d --- /dev/null +++ b/debian/skins/modarin-1.2-thin/modarin256root-defbg-thin.ini @@ -0,0 +1,184 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no subsitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarIn256root-DefaultBG (root) + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ─ + dbottommiddle = ─ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color250;default + selected = color253;color88 + marked = color228;;bold + markselect = color228;color88;bold + gauge = color250;color95 + input = color187;color235;bold + inputmark = color228;color88;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;color88;bold + reverse = color254;color95 + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;color88;bold + dhotfocus = color214;color88;bold + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;color95;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;color95;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color250;default + menusel = color253;color88 + menuhot = color214 + menuhotsel = color214;color88 + menuinactive = color245 + +[popupmenu] + _default_ = color250;default + menusel = color253;color88 + menutitle = color180;;bold + +[buttonbar] + button = color253;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color254;color95 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;color88;bold + helptitle = color180;;bold + +[editor] + _default_ = color250;default + editbold = color228;;bold + editmarked = color228;color88;bold + editwhitespace = color56;color234 + editlinestate = color95;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color250;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color88;bold + +[diffviewer] + changedline = color231;color130 + changednew = color232;color208 + changed = color231;color96 + added = color232;color218 + removed = ;color234 + error = color231;color160 + +[widget-common] + sort-sign-up = ↑ + sort-sign-down = ↓ + +[widget-panel] + hiddenfiles-sign-show = • + hiddenfiles-sign-hide = ○ + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/debian/skins/modarin-1.2-thin/modarin256root-thin.ini b/debian/skins/modarin-1.2-thin/modarin256root-thin.ini new file mode 100644 index 0000000..082274f --- /dev/null +++ b/debian/skins/modarin-1.2-thin/modarin256root-thin.ini @@ -0,0 +1,184 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no subsitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarIn256root (root) + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ─ + dbottommiddle = ─ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color252;color237 + selected = color253;color88 + marked = color228;;bold + markselect = color228;color88;bold + gauge = color250;color95 + input = color187;color235;bold + inputmark = color228;color88;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;color88;bold + reverse = color254;color95 + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;color88;bold + dhotfocus = color214;color88;bold + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;color95;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;color95;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color252;color239 + menusel = color253;color88 + menuhot = color214 + menuhotsel = color214;color88 + menuinactive = color246 + +[popupmenu] + _default_ = color252;color239 + menusel = color253;color88 + menutitle = color180;;bold + +[buttonbar] + button = color253;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color254;color95 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;color88;bold + helptitle = color180;;bold + +[editor] + _default_ = color252;color237 + editbold = color228;;bold + editmarked = color228;color88;bold + editwhitespace = color56;color234 + editlinestate = color95;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color252;color237 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color88;bold + +[diffviewer] + changedline = color231;color130 + changednew = color232;color208 + changed = color231;color96 + added = color232;color218 + removed = ;color235 + error = color231;color160 + +[widget-common] + sort-sign-up = ↑ + sort-sign-down = ↓ + +[widget-panel] + hiddenfiles-sign-show = • + hiddenfiles-sign-hide = ○ + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/debian/skins/modarin-1.2.txt b/debian/skins/modarin-1.2.txt new file mode 100644 index 0000000..1ce0d73 --- /dev/null +++ b/debian/skins/modarin-1.2.txt @@ -0,0 +1,32 @@ +Last-Update: 2012-03-12 +Author: Dmitry Smirnov +From: Oliver Lange +Bug-MC: https://www.midnight-commander.org/ticket/2737 +Forwarded: not-needed +Description: add 8 beautiful 256 color skins "modarin-1.2" + With most of the common desktop terminals, enabling 256-color mode is easily + done just by setting $TERM to "xterm-256color". Ubuntu users: make sure that + the ncurses-term package is installed. + . + Hint: if you decide to use a 256-color skin as default skin in your mc ini, + note that if mc is started in a 16-color terminal, mc will pop up a warning + saying that 256 color skins can't be used and that mc will switch to the + "default" skin. To get a skin of your choice loaded instead of mc's default + skin, you might consider the following solution: + . + Create an alias for mc in your ~/.bashrc, like: + if [ $TERM = "linux" ]; then + if [ $USER = "root" ]; then + myMCFallbackSkin="modarcon16root-defbg" + else + myMCFallbackSkin="modarcon16-defbg" + fi + alias mc="mc --skin $myMCFallbackSkin" + alias mcedit="mcedit --skin $myMCFallbackSkin" + alias mcview="mcview --skin $myMCFallbackSkin" + alias mcdiff="mcdiff --skin $myMCFallbackSkin" + fi + Linux users: to use 256-color skins in the linux console, run fbterm, + set $TERM to "fbterm" and then run mc within fbterm. + You need to specify a gfx mode in your bootloader for the kernel to use a + framebuffer console instead of the default text mode. diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/include-binaries b/debian/source/include-binaries new file mode 100644 index 0000000..ca8cd12 --- /dev/null +++ b/debian/source/include-binaries @@ -0,0 +1 @@ +debian/icons/MidnightCommander.png diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..1710ff9 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +#Upstream doesn't provide GPG signature +debian-watch-does-not-check-gpg-signature diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..db04e7e --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +# ignore changes on refreshed translations +extend-diff-ignore = "(^|/)po/[^/]+\.po$" diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..5900857 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.midnight-commander.org/mc-([\d\.]+)\.tar\.xz -- cgit v1.2.3