./libtinymail/debian r33: debian/control: Added debug package. (Closes: #496076)
Jonny Lamb
jonnylamb at jonnylamb.com
Sun Aug 24 15:28:11 UTC 2008
------------------------------------------------------------
revno: 33
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: trunk
timestamp: Sun 2008-08-24 16:28:11 +0100
message:
debian/control: Added debug package. (Closes: #496076)
modified:
debian/changelog
debian/control
debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-08-24 15:17:51 +0000
+++ b/debian/changelog 2008-08-24 15:28:11 +0000
@@ -3,10 +3,12 @@
* New upstream SVN snapshot. (Closes: #495975)
* 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.
+ * debian/control:
+ + Updated Build-Deps for the SVN snapshot.
+ + Added debug package. (Closes: #496076)
* Build for GNOME instead of Maemo. (Closes: #492147)
- -- Jonny Lamb <jonnylamb at jonnylamb.com> Sun, 24 Aug 2008 16:15:56 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com> Sun, 24 Aug 2008 16:26:55 +0100
libtinymail (0.0.9-2) unstable; urgency=low
=== modified file 'debian/control'
--- a/debian/control 2008-08-24 15:17:51 +0000
+++ b/debian/control 2008-08-24 15:28:11 +0000
@@ -265,3 +265,18 @@
.
This package contains the static libraries utilising gtkhtml, along
with inlclude files.
+
+Package: libtinymail-1.0-0-dbg
+Architecture: any
+Depends: libtinymail-1.0-0 (= ${binary:Version})
+Description: Framework for mobile applications with e-mail
+ 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
+ caching of messages.
+ .
+ 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 debugging symbils for all the shared libraries.
+
=== modified file 'debian/rules'
--- a/debian/rules 2008-08-24 15:17:51 +0000
+++ b/debian/rules 2008-08-24 15:28:11 +0000
@@ -47,7 +47,7 @@
dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --fail-missing
dh_link -a
- dh_strip -a
+ dh_strip -a --dbg-package=libtinymail-1.0-0-dbg
dh_compress -a
dh_fixperms -a
dh_makeshlibs -V -a
More information about the pkg-maemo-commits
mailing list