Author: tille Date: 2012-03-29 06:55:21 +0000 (Thu, 29 Mar 2012) New Revision: 10129
Added: trunk/packages/gwyddion/trunk/debian/README.source Modified: trunk/packages/gwyddion/trunk/debian/README.Debian trunk/packages/gwyddion/trunk/debian/changelog Log: Split developer relevant content from README.Debian to README.source Modified: trunk/packages/gwyddion/trunk/debian/README.Debian =================================================================== --- trunk/packages/gwyddion/trunk/debian/README.Debian 2012-03-29 06:51:53 UTC (rev 10128) +++ trunk/packages/gwyddion/trunk/debian/README.Debian 2012-03-29 06:55:21 UTC (rev 10129) @@ -1,11 +1,8 @@ -Gwyddion for Debian notes -========================= +Gwyddion for Debian +=================== -1. User-relevant information -------------------------------- +1. Thumbnailer in Gwyddion 2.12 -1.1 Thumbnailer in Gwyddion 2.12 - The thumbnailer, which was introduced in Gwyddion 2.12 should work both in GNOME and Xfce. Gwyddion source ships a thumbnailer for KDE4, which is not enabled, as KDE4 is not yet in unstable. @@ -13,7 +10,7 @@ For the thumbnailer to work, you may have to restart your file manager (nautilus, thunar, ...). -1.2 Gwyddion modules and plugins +2. Gwyddion modules and plugins If you would like to extend gwyddion's functionality or use gwyddion's functions in your own program, you are encouraged to write modules (instead of plugins), @@ -22,43 +19,4 @@ /usr/share/gtk-doc/html/libgwymodule/ModuleTutorial.html in the package libgwyddion20-doc. - -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. - -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 - -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 the binaries in /usr/bin/, chrpath is still necessary. - -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 -holders and licenses got one machine-interpretable entry, regardless of the -copyright year. I.e., if there are several files mentioned and a range of years, -the given copyright years indicate the widest range, which covers all actual -copyright years of the files. - -2.4 -dev package is architecture-dependent - -The -dev package is architecture-dependent because of the files -gwyddion.pc and gwyconfig.h which are architecture dependent. - -- Jan Beyer <[email protected]> Mon, 09 Feb 2009 22:02:19 +0100 Added: trunk/packages/gwyddion/trunk/debian/README.source =================================================================== --- trunk/packages/gwyddion/trunk/debian/README.source (rev 0) +++ trunk/packages/gwyddion/trunk/debian/README.source 2012-03-29 06:55:21 UTC (rev 10129) @@ -0,0 +1,39 @@ +Gwyddion for Debian - Packaging Issues +====================================== + +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. + +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 + +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 the binaries in /usr/bin/, chrpath is still necessary. + +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 +holders and licenses got one machine-interpretable entry, regardless of the +copyright year. I.e., if there are several files mentioned and a range of years, +the given copyright years indicate the widest range, which covers all actual +copyright years of the files. + +4. -dev package is architecture-dependent + +The -dev package is architecture-dependent because of the files +gwyddion.pc and gwyconfig.h which are architecture dependent. + + -- Jan Beyer <[email protected]> Mon, 09 Feb 2009 22:02:19 +0100 Modified: trunk/packages/gwyddion/trunk/debian/changelog =================================================================== --- trunk/packages/gwyddion/trunk/debian/changelog 2012-03-29 06:51:53 UTC (rev 10128) +++ trunk/packages/gwyddion/trunk/debian/changelog 2012-03-29 06:55:21 UTC (rev 10129) @@ -3,6 +3,10 @@ * debian/patches/glib-single-include.patch: Use fix-glib-includes.sh script to create the patch Closes: #665554 + * debian/README.Debian + debian/README.source: Split up content + of former single file (README.Debian) into two files because the + user does not need to be confronted with developer relevant + informarmation -- Andreas Tille <[email protected]> Thu, 29 Mar 2012 08:47:46 +0200 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
