r10978 - in /packages/unstable/balsa/debian: balsa.install balsa.links changelog control.in rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Tue May 15 10:37:40 UTC 2007
Author: lool
Date: Tue May 15 10:37:40 2007
New Revision: 10978
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10978
Log:
* Cleanups; install pixmap and symlinks via debian/balsa.install and .links.
Added:
packages/unstable/balsa/debian/balsa.install
packages/unstable/balsa/debian/balsa.links
Modified:
packages/unstable/balsa/debian/changelog
packages/unstable/balsa/debian/control.in
packages/unstable/balsa/debian/rules
Added: packages/unstable/balsa/debian/balsa.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/balsa.install?rev=10978&op=file
==============================================================================
--- packages/unstable/balsa/debian/balsa.install (added)
+++ packages/unstable/balsa/debian/balsa.install Tue May 15 10:37:40 2007
@@ -1,0 +1,1 @@
+debian/balsa.xpm usr/share/pixmaps/
Added: packages/unstable/balsa/debian/balsa.links
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/balsa.links?rev=10978&op=file
==============================================================================
--- packages/unstable/balsa/debian/balsa.links (added)
+++ packages/unstable/balsa/debian/balsa.links Tue May 15 10:37:40 2007
@@ -1,0 +1,1 @@
+usr/share/man/man1/balsa.1 usr/share/man/man1/balsa-ab.1
Modified: packages/unstable/balsa/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/changelog?rev=10978&op=diff
==============================================================================
--- packages/unstable/balsa/debian/changelog (original)
+++ packages/unstable/balsa/debian/changelog Tue May 15 10:37:40 2007
@@ -11,19 +11,22 @@
anymore
* Updated debian/rules
- Minor clean-ups
- - Added --enable-threads and --with-gtkprint to the
+ - Added --enable-threads and --with-gtkprint to the
build options
* Updated debian/control
- Added libnotify-dev and gnome-pkg-tools to build-deps
- Wrapped build-deps and deps
- libgtk2.0-dev requires 2.4.0 atleast
- Changed libgtkhtml3.8-dev build-dep to libgtkhtml3.14-dev
- - Removed libgnomeprint2.2-dev and lignomeprintui2.2-dev
+ - Removed libgnomeprint2.2-dev and lignomeprintui2.2-dev
from build-deps, GtkPrint is enabled
* debian/README.Debian
- Minor clean-ups
- -- Alan Baghumian <alan at technotux.org> Mon, 14 May 2007 19:33:31 +0330
+ [ Loic Minier ]
+ * Cleanups; install pixmap and symlinks via debian/balsa.install and .links.
+
+ -- Loic Minier <lool at dooz.org> Tue, 15 May 2007 12:37:05 +0200
balsa (2.3.13-2) unstable; urgency=low
Modified: packages/unstable/balsa/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/control.in?rev=10978&op=diff
==============================================================================
--- packages/unstable/balsa/debian/control.in (original)
+++ packages/unstable/balsa/debian/control.in Tue May 15 10:37:40 2007
@@ -40,8 +40,10 @@
Depends: ${shlibs:Depends},
${misc:Depends},
gnome-icon-theme
-Recommends: aspell | ispell, yelp
-Suggests: ca-certificates, lbdb
+Recommends: aspell | ispell,
+ yelp
+Suggests: ca-certificates,
+ lbdb
Description: An e-mail client for GNOME
Balsa is a highly configurable and robust mail client for the GNOME desktop.
It supports both POP3 and IMAP servers as well as the mbox, maildir and mh
Modified: packages/unstable/balsa/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/rules?rev=10978&op=diff
==============================================================================
--- packages/unstable/balsa/debian/rules (original)
+++ packages/unstable/balsa/debian/rules Tue May 15 10:37:40 2007
@@ -6,16 +6,19 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
# 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 --enable-threads --with-gtkprint
+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 \
+ --enable-threads \
+ --with-gtkprint
DEB_CONFIGURE_SCRIPT_ENV += GTK_UPDATE_ICON_CACHE=/bin/true
-
-# Debhelper arguments
-DEB_DH_INSTALL_ARGS := debian/balsa.xpm \
- usr/share/pixmaps/
-DEB_DH_LINK_ARGS := usr/share/man/man1/balsa.1 \
- usr/share/man/man1/balsa-ab.1
# Record build-time version information
binary-post-install/balsa::
More information about the pkg-gnome-commits
mailing list