[maemo-commits] [maemo-commits] r18467 - projects/haf/trunk/epeg/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri May 22 16:29:02 EEST 2009
- Previous message: [maemo-commits] r18466 - projects/haf/tags/posix-locales
- Next message: [maemo-commits] r18468 - projects/haf/tags/epeg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2009-05-22 16:28:58 +0300 (Fri, 22 May 2009) New Revision: 18467 Modified: projects/haf/trunk/epeg/debian/changelog projects/haf/trunk/epeg/debian/control projects/haf/trunk/epeg/debian/rules Log: * Added -dbg packages. Fixes: NB#118342. Modified: projects/haf/trunk/epeg/debian/changelog =================================================================== --- projects/haf/trunk/epeg/debian/changelog 2009-05-22 12:53:07 UTC (rev 18466) +++ projects/haf/trunk/epeg/debian/changelog 2009-05-22 13:28:58 UTC (rev 18467) @@ -1,3 +1,9 @@ +epeg (0.9.1.042maemo1) unstable; urgency=low + + * Added -dbg packages. Fixes: NB#118342. + + -- Marius Vollmer <marius.vollmer at nokia.com> Fri, 22 May 2009 16:27:16 +0300 + epeg (0.9.1.042maemo0) unstable; urgency=low * Release update Modified: projects/haf/trunk/epeg/debian/control =================================================================== --- projects/haf/trunk/epeg/debian/control 2009-05-22 12:53:07 UTC (rev 18466) +++ projects/haf/trunk/epeg/debian/control 2009-05-22 13:28:58 UTC (rev 18467) @@ -28,6 +28,19 @@ thumbnails, retreiving it and managing to load the image ready for scaling with the minimum of fuss and CPU overhead. +Package: libepeg0-dbg +Section: libs +Priority: extra +Architecture: any +Depends: libepeg0 (= ${binary:Version}) +Description: Enlightenment jpeg thumbnailer library API + It's a convenience library API to using libjpeg to load JPEG images destined to + be turned into thumbnails of the original, saving information with these + thumbnails, retreiving it and managing to load the image ready for scaling with + the minimum of fuss and CPU overhead. + . + This package contains the debug symbols. + Package: epeg0-bin Section: libs Architecture: any @@ -38,3 +51,16 @@ be turned into thumbnails of the original, saving information with these thumbnails, retreiving it and managing to load the image ready for scaling with the minimum of fuss and CPU overhead. + +Package: epeg0-bin-dbg +Section: libs +Priority: extra +Architecture: any +Depends: epeg0-bin (= ${binary:Version}) +Description: Enlightenment jpeg thumbnailer programs + It's a convenience library API to using libjpeg to load JPEG images destined to + be turned into thumbnails of the original, saving information with these + thumbnails, retreiving it and managing to load the image ready for scaling with + the minimum of fuss and CPU overhead. + . + This package contains the debugging symbols. Modified: projects/haf/trunk/epeg/debian/rules =================================================================== --- projects/haf/trunk/epeg/debian/rules 2009-05-22 12:53:07 UTC (rev 18466) +++ projects/haf/trunk/epeg/debian/rules 2009-05-22 13:28:58 UTC (rev 18467) @@ -69,6 +69,8 @@ dh_installdocs -plibepeg0-dev dh_movefiles dh_link + dh_strip -p libepeg0 --dbg-package=libepeg0 + dh_strip -p epeg0-bin --dbg-package=epeg0-bin dh_strip dh_compress dh_fixperms
- Previous message: [maemo-commits] r18466 - projects/haf/tags/posix-locales
- Next message: [maemo-commits] r18468 - projects/haf/tags/epeg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]