[Pkg-mc-commits] r414 - trunk/debian

Yury Zaytsev zaytsev-guest at alioth.debian.org
Sat Jun 5 10:21:10 UTC 2010


Author: zaytsev-guest
Date: 2010-06-05 10:21:00 +0000 (Sat, 05 Jun 2010)
New Revision: 414

Added:
   trunk/debian/mc.lintian-overrides
Removed:
   trunk/debian/dirs
   trunk/debian/docs
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/mc.docs
   trunk/debian/mc.install
   trunk/debian/mc.install.linux
   trunk/debian/menu
   trunk/debian/rules
Log:
Package updates for 4.7.0.6:

- Added extra spaces to the menu file
- Added Lintian override for cons.saver SGID
- Icon is installed via install, not rules
- Removed leftover dirs from CDBS transition
- Removed leftover docs from CDBS transition
- Removed unused buid-deps from control
- Sorted package-specific docs
- Updated changelog
- Updated install file to install override



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/changelog	2010-06-05 10:21:00 UTC (rev 414)
@@ -1,6 +1,13 @@
-mc (3:4.7.0.5-2) UNRELEASED; urgency=low
+mc (3:4.7.0.6-1) UNRELEASED; urgency=low
 
   [Yury V. Zaytsev]
+  * New upstream version (bugfix release).
+
+ -- Yury V. Zaytsev <yury at shurup.com>  Sat, 05 Jun 2010 11:11:41 +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)
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/control	2010-06-05 10:21:00 UTC (rev 414)
@@ -4,7 +4,7 @@
 Maintainer: Debian MC Packaging Group <pkg-mc-devel at lists.alioth.debian.org>
 Uploaders: Patrick Winnertz <winnie at debian.org>, Denis Briand <denis at narcan.fr>, Yury V. Zaytsev <yury at shurup.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), automake, binutils, cdbs, gettext, libglib2.0-dev, libgpm-dev |not+linux-gnu, libslang2-dev, libx11-dev
+Build-Depends: debhelper (>= 7), cdbs, gettext, libglib2.0-dev, libgpm-dev |not+linux-gnu, libslang2-dev, libx11-dev
 Standards-Version: 3.8.4
 Homepage: http://www.midnight-commander.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-mc

Deleted: trunk/debian/dirs
===================================================================
--- trunk/debian/dirs	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/dirs	2010-06-05 10:21:00 UTC (rev 414)
@@ -1,3 +0,0 @@
-etc/mc
-usr/share/pixmaps
-usr/bin

Deleted: trunk/debian/docs
===================================================================
--- trunk/debian/docs	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/docs	2010-06-05 10:21:00 UTC (rev 414)
@@ -1,8 +0,0 @@
-FAQ
-NEWS
-README
-AUTHORS
-TODO
-AUTHORS
-ABOUT-NLS
-HACKING

Modified: trunk/debian/mc.docs
===================================================================
--- trunk/debian/mc.docs	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/mc.docs	2010-06-05 10:21:00 UTC (rev 414)
@@ -1,8 +1,8 @@
+ABOUT-NLS
 AUTHORS
-ABOUT-NLS
 ChangeLog
+doc/FAQ
+doc/HACKING
 doc/NEWS
 doc/README
-doc/HACKING
 doc/TODO
-doc/FAQ

Modified: trunk/debian/mc.install
===================================================================
--- trunk/debian/mc.install	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/mc.install	2010-06-05 10:21:00 UTC (rev 414)
@@ -27,3 +27,4 @@
 usr/share/mc/syntax/*.syntax
 ./debian/extra/mcedit-debian usr/bin
 ./debian/extra/mcview-debian usr/bin
+./debian/extra/icon.xpm usr/share/pixmaps/mc.xpm

Modified: trunk/debian/mc.install.linux
===================================================================
--- trunk/debian/mc.install.linux	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/mc.install.linux	2010-06-05 10:21:00 UTC (rev 414)
@@ -28,3 +28,5 @@
 usr/share/mc/syntax/*.syntax
 ./debian/extra/mcedit-debian usr/bin
 ./debian/extra/mcview-debian usr/bin
+./debian/extra/icon.xpm usr/share/pixmaps/mc.xpm
+./debian/mc.lintian-overrides usr/share/lintian/overrides/mc

Added: trunk/debian/mc.lintian-overrides
===================================================================
--- trunk/debian/mc.lintian-overrides	                        (rev 0)
+++ trunk/debian/mc.lintian-overrides	2010-06-05 10:21:00 UTC (rev 414)
@@ -0,0 +1,4 @@
+# Lintian overrides for the binary package
+
+# cons.saver has to be sgid tty to access vcsa
+mc binary: setgid-binary usr/lib/mc/cons.saver 2755 root/tty

Modified: trunk/debian/menu
===================================================================
--- trunk/debian/menu	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/menu	2010-06-05 10:21:00 UTC (rev 414)
@@ -1,8 +1,8 @@
-?package(mc):\
-   needs="text"\
-   section="Applications/File Management"\
-   title="mc"\
-   longtitle="Midnight Commander"\
-   hints="File managers"\
-   command="/usr/bin/mc"\
+?package(mc): \
+   needs="text" \
+   section="Applications/File Management" \
+   title="mc" \
+   longtitle="Midnight Commander" \
+   hints="File managers" \
+   command="/usr/bin/mc" \
    icon="/usr/share/pixmaps/mc.xpm"

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-06-05 09:01:51 UTC (rev 413)
+++ trunk/debian/rules	2010-06-05 10:21:00 UTC (rev 414)
@@ -15,9 +15,6 @@
 
 DEB_FIXPERMS_EXCLUDE := /usr/lib/mc/cons.saver
 
-install/mc::
-	cp ./debian/extra/icon.xpm ./debian/mc/usr/share/pixmaps/mc.xpm
-
 binary-post-install/mc::
 	chmod 644 ./debian/mc/usr/share/mc/bin/mc*
 	chmod 755 ./debian/mc/etc/mc/edit.spell.rc




More information about the Pkg-mc-commits mailing list