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

Patrick Winnertz winnie at alioth.debian.org
Tue Jun 30 21:57:18 UTC 2009


Author: winnie
Date: 2009-06-30 21:57:17 +0000 (Tue, 30 Jun 2009)
New Revision: 206

Modified:
   branch/cdbs/debian/changelog
   branch/cdbs/debian/rules
Log:
Fixed a bug, created by dropping extra configure options 



Modified: branch/cdbs/debian/changelog
===================================================================
--- branch/cdbs/debian/changelog	2009-06-30 11:29:22 UTC (rev 205)
+++ branch/cdbs/debian/changelog	2009-06-30 21:57:17 UTC (rev 206)
@@ -3,6 +3,7 @@
   [ Patrick Winnertz ]
   * Change Section for -dbg package to debug
   * Change version number to reflect the correct status of the snapshot.
+  * Add extra configure options.
 
   [ Denis Briand ]
   * New upstream git snapshot:
@@ -60,7 +61,7 @@
     + vfs/04_fix_whitespace_via_fish
     + vfs/05_error_on_copymove_over_fish
 
- -- Denis Briand <denis at narcan.fr>  Mon, 29 Jun 2009 22:28:00 +0200
+ -- Patrick Winnertz <winnie at debian.org>  Tue, 30 Jun 2009 23:54:42 +0200
 
 mc (2:4.6.2-2) unstable; urgency=low
 

Modified: branch/cdbs/debian/rules
===================================================================
--- branch/cdbs/debian/rules	2009-06-30 11:29:22 UTC (rev 205)
+++ branch/cdbs/debian/rules	2009-06-30 21:57:17 UTC (rev 206)
@@ -5,6 +5,7 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_DH_STRIP_ARGS := --dbg-package=mc-dbg
+DEB_CONFIGURE_EXTRA_FLAGS := --with-glib2 --without-ext2undel --enable-charset --without-samba --with-screen=slang
 
 cleanbuilddir/mc::
 	rm -f po/*.gmo




More information about the Pkg-mc-commits mailing list