Changeset 2838
- Timestamp:
- 10/16/07 09:45:03
- Files:
-
- trunk/debian/control.maemo1 (modified) (1 diff)
- trunk/debian/copyright (modified) (1 diff)
- trunk/debian/rules.maemo (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/control.maemo1
r2837 r2838 247 247 # . 248 248 # This package contains the development files for libtinymailui-mozembed. 249 250 # Package: libtinymailui-mozembed-1.0-0-dbg 251 # Architecture: any 252 # Depends: libtinymailui-mozembed-1.0-0 (=${Source-Version}) 253 # Description: memory-effective framework for accessing e-mail - debug symbol files 254 # Tinymail is a development framework for accessing E-mail services using 255 # devices with few memory resources. 256 # . 257 # It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange 258 # and NNTP. It can be used to send messages over SMTP and by using sendmail. 259 # . 260 # This package contains the debug symbol files for libtinymailui-mozembed. trunk/debian/copyright
r1134 r2838 17 17 You should have received a copy of the GNU Lesser General Public 18 18 License along with self library; if not, write to the 19 Free Software Foundation, Inc., 5 9 Temple Place - Suite 330,20 Boston, MA 02111-1307, USA.19 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 20 MA 02110-1301, USA. 21 21 22 22 On Debian systems, the complete text of the GNU Library General trunk/debian/rules.maemo
r2837 r2838 80 80 dh_testdir 81 81 dh_testroot 82 #dh_installchangelogs ChangeLog83 #dh_installdocs82 dh_installchangelogs ChangeLog 83 dh_installdocs 84 84 # dh_installexamples 85 85 dh_install … … 95 95 # dh_installman 96 96 dh_link 97 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 --dbg-package=libtinymail -mozembed-1.0-097 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 --dbg-package=libtinymailui-mozembed-1.0-0 98 98 dh_compress 99 99 dh_fixperms
