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

winnie at alioth.debian.org winnie at alioth.debian.org
Wed Feb 13 22:00:44 UTC 2008


Author: winnie
Date: 2008-02-13 22:00:43 +0000 (Wed, 13 Feb 2008)
New Revision: 33

Modified:
   trunk/debian/copyright
   trunk/debian/menu
   trunk/debian/rocks
Log:
Fix some lintian issues and language things


Modified: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2008-02-13 21:37:57 UTC (rev 32)
+++ trunk/debian/copyright	2008-02-13 22:00:43 UTC (rev 33)
@@ -17,25 +17,10 @@
 Homepage:
    http://www.ibiblio.org/mc/
    
-Copyright by 
-        Andrej Borsenkow <borsenkow.msk at sni.de>
-        Andrew V. Samoilov <sav at bcs.zp.ua>
-        Ching Hui <mr854307 at cs.nthu.edu.tw>
-        Dugan Porter <dugan at b011.eunet.es>
-        Fred Leeflang <fredl at nebula.ow.org>
-        Jakub Jelinek <jj at sunsite.mff.cuni.cz>
-        Janne Kukonlehto <jtklehto at paju.oulu.fi>
-        Mauricio Plaza <mok at roxanne.nuclecu.unam.mx>
-        Miguel de Icaza <miguel at ximian.com>
-        Norbert Warmuth <nwarmuth at privat.circular.de>
-        Paul Sheer <psheer at icon.co.za>
-        Pavel Machek <pavel at ucw.cz>
-        Pavel Roskin <proski at gnu.org>
-        Radek Doulik <rodo at ucw.cz>
-        Roland Illig <roland.illig at gmx.de>
+Copyright 1996-2008 Free Software Foundation 
+    For a full of the authors have a look on: /usr/share/doc/mc/AUTHORS
+    Note that all these authors give the copyright to the FSF.
 
-    For a full list have a look on See /usr/share/doc/mc/AUTHORS
-
 License:
    This software is released under GPLv2 license - see the
    /usr/share/common-licenses/GPLv2.

Modified: trunk/debian/menu
===================================================================
--- trunk/debian/menu	2008-02-13 21:37:57 UTC (rev 32)
+++ trunk/debian/menu	2008-02-13 22:00:43 UTC (rev 33)
@@ -1,6 +1,6 @@
 ?package(mc):\
    needs="text"\
-   section="Applications/Tools"\
+   section="Applications/File Management"\
    title="mc"\
    longtitle="Midnight Commander"\
    hints="File managers"\

Modified: trunk/debian/rocks
===================================================================
--- trunk/debian/rocks	2008-02-13 21:37:57 UTC (rev 32)
+++ trunk/debian/rocks	2008-02-13 22:00:43 UTC (rev 33)
@@ -6,6 +6,8 @@
 deb-extra-clean::
 	rm -f config.sub config.guess
 	rm -f po/ru.gmo
+	rm -f po/de.gmo
+	rm -f po/it.gmo
 
 deb-binary-hook-mc:
 	cp debian/extra/icon.xpm debian/mc/usr/share/pixmaps/mc.xpm
@@ -21,6 +23,10 @@
 	-mv debian/mc/usr/share/mc/mc.menu debian/mc/etc/mc/mc.menu
 	-mv debian/mc/usr/share/mc/mc.lib debian/mc/etc/mc/mc.lib
 
+	rm -rf debian/mc/usr/sbin/
+	rm -rf debian/usr/share/man/man8/
+	rm -rf debian/mc/usr/share/man/sr/man8/
+
 	# convert docs to UTF8
 	cd debian/mc/usr/share/mc && \
 	iconv -f ISO-8859-1 -t UTF-8 mc.hint > tmp && mv tmp mc.hint && \
@@ -45,6 +51,6 @@
 
 deb-extra-pre-common-build::
 	cd po && \
-	msgfmt -c --statistics -o t-de.gmo de.po && mv t-de.gmo de.gmo \
-	msgfmt -c --statistics -o t-it.gmo it.po && mv t-it.gmo it.gmo \
+	msgfmt -c --statistics -o t-de.gmo de.po && mv t-de.gmo de.gmo && \
+	msgfmt -c --statistics -o t-it.gmo it.po && mv t-it.gmo it.gmo && \
 	msgfmt -c --statistics -o t-ru.gmo ru.po && mv t-ru.gmo ru.gmo 	




More information about the Pkg-mc-commits mailing list