[Pkg-mc-commits] r199 - branch/cdbs/debian

Denis Briand narcan-guest at alioth.debian.org
Sun May 31 13:44:46 UTC 2009


Author: narcan-guest
Date: 2009-05-31 13:44:46 +0000 (Sun, 31 May 2009)
New Revision: 199

Removed:
   branch/cdbs/debian/rocks
   branch/cdbs/debian/slang.c
Modified:
   branch/cdbs/debian/control
   branch/cdbs/debian/copyright
Log:
-remove rocks file (use cdbs now)
-remove mysterious slang.c file...
-add libtool build depends


Modified: branch/cdbs/debian/control
===================================================================
--- branch/cdbs/debian/control	2009-05-30 21:50:27 UTC (rev 198)
+++ branch/cdbs/debian/control	2009-05-31 13:44:46 UTC (rev 199)
@@ -3,7 +3,7 @@
 Priority: optional
 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>
-Build-Depends: debhelper (>= 7), libglib2.0-dev, libgpm-dev |not+linux-gnu, gettext, libslang2-dev, quilt, automake, binutils, cdbs
+Build-Depends: debhelper (>= 7), libglib2.0-dev, libgpm-dev |not+linux-gnu, gettext, libslang2-dev, quilt, automake, binutils, cdbs, libtool
 Standards-Version: 3.8.1
 Homepage: http://www.midnight-commander.org
 

Modified: branch/cdbs/debian/copyright
===================================================================
--- branch/cdbs/debian/copyright	2009-05-30 21:50:27 UTC (rev 198)
+++ branch/cdbs/debian/copyright	2009-05-31 13:44:46 UTC (rev 199)
@@ -15,7 +15,7 @@
    http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/
    
 Homepage:
-   http://www.ibiblio.org/mc/
+   http://www.midnight-commander.org/
    
 Copyright 1996-2008 Free Software Foundation 
     For a full of the authors have a look on: /usr/share/doc/mc/AUTHORS

Deleted: branch/cdbs/debian/rocks
===================================================================
--- branch/cdbs/debian/rocks	2009-05-30 21:50:27 UTC (rev 198)
+++ branch/cdbs/debian/rocks	2009-05-31 13:44:46 UTC (rev 199)
@@ -1,60 +0,0 @@
-# custom tweaks to cbs' debian/rules
-
-DEB_DESTDIR := `pwd`/debian/mc
-
-DEB_CONFIGURE_EXTRA_FLAGS := --with-glib2 --without-ext2undel \
-	--enable-charset --without-samba --with-screen=slang
-
-deb-pre-build:
-	(cd po/; sh update.sh;)
-
-deb-extra-clean::
-	#rm -f config.sub config.guess
-	#rm -f config/config.sub config/config.guess
-	-touch config/missing config/config.status
-	-touch po/mc.pot
-	cd po && \
-		rm -f *.gmo
-
-deb-binary-hook-mc:
-	cp debian/extra/icon.xpm debian/mc/usr/share/pixmaps/mc.xpm
-
-	cp debian/extra/mcview-debian debian/mc/usr/bin/
-	cp debian/extra/mcedit-debian debian/mc/usr/bin/
-
-	chmod a+x debian/mc/usr/share/mc/edit.spell.rc
-	chmod a+x debian/mc/usr/share/mc/edit.indent.rc
-	chmod a-x debian/mc/usr/share/mc/bin/*
-
-	-mv debian/mc/usr/share/mc/mc.ext debian/mc/etc/mc/mc.ext
-	-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 && \
-	iconv -f ISO-8859-1 -t UTF-8 mc.hlp > tmp && mv tmp mc.hlp && \
-	iconv -f ISO-8859-1 -t UTF-8 mc.hint.es > tmp && mv tmp mc.hint.es && \
-	iconv -f ISO-8859-1 -t UTF-8 mc.hlp.es > tmp && mv tmp mc.hlp.es && \
-	iconv -f ISO-8859-1 -t UTF-8 mc.hint.it > tmp && mv tmp mc.hint.it && \
-	iconv -f ISO-8859-1 -t UTF-8 mc.hlp.it > tmp && mv tmp mc.hlp.it && \
-	iconv -f ISO-8859-1 -t UTF-8 mc.hint.nl > tmp && mv tmp mc.hint.nl && \
-	iconv -f ISO-8859-2 -t UTF-8 mc.hint.cs > tmp && mv tmp mc.hint.cs && \
-	iconv -f ISO-8859-2 -t UTF-8 mc.hint.hu > tmp && mv tmp mc.hint.hu && \
-	iconv -f ISO-8859-2 -t UTF-8 mc.hlp.hu > tmp && mv tmp mc.hlp.hu && \
-	iconv -f ISO-8859-2 -t UTF-8 mc.hint.pl > tmp && mv tmp mc.hint.pl && \
-	iconv -f ISO-8859-2 -t UTF-8 mc.hlp.pl > tmp && mv tmp mc.hlp.pl && \
-	iconv -f ISO-8859-5 -t UTF-8 mc.hint.sr > tmp && mv tmp mc.hint.sr && \
-	iconv -f ISO-8859-5 -t UTF-8 mc.hlp.sr > tmp && mv tmp mc.hlp.sr && \
-	iconv -f ISO-8859-5 -t UTF-8 mc.menu.sr > tmp && mv tmp mc.menu.sr && \
-	iconv -f koi8-r -t UTF-8 mc.hint.ru > tmp && mv tmp mc.hint.ru && \
-	iconv -f koi8-r -t UTF-8 mc.hlp.ru > tmp && mv tmp mc.hlp.ru && \
-	iconv -f koi8-u -t UTF-8 mc.hint.uk > tmp && mv tmp mc.hint.uk && \
-	iconv -f big5 -t UTF-8 mc.hint.zh > tmp && mv tmp mc.hint.zh
-
-deb-strip-mc:
-	dh_strip -pmc --dbg-package=mc-dbg

Deleted: branch/cdbs/debian/slang.c
===================================================================
--- branch/cdbs/debian/slang.c	2009-05-30 21:50:27 UTC (rev 198)
+++ branch/cdbs/debian/slang.c	2009-05-31 13:44:46 UTC (rev 199)
@@ -1,19 +0,0 @@
-#include <stdio.h>
-#include <slang.h>
-
-void main(void)
-{
-        SLtt_get_terminfo ();
-         SLang_init_tty (-1, 0, 0);
-         SLsmg_init_smg ();
-         
-         /* do stuff .... */
-    SLsmg_write_nchars("éàç", 3);
-    SLsmg_printf ("   éàç   ");
-    SLsmg_write_char ('à');
-    SLsmg_refresh();
-    sleep(5);
-    
-         SLsmg_reset_smg ();
-         SLang_reset_tty ();
-}




More information about the Pkg-mc-commits mailing list