r10881 - in /packages/unstable/balsa/debian: changelog rules

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Wed May 9 05:11:50 UTC 2007


Author: alanbach-guest
Date: Wed May  9 05:11:49 2007
New Revision: 10881

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10881
Log:
Updated debian/rules: * Minor clean-ups, * Added --enable-threads build option

Modified:
    packages/unstable/balsa/debian/changelog
    packages/unstable/balsa/debian/rules

Modified: packages/unstable/balsa/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/changelog?rev=10881&op=diff
==============================================================================
--- packages/unstable/balsa/debian/changelog (original)
+++ packages/unstable/balsa/debian/changelog Wed May  9 05:11:49 2007
@@ -8,6 +8,9 @@
      - Initial libnotify support
      - IMAP BINARY support
   * Updated relibtoolizing patch.
+  * Updated debian/rules
+     - Minor clean-ups
+     - Added --enable-threads build option
   * Changed libgtkhtml3.8-dev build-dep to libgtkhtml3.14-dev
   * Added libnotify-dev and libkeyutils-dev to build-deps
   * Wrapped build-deps and deps

Modified: packages/unstable/balsa/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/rules?rev=10881&op=diff
==============================================================================
--- packages/unstable/balsa/debian/rules (original)
+++ packages/unstable/balsa/debian/rules Wed May  9 05:11:49 2007
@@ -1,14 +1,5 @@
 #!/usr/bin/make -f
 
-# ====================================================================
-# debian/rules for Balsa
-# Common Debian Build System: (C) 2002 Colin Walters
-#
-# Author: Andrew Lau <netsnipe at users.sourceforge.net>
-# $Id$
-# ====================================================================
-
-# CDBS classes & rules
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -17,7 +8,7 @@
 # Compile options
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-smime --with-compface --with-gpgme	\
 	--with-gss --with-gtkspell --with-ldap --with-sqlite --with-ssl \
-	--with-gtksourceview --enable-extra-mimeicons
+	--with-gtksourceview --enable-extra-mimeicons --enable-threads
 DEB_CONFIGURE_SCRIPT_ENV += GTK_UPDATE_ICON_CACHE=/bin/true
 
 # Debhelper arguments




More information about the pkg-gnome-commits mailing list