./libtinymail/debian r19: debian/rules: Disabled tests from building due to OpenSSL confliction.

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


------------------------------------------------------------
revno: 19
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: libtinymail-0.0.9
timestamp: Mon 2008-05-26 02:11:01 +0100
message:
  debian/rules: Disabled tests from building due to OpenSSL confliction.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-25 20:55:53 +0000
+++ b/debian/changelog	2008-05-26 01:11:01 +0000
@@ -13,6 +13,7 @@
   * debian/rules:
     + Misc cleanups.
     + Added --with-ssl=openssl for SSL support in camel-lite.
+    + Disabled tests from building due to OpenSSL confliction.
   * debian/copyright:
     + Added upstream URL, authors and copyright holders.
     + Added section on how the autogenerated files are created.
@@ -22,7 +23,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:55:03 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Mon, 26 May 2008 02:10:31 +0100
 
 libtinymail (0.0.7-0ubuntu1) hardy; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2008-05-25 20:47:07 +0000
+++ b/debian/rules	2008-05-26 01:11:01 +0000
@@ -9,7 +9,10 @@
 	--enable-tp \
 	--with-html-component=gtkhtml \
 	--disable-rpath \
-	--with-ssl=openssl
+	--with-ssl=openssl \
+	--enable-tests=no \
+	--enable-unit-tests=no \
+	--enable-demoui=no
 
 build: patch build-stamp
 



More information about the pkg-maemo-commits mailing list