Author: beathovn-guest Date: 2009-01-20 20:54:44 +0000 (Tue, 20 Jan 2009) New Revision: 3029
Added: trunk/packages/gwyddion/trunk/debian/gwyddion-pygwy.install Modified: trunk/packages/gwyddion/trunk/debian/changelog trunk/packages/gwyddion/trunk/debian/control trunk/packages/gwyddion/trunk/debian/gwyddion.install Log: Adding package for Python-scripting interface to gwyddion. But there are a lot of warnings during the compilation... Will talk to upstream about these. Modified: trunk/packages/gwyddion/trunk/debian/changelog =================================================================== --- trunk/packages/gwyddion/trunk/debian/changelog 2009-01-20 20:13:03 UTC (rev 3028) +++ trunk/packages/gwyddion/trunk/debian/changelog 2009-01-20 20:54:44 UTC (rev 3029) @@ -1,3 +1,9 @@ +gwyddion (2.12-2) UNRELEASED; urgency=low + + * A new package gwyddion-pygwy contains the Python scripting interface. + + -- Jan Beyer <[email protected]> Tue, 20 Jan 2009 21:24:16 +0100 + gwyddion (2.12-1) unstable; urgency=low * New upstream release. Modified: trunk/packages/gwyddion/trunk/debian/control =================================================================== --- trunk/packages/gwyddion/trunk/debian/control 2009-01-20 20:13:03 UTC (rev 3028) +++ trunk/packages/gwyddion/trunk/debian/control 2009-01-20 20:54:44 UTC (rev 3029) @@ -6,7 +6,7 @@ Uploaders: Jan Beyer <[email protected]> Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pkg-config (>= 0.16), libgtk2.0-dev (>= 2.8), libgtkglext1-dev, libtiff4-dev, libfftw3-dev, libxmu6, - python, ruby, libgconf2-dev, libxml2-dev, chrpath, quilt + python-gtk2-dev, libgtksourceview2.0-dev, python, ruby, libgconf2-dev, libxml2-dev, chrpath, quilt Standards-Version: 3.8.0 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gwyddion/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gwyddion/trunk/ @@ -39,6 +39,14 @@ . You should install the package gwyddion if you are interested in this software. +Package: gwyddion-pygwy +Architecture: any +Depends: gwyddion (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Python scripting interface to Gwyddion SPM analysis tool + This package contains the Python scripting interface to Gwyddion. Gwyddion is + a modular program for Scanning Probe Microscopy data visualization and + analysis. + Package: gwyddion-plugins Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gwyddion, python (>= 2.2) | ruby (>= 1.8) | perl5 | gpc @@ -76,4 +84,5 @@ Description: HTML library API documentation for Gwyddion SPM analysis tool This package contains the HTML API documentation of all the Gwyddion libraries. There is also a tutorial on writing Gwyddion modules included. See - /usr/share/gtk-doc/html/libgwymodule/ModuleTutorial.html for this. \ No newline at end of file + /usr/share/gtk-doc/html/libgwymodule/ModuleTutorial.html for this. + Added: trunk/packages/gwyddion/trunk/debian/gwyddion-pygwy.install =================================================================== --- trunk/packages/gwyddion/trunk/debian/gwyddion-pygwy.install (rev 0) +++ trunk/packages/gwyddion/trunk/debian/gwyddion-pygwy.install 2009-01-20 20:54:44 UTC (rev 3029) @@ -0,0 +1,3 @@ +usr/lib/gwyddion/modules/pygwy.* +usr/share/gwyddion/pygwy/ + Modified: trunk/packages/gwyddion/trunk/debian/gwyddion.install =================================================================== --- trunk/packages/gwyddion/trunk/debian/gwyddion.install 2009-01-20 20:13:03 UTC (rev 3028) +++ trunk/packages/gwyddion/trunk/debian/gwyddion.install 2009-01-20 20:54:44 UTC (rev 3029) @@ -1,5 +1,10 @@ usr/bin/ -usr/lib/gwyddion/modules/ +usr/lib/gwyddion/modules/file/ +usr/lib/gwyddion/modules/graph/ +usr/lib/gwyddion/modules/layer/ +usr/lib/gwyddion/modules/plugin-proxy* +usr/lib/gwyddion/modules/process/ +usr/lib/gwyddion/modules/tool/ usr/share/man/man1/ usr/lib/gwyddion/perl/ usr/lib/gwyddion/python/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
