[Pkg-mc-commits] r439 - in trunk/debian: . extra

Yury Zaytsev zaytsev-guest at alioth.debian.org
Mon Aug 9 13:13:45 UTC 2010


Author: zaytsev-guest
Date: 2010-08-09 13:13:39 +0000 (Mon, 09 Aug 2010)
New Revision: 439

Removed:
   trunk/debian/extra/mcedit-debian
   trunk/debian/extra/mcedit-debian.1
   trunk/debian/extra/mcview-debian
   trunk/debian/extra/mcview-debian.1
Modified:
   trunk/debian/manpages
   trunk/debian/mc.postinst
   trunk/debian/mc.prerm
Log:
Remove Debian wrappers around mcview and mcedit that are no longer needed.



Deleted: trunk/debian/extra/mcedit-debian
===================================================================
--- trunk/debian/extra/mcedit-debian	2010-08-09 13:05:34 UTC (rev 438)
+++ trunk/debian/extra/mcedit-debian	2010-08-09 13:13:39 UTC (rev 439)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-# mcedit wrapper for Debian alternatives system
-
-mcedit $@

Deleted: trunk/debian/extra/mcedit-debian.1
===================================================================
--- trunk/debian/extra/mcedit-debian.1	2010-08-09 13:05:34 UTC (rev 438)
+++ trunk/debian/extra/mcedit-debian.1	2010-08-09 13:13:39 UTC (rev 439)
@@ -1,19 +0,0 @@
-.TH MCEDIT-DEBIAN 1
-.SH NAME
-mcedit-debian \- mcedit wrapper
-.br
-.SH DESCRIPTION
-This script is just a wrapper for 
-.B mcedit,
-(the Midnight Commander internal editor) to use with the Debian
-alternatives system.
-.SH OPTIONS
-Full list of supported options can be found on the 
-.BR mcedit (1)
-manpage.
-.SH SEE ALSO
-.BR mcedit (1),
-.BR mc (1)
-.SH AUTHOR
-This manual page was written by Adam Byrtek <alpha at debian.org> for
-the Debian GNU/Linux system. 

Deleted: trunk/debian/extra/mcview-debian
===================================================================
--- trunk/debian/extra/mcview-debian	2010-08-09 13:05:34 UTC (rev 438)
+++ trunk/debian/extra/mcview-debian	2010-08-09 13:13:39 UTC (rev 439)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-# mcview wrapper for Debian alternatives system
-
-mcview $@

Deleted: trunk/debian/extra/mcview-debian.1
===================================================================
--- trunk/debian/extra/mcview-debian.1	2010-08-09 13:05:34 UTC (rev 438)
+++ trunk/debian/extra/mcview-debian.1	2010-08-09 13:13:39 UTC (rev 439)
@@ -1,19 +0,0 @@
-.TH MCVIEW-DEBIAN 1
-.SH NAME
-mcview-debian \- mcview wrapper
-.br
-.SH DESCRIPTION
-This script is just a wrapper for 
-.B mcview,
-(the Midnight Commander internal viewer) to use with the Debian
-alternatives system.
-.SH OPTIONS
-Full list of supported options can be found on the 
-.BR mcview (1)
-manpage.
-.SH SEE ALSO
-.BR mcview (1),
-.BR mc (1)
-.SH AUTHOR
-This manual page was written by Adam Byrtek <alpha at debian.org> for
-the Debian GNU/Linux system. 

Modified: trunk/debian/manpages
===================================================================
--- trunk/debian/manpages	2010-08-09 13:05:34 UTC (rev 438)
+++ trunk/debian/manpages	2010-08-09 13:13:39 UTC (rev 439)
@@ -1,3 +1 @@
 debian/extra/mcmfmt.1
-debian/extra/mcedit-debian.1
-debian/extra/mcview-debian.1

Modified: trunk/debian/mc.postinst
===================================================================
--- trunk/debian/mc.postinst	2010-08-09 13:05:34 UTC (rev 438)
+++ trunk/debian/mc.postinst	2010-08-09 13:13:39 UTC (rev 439)
@@ -3,9 +3,9 @@
 
 case "$1" in
 	configure|abort-upgrade)
-		update-alternatives --install /usr/bin/view view /usr/bin/mcview-debian 25 \
+		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-debian 25 \
+		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

Modified: trunk/debian/mc.prerm
===================================================================
--- trunk/debian/mc.prerm	2010-08-09 13:05:34 UTC (rev 438)
+++ trunk/debian/mc.prerm	2010-08-09 13:13:39 UTC (rev 439)
@@ -3,8 +3,8 @@
 
 case "$1" in
 	remove)
-		update-alternatives --remove editor /usr/bin/mcedit-debian
-		update-alternatives --remove view /usr/bin/mcview-debian
+		update-alternatives --remove editor /usr/bin/mcedit
+		update-alternatives --remove view /usr/bin/mcview
 	;;
 esac
 




More information about the Pkg-mc-commits mailing list