./libtinymail/debian r32: Build for GNOME instead of Maemo. (Closes: #492147)
Jonny Lamb
jonnylamb at jonnylamb.com
Sun Aug 24 15:17:51 UTC 2008
------------------------------------------------------------
revno: 32
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: trunk
timestamp: Sun 2008-08-24 16:17:51 +0100
message:
Build for GNOME instead of Maemo. (Closes: #492147)
removed:
debian/libtinymail-maemo-1.0-0.install
debian/libtinymail-maemo-dev.install
added:
debian/libtinymail-gnome-1.0-0.install
debian/libtinymail-gnome-dev.install
modified:
debian/changelog
debian/control
debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-08-24 14:31:28 +0000
+++ b/debian/changelog 2008-08-24 15:17:51 +0000
@@ -4,8 +4,9 @@
* debian/rules: Call autogen.sh instead of configure.
* debian/patches/use-gtkhtml3.14.diff: Removed as it's now pointless.
* debian/control: Updated Build-Deps for the SVN snapshot.
+ * Build for GNOME instead of Maemo. (Closes: #492147)
- -- Jonny Lamb <jonnylamb at jonnylamb.com> Sun, 24 Aug 2008 15:30:22 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com> Sun, 24 Aug 2008 16:15:56 +0100
libtinymail (0.0.9-2) unstable; urgency=low
=== modified file 'debian/control'
--- a/debian/control 2008-08-24 14:31:28 +0000
+++ b/debian/control 2008-08-24 15:17:51 +0000
@@ -116,10 +116,10 @@
This package contains the static libraries utilising Camel and Camel-Lite,
along with the associated include files.
-Package: libtinymail-maemo-1.0-0
+Package: libtinymail-gnome-1.0-0
Architecture: any
Depends: ${shlibs:Depends}
-Description: Framework for mobile applications with e-mail - Maemo library
+Description: Framework for mobile applications with e-mail - GNOME library
Tinymail is a library for developing mobile applications with e-mail
functionality. The framework provides components that aid the developer
with the user interface and, of course also with the connectivity and the
@@ -128,13 +128,13 @@
It supports local mail storage (Maildir, mh, spool & mbox), IMAP, POP and
NNTP. It can also be used to send messages over SMTP and by using sendmail.
.
- This package contains the shared libraries utilising Maemo.
+ This package contains the shared libraries utilising GNOME.
-Package: libtinymail-maemo-dev
+Package: libtinymail-gnome-dev
Section: libdevel
Architecture: any
-Depends: libtinymail-maemo-1.0-0 (= ${binary:Version})
-Description: Framework for mobile applications with e-mail - Maemo library
+Depends: libtinymail-gnome-1.0-0 (= ${binary:Version})
+Description: Framework for mobile applications with e-mail - GNOME library
Tinymail is a library for developing mobile applications with e-mail
functionality. The framework provides components that aid the developer
with the user interface and, of course also with the connectivity and the
@@ -143,7 +143,7 @@
It supports local mail storage (Maildir, mh, spool & mbox), IMAP, POP and
NNTP. It can also be used to send messages over SMTP and by using sendmail.
.
- This package contains the static libraries utilising Maemo, along with
+ This package contains the static libraries utilising GNOME, along with
include files.
Package: libtinymailui-1.0-0
=== added file 'debian/libtinymail-gnome-1.0-0.install'
--- a/debian/libtinymail-gnome-1.0-0.install 1970-01-01 00:00:00 +0000
+++ b/debian/libtinymail-gnome-1.0-0.install 2008-08-24 15:17:51 +0000
@@ -0,0 +1,1 @@
+usr/lib/libtinymail-gnome-desktop-1.0.so.*
=== added file 'debian/libtinymail-gnome-dev.install'
--- a/debian/libtinymail-gnome-dev.install 1970-01-01 00:00:00 +0000
+++ b/debian/libtinymail-gnome-dev.install 2008-08-24 15:17:51 +0000
@@ -0,0 +1,5 @@
+usr/include/libtinymail-gnome-desktop-1.0/*
+usr/lib/libtinymail-gnome-desktop-1.0.so
+usr/lib/libtinymail-gnome-desktop-1.0.a
+usr/lib/libtinymail-gnome-desktop-1.0.la
+usr/lib/pkgconfig/libtinymail-gnome-desktop-1.0.pc
=== removed file 'debian/libtinymail-maemo-1.0-0.install'
--- a/debian/libtinymail-maemo-1.0-0.install 2008-02-14 18:17:17 +0000
+++ b/debian/libtinymail-maemo-1.0-0.install 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-usr/lib/libtinymail-maemo-1.0.so.*
=== removed file 'debian/libtinymail-maemo-dev.install'
--- a/debian/libtinymail-maemo-dev.install 2008-02-14 18:17:17 +0000
+++ b/debian/libtinymail-maemo-dev.install 1970-01-01 00:00:00 +0000
@@ -1,5 +0,0 @@
-usr/include/libtinymail-maemo-1.0/*
-usr/lib/libtinymail-maemo-1.0.so
-usr/lib/libtinymail-maemo-1.0.a
-usr/lib/libtinymail-maemo-1.0.la
-usr/lib/pkgconfig/libtinymail-maemo-1.0.pc
=== modified file 'debian/rules'
--- a/debian/rules 2008-08-24 14:23:03 +0000
+++ b/debian/rules 2008-08-24 15:17:51 +0000
@@ -3,7 +3,7 @@
include /usr/share/quilt/quilt.make
configure_flags += --prefix=/usr \
- --with-platform=maemo \
+ --with-platform=gnome-desktop \
--enable-gnome \
--enable-tp \
--with-html-component=gtkhtml \
More information about the pkg-maemo-commits
mailing list