./libtinymail/debian r17: debian/control: Wrapped Build-Deps.

Jonny Lamb jonnylamb at jonnylamb.com
Fri Jun 27 20:05:43 UTC 2008


------------------------------------------------------------
revno: 17
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: libtinymail-0.0.9
timestamp: Sun 2008-05-25 21:47:07 +0100
message:
  debian/control: Wrapped Build-Deps.
modified:
  debian/changelog
  debian/control
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-25 20:18:05 +0000
+++ b/debian/changelog	2008-05-25 20:47:07 +0000
@@ -8,6 +8,7 @@
     + Added "Section: libdevel" for -dev packages.
     + Bumped Standards-Version to 3.7.3.
     + Added Vcs-Bzr field.
+    + Wrapped Build-Deps.
   * debian/rules:
     + Misc cleanups.
     + Added --with-ssl=openssl for SSL support in camel-lite.
@@ -20,7 +21,7 @@
     use-gtkhtml3.14.diff. Also converted patch system to quilt.
   * Created new binary packages, libtinymailui-gtkhtml-{1.0-0,dev}.
 
- -- Jonny Lamb <jonnylamb at jonnylamb.com>  Sun, 25 May 2008 21:16:19 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Sun, 25 May 2008 21:46:41 +0100
 
 libtinymail (0.0.7-0ubuntu1) hardy; urgency=low
 

=== modified file 'debian/control'
--- a/debian/control	2008-05-25 20:18:05 +0000
+++ b/debian/control	2008-05-25 20:47:07 +0000
@@ -2,9 +2,22 @@
 Section: mail
 Priority: optional
 Maintainer: Debian Maemo Maintainers <pkg-maemo-maintainers at alioth.debian.org>
-Uploaders: Loic Minier <lool at dooz.org>, Jonny Lamb <jonnylamb at jonnylamb.com>, Riku Voipio <riku.voipio at iki.fi>
+Uploaders: Loic Minier <lool at dooz.org>,
+           Jonny Lamb <jonnylamb at jonnylamb.com>,
+           Riku Voipio <riku.voipio at iki.fi>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5), pkg-config, libgtk2.0-dev, libgnomevfs2-dev, libgnomeui-dev, libgnome-keyring-dev, libgtkhtml3.14-dev, libnm-glib-dev, libosso-dev, libtelepathy-glib-dev, libssl-dev, quilt
+Build-Depends: debhelper (>= 5),
+               pkg-config,
+               libgtk2.0-dev,
+               libgnomevfs2-dev,
+               libgnomeui-dev,
+               libgnome-keyring-dev,
+               libgtkhtml3.14-dev,
+               libnm-glib-dev,
+               libosso-dev,
+               libtelepathy-glib-dev,
+               libssl-dev,
+               quilt
 Homepage: http://tinymail.org/
 Vcs-Bzr: http://bzr.debian.org/pkg-maemo/libtinymail/debian/
 

=== modified file 'debian/rules'
--- a/debian/rules	2008-05-25 20:18:05 +0000
+++ b/debian/rules	2008-05-25 20:47:07 +0000
@@ -2,7 +2,14 @@
 
 include /usr/share/quilt/quilt.make
 
-configure_flags += --prefix=/usr --with-platform=maemo --enable-demoui --enable-gnome --enable-tp --with-html-component=gtkhtml --disable-rpath --with-ssl=openssl
+configure_flags += --prefix=/usr \
+	--with-platform=maemo \
+	--enable-demoui \
+	--enable-gnome \
+	--enable-tp \
+	--with-html-component=gtkhtml \
+	--disable-rpath \
+	--with-ssl=openssl
 
 build: patch build-stamp
 



More information about the pkg-maemo-commits mailing list