r13784 - in /packages/unstable/balsa/debian: changelog control control.in rules

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Sun Dec 9 10:46:15 UTC 2007


Author: alanbach-guest
Date: Sun Dec  9 10:46:14 2007
New Revision: 13784

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13784
Log:
* Updated debian/control:
  - Added libxml2-dev to build deps (needed by --with-rubrica)
* Updated debian/rules:
  - Added --with-libnotify to enable event notifications
  - Added --with-rubrica to support Rubrica address book

Modified:
    packages/unstable/balsa/debian/changelog
    packages/unstable/balsa/debian/control
    packages/unstable/balsa/debian/control.in
    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=13784&op=diff
==============================================================================
--- packages/unstable/balsa/debian/changelog (original)
+++ packages/unstable/balsa/debian/changelog Sun Dec  9 10:46:14 2007
@@ -6,8 +6,12 @@
     - Bugs fixed: GNOME: 481842, 488432, 496316; Redhat: 414361
   * Updated debian/control:
     - Bump libgmime-2.0 dependency to 2.2.11 (Closes: #443451).
-
- -- Alan Baghumian <alan at technotux.org>  Sun, 09 Dec 2007 10:04:54 +0330
+    - Added libxml2-dev to build deps (needed by --with-rubrica)
+  * Updated debian/rules:
+    - Added --with-libnotify to enable event notifications
+    - Added --with-rubrica to support Rubrica address book
+
+ -- Alan Baghumian <alan at technotux.org>  Sun, 09 Dec 2007 14:11:55 +0330
 
 balsa (2.3.20-2) unstable; urgency=low
 

Modified: packages/unstable/balsa/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/control?rev=13784&op=diff
==============================================================================
--- packages/unstable/balsa/debian/control (original)
+++ packages/unstable/balsa/debian/control Sun Dec  9 10:46:14 2007
@@ -30,7 +30,8 @@
                libglib2.0-dev,
                libgtk2.0-dev (>= 2.10.0),
                liborbit2-dev,
-               libnotify-dev
+               libnotify-dev,
+               libxml2-dev
 Uploaders: Alan Baghumian <alan at technotux.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Guilherme de S. Pastore <gpastore at debian.org>, Loic Minier <lool at dooz.org>, Oystein Gisnas <oystein at gisnas.net>
 Standards-Version: 3.7.2
 

Modified: packages/unstable/balsa/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/control.in?rev=13784&op=diff
==============================================================================
--- packages/unstable/balsa/debian/control.in (original)
+++ packages/unstable/balsa/debian/control.in Sun Dec  9 10:46:14 2007
@@ -30,7 +30,8 @@
                libglib2.0-dev,
                libgtk2.0-dev (>= 2.10.0),
                liborbit2-dev,
-               libnotify-dev
+               libnotify-dev,
+               libxml2-dev
 Uploaders: Alan Baghumian <alan at technotux.org>, @GNOME_TEAM@
 Standards-Version: 3.7.2
 

Modified: packages/unstable/balsa/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/rules?rev=13784&op=diff
==============================================================================
--- packages/unstable/balsa/debian/rules (original)
+++ packages/unstable/balsa/debian/rules Sun Dec  9 10:46:14 2007
@@ -19,6 +19,8 @@
 			--with-ssl \
 			--with-gtksourceview \
 			--enable-extra-mimeicons \
+			--with-libnotify \
+			--with-rubrica \
 			--enable-threads \
 			--with-gtkprint
 DEB_CONFIGURE_SCRIPT_ENV += GTK_UPDATE_ICON_CACHE=/bin/true




More information about the pkg-gnome-commits mailing list