Re: patch for control.maemo1 and rules.maemo
- From: Philip Van Hoof <spam pvanhoof be>
- To: vivek sekar <viveksekar gmail com>
- Cc: tinymail-devel-list gnome org
- Subject: Re: patch for control.maemo1 and rules.maemo
- Date: Wed, 11 Jul 2007 16:31:08 +0200
Approved
On Wed, 2007-07-11 at 17:16 +0300, vivek sekar wrote:
> Sorry for the previous incomplete mail.
>
> find attached the patch against control.maemo1 and rules.maemo thaht
> adds the following things :
>
> * Adds debug symbol packages that will be create when creating Debian
> package files for - libtinymail-1.0-0, libtinymail-camel-1.0-0,
> libtinymailui-1.0-0, libtinymailui-gtk-1.0-0, libtinymail-maemo-1.0-0,
> libtinymail-gnomevfs-1.0-0.
> * Adds --keep-debug to dh_strip and the above list of debug packages
> from being removed.
>
> Br.
>
> Index: debian/control.maemo1
> ===================================================================
> --- debian/control.maemo1 (revision 2455)
> +++ debian/control.maemo1 (working copy)
> @@ -29,6 +29,19 @@
> .
> This package contains the development files.
>
> +Package: libtinymail-1.0-0-dbg
> +Architecture: all
> +Depends: libtinymail-1.0-0 (=${Source-Version})
> +Description: memory-effective framework for accessing e-mail - debug
> symbol files
> + Tinymail is a development framework for accessing E-mail services
> using
> + devices with few memory resources.
> + .
> + It supports local mail storage (Maildir,mh,spool & mbox), IMAP,
> Exchange
> + and NNTP. It can be used to send messages over SMTP and by using
> sendmail.
> + .
> + This package contains the debug symbol files.
> +
> +
> Package: libtinymail-camel-1.0-0
> Architecture: any
> Depends: ${shlibs:Depends}
> @@ -54,6 +67,18 @@
> .
> This package contains the development files for camel-lite.
>
> +Package: libtinymail-camel-1.0-0-dbg
> +Architecture: all
> +Depends: libtinymail-camel-1.0-0 (=${Source-Version})
> +Description: memory-effective framework for accessing e-mail - debug
> symbol files
> + Tinymail is a development framework for accessing E-mail services
> using
> + devices with few memory resources.
> + .
> + It supports local mail storage (Maildir,mh,spool & mbox), IMAP,
> Exchange
> + and NNTP. It can be used to send messages over SMTP and by using
> sendmail.
> + .
> + This package contains the debug symbol files for camel-lite.
> +
> Package: libtinymailui-1.0-0
> Architecture: any
> Depends: ${shlibs:Depends}
> @@ -78,6 +103,18 @@
> .
> This package contains the development files for libtinymailui.
>
> +Package: libtinymailui-1.0-0-dbg
> +Architecture: all
> +Depends: libtinymailui-1.0-0 (=${Source-Version})
> +Description: memory-effective framework for accessing e-mail - debug
> symbol files
> + Tinymail is a development framework for accessing E-mail services
> using
> + devices with few memory resources.
> + .
> + It supports local mail storage (Maildir,mh,spool & mbox), IMAP,
> Exchange
> + and NNTP. It can be used to send messages over SMTP and by using
> sendmail.
> + .
> + This package contains the debug symbol files for libtinymailui.
> +
> Package: libtinymailui-gtk-1.0-0
> Architecture: any
> Depends: ${shlibs:Depends}
> @@ -102,6 +139,18 @@
> .
> This package contains the development files for libtinymailui-gtk.
>
> +Package: libtinymailui-gtk-1.0-0-dbg
> +Architecture: all
> +Depends: libtinymailui-gtk-1.0-0 (=${Source-Version})
> +Description: memory-effective framework for accessing e-mail - debug
> symbol files
> + Tinymail is a development framework for accessing E-mail services
> using
> + devices with few memory resources.
> + .
> + It supports local mail storage (Maildir,mh,spool & mbox), IMAP,
> Exchange
> + and NNTP. It can be used to send messages over SMTP and by using
> sendmail.
> + .
> + This package contains the debug symbol files for libtinymailui-gtk.
> +
> Package: libtinymail-maemo-1.0-0
> Architecture: any
> Depends: ${shlibs:Depends}
> @@ -126,6 +175,18 @@
> .
> This package contains the development files for libtinymail-maemo.
>
> +Package: libtinymail-maemo-1.0-0-dbg
> +Architecture: all
> +Depends: libtinymail-maemo-1.0-0 (=${Source-Version})
> +Description: memory-effective framework for accessing e-mail - debug
> symbol files
> + Tinymail is a development framework for accessing E-mail services
> using
> + devices with few memory resources.
> + .
> + It supports local mail storage (Maildir,mh,spool & mbox), IMAP,
> Exchange
> + and NNTP. It can be used to send messages over SMTP and by using
> sendmail.
> + .
> + This package contains the debug symbol files for libtinymail-maemo.
> +
> Package: libtinymail-gnomevfs-1.0-0
> Architecture: any
> Depends: ${shlibs:Depends}
> @@ -150,3 +211,15 @@
> .
> This package contains the development files for
> libtinymail-gnomevfs.
>
> +Package: libtinymail-gnomevfs-1.0-0-dbg
> +Architecture: all
> +Depends: libtinymail-gnomevfs-1.0-0 (=${Source-Version})
> +Description: memory-effective framework for accessing e-mail - debug
> symbol files
> + Tinymail is a development framework for accessing E-mail services
> using
> + devices with few memory resources.
> + .
> + It supports local mail storage (Maildir,mh,spool & mbox), IMAP,
> Exchange
> + and NNTP. It can be used to send messages over SMTP and by using
> sendmail.
> + .
> + This package contains the debug symbol files for
> libtinymail-gnomevfs.
> +
> Index: debian/rules.maemo
> ===================================================================
> --- debian/rules.maemo (revision 2455)
> +++ debian/rules.maemo (working copy)
> @@ -94,7 +94,7 @@
> # dh_installinfo
> # dh_installman
> dh_link
> - dh_strip
> + dh_strip --keep-debug --dbg-package=libtinymail-1.0-0
> --dbg-package=libtinymail-camel-1.0-0
> --dbg-package=libtinymailui-1.0-0
> --dbg-package=libtinymailui-gtk-1.0-0
> --dbg-package=libtinymail-maemo-1.0-0
> --dbg-package=libtinymail-gnomevfs-1.0-0
> dh_compress
> dh_fixperms
> # dh_perl
>
> On 7/11/07, vivek sekar <viveksekar gmail com> wrote:
> Hi all,
>
> find attached the patch against control.maemo1 and rules.maemo
> thaht adds the following things :
>
> * Adds debug symbol packages that will be create when creating
> Debian package files for -
>
>
> _______________________________________________
> tinymail-devel-list mailing list
> tinymail-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/tinymail-devel-list
--
Philip Van Hoof, software developer
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
http://www.pvanhoof.be/blog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]