./libtinymail/debian r16: debian/rules: Added --with-ssl=openssl for SSL support in camel-lite.

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


------------------------------------------------------------
revno: 16
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: libtinymail-0.0.9
timestamp: Sun 2008-05-25 21:18:05 +0100
message:
  debian/rules: Added --with-ssl=openssl for SSL support in camel-lite.
modified:
  debian/changelog
  debian/control
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-10 12:56:20 +0000
+++ b/debian/changelog	2008-05-25 20:18:05 +0000
@@ -8,7 +8,9 @@
     + Added "Section: libdevel" for -dev packages.
     + Bumped Standards-Version to 3.7.3.
     + Added Vcs-Bzr field.
-  * debian/rules: Misc cleanups.
+  * debian/rules:
+    + Misc cleanups.
+    + Added --with-ssl=openssl for SSL support in camel-lite.
   * debian/copyright:
     + Added upstream URL, authors and copyright holders.
     + Added section on how the autogenerated files are created.
@@ -18,7 +20,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>  Sat, 10 May 2008 13:55:38 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Sun, 25 May 2008 21:16:19 +0100
 
 libtinymail (0.0.7-0ubuntu1) hardy; urgency=low
 

=== modified file 'debian/control'
--- a/debian/control	2008-04-03 17:41:25 +0000
+++ b/debian/control	2008-05-25 20:18:05 +0000
@@ -4,7 +4,7 @@
 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>
 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, 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-10 12:54:09 +0000
+++ b/debian/rules	2008-05-25 20:18:05 +0000
@@ -2,7 +2,7 @@
 
 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
+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