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

Yury Zaytsev zaytsev-guest at alioth.debian.org
Sat Aug 14 22:42:01 UTC 2010


Author: zaytsev-guest
Date: 2010-08-14 22:42:01 +0000 (Sat, 14 Aug 2010)
New Revision: 447

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Enabled ext2undelfs by default



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-08-10 19:29:54 UTC (rev 446)
+++ trunk/debian/changelog	2010-08-14 22:42:01 UTC (rev 447)
@@ -1,3 +1,10 @@
+mc (3:4.7.0.8-2) unstable; urgency=low
+
+  [Yury V. Zaytsev]
+  * Enabled ext2undelfs by default
+
+ -- Yury V. Zaytsev <yury at shurup.com>  Sun, 15 Aug 2010 00:40:14 +0200
+
 mc (3:4.7.0.8-1) unstable; urgency=low
 
   [Yury V. Zaytsev]

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2010-08-10 19:29:54 UTC (rev 446)
+++ trunk/debian/control	2010-08-14 22:42:01 UTC (rev 447)
@@ -4,7 +4,7 @@
 Maintainer: Debian MC Packaging Group <pkg-mc-devel at lists.alioth.debian.org>
 Uploaders: Patrick Winnertz <winnie at debian.org>, Yury V. Zaytsev <yury at shurup.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), 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, e2fslibs-dev
 Standards-Version: 3.9.1
 Homepage: http://www.midnight-commander.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-mc

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-08-10 19:29:54 UTC (rev 446)
+++ trunk/debian/rules	2010-08-14 22:42:01 UTC (rev 447)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DH_STRIP_ARGS := --dbg-package=mc-dbg
-DEB_CONFIGURE_EXTRA_FLAGS := --without-ext2undel --without-samba --with-x --with-screen=slang --libexecdir='$${prefix}/lib' --disable-rpath
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-vfs-undelfs  --without-samba --with-x --with-screen=slang --libexecdir='$${prefix}/lib' --disable-rpath
 AWK := awk
 
 # If DEB_BUILD_OPTIONS=parallel=n, build in n parallel processes




More information about the Pkg-mc-commits mailing list