Author: beathovn-guest Date: 2009-01-06 20:07:16 +0000 (Tue, 06 Jan 2009) New Revision: 2911
Modified: trunk/packages/gwyddion/trunk/debian/README.Debian trunk/packages/gwyddion/trunk/debian/changelog Log: README.Debian extension and general cleanup. Modified: trunk/packages/gwyddion/trunk/debian/README.Debian =================================================================== --- trunk/packages/gwyddion/trunk/debian/README.Debian 2009-01-06 19:35:30 UTC (rev 2910) +++ trunk/packages/gwyddion/trunk/debian/README.Debian 2009-01-06 20:07:16 UTC (rev 2911) @@ -1,33 +1,38 @@ -Gwyddion for Debian -------------------- +Gwyddion for Debian notes +========================= -Gwyddion 2.12 thumbnailer -The thumbnailer for KDE4 is not enabled, as it has not been tested yet. +1. Thumbnailer in Gwyddion 2.12 +------------------------------- - -- Jan Beyer <[email protected]> Mon, 05 Jan 2009 23:03:50 +0100 +The thumbnailer, which was introduced in Gwyddion 2.12 should work both in GNOME +and Xfce. The thumbnailer for KDE4 is not enabled, as KDE4 is not yet in +unstable. +2. Packaging Issues +--------------------------- + +2.1 dpkg-shlibdeps warnings + dpkg-shlibdeps emits currently some warnings like: -dpkg-shlibdeps: warning: symbol gwy_layer_basic_set_gradient_key used by -debian/gwyddion/usr/lib/gwyddion/modules/process/polylevel.so found in -none of the libraries. + dpkg-shlibdeps: warning: symbol gwy_layer_basic_set_gradient_key used by + debian/gwyddion/usr/lib/gwyddion/modules/process/polylevel.so found in + none of the libraries. -These may in future be degraded to something less dramatic than a warning (see -http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481165), as they are kind of -incorrect in our case. The symbols are resolved through the main application, -which takes care of loading all necessary libraries. The modules then don't -need to link individually to them, which causes this warning. The complete -explanation can be found here: +These symbols are resolved through the main application, which takes care of +loading all necessary libraries. The modules then don't need to link +individually to them, which causes this warning. The complete explanation can +be found here: http://sourceforge.net/mailarchive/forum.php?thread_name=48762E7D.2000000%40beathovn.de&forum_name=gwyddion-devel - -- Jan Beyer <[email protected]> Fri, 11 Jul 2008 08:29:03 +0200 +2.2 RPATHs On amd64, all binaries get rpaths to /usr/lib set. The fix-rpath-issue.diff replaces all occurences of hardcode_into_libs=... into hardcode_into_libs=no in the configure script. This gets rid off the rpaths in -the libraries. For /usr/bin/gwyddion, chrpath is still necessary. +the libraries. For the binaries in /usr/bin/, chrpath is still necessary. - -- Jan Beyer <[email protected]> Thu, 11 Dec 2007 22:10:03 +0100 +2.3 debian/copyright notice Following an advice from tiCo (Mario Iselis) on #debian-mentors, I wrote the debian/copyright file in such a way, that all unique combinations of copyright @@ -36,12 +41,9 @@ the given copyright years indicate the widest range, which covers all actual copyright years of the files. - -- Jan Beyer <[email protected]> Thu, 27 Nov 2007 22:23:03 +0100 +2.4 -dev package is architecture-dependent The -dev package is architecture-dependent because of the files -gwyddion.pc and gwyconfig.h which happen to be architecture dependent. +gwyddion.pc and gwyconfig.h which are architecture dependent. -Patching the Makefiles for the Gwyddion::Dump.3pm manpage was necessary, to -comply to Debian policy, suggesting section 3pm for user generated perl modules. - - -- Jan Beyer <[email protected]> Sun, 04 Nov 2007 21:33:03 +0100 + -- Jan Beyer <[email protected]> Tue, 06 Jan 2009 21:05:21 +0100 Modified: trunk/packages/gwyddion/trunk/debian/changelog =================================================================== --- trunk/packages/gwyddion/trunk/debian/changelog 2009-01-06 19:35:30 UTC (rev 2910) +++ trunk/packages/gwyddion/trunk/debian/changelog 2009-01-06 20:07:16 UTC (rev 2911) @@ -9,6 +9,7 @@ RPATH. * configure-option --disable-desktop-file-update is no longer needed. * Additional Build-Dependency libxml2-dev enables import of SPML files. + * Cleaned up and extended debian/README.Debian. -- Jan Beyer <[email protected]> Mon, 05 Jan 2009 21:53:33 +0100 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
