debian/0000775000000000000000000000000012267556233007203 5ustar debian/rules0000775000000000000000000000235212266644713010265 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk #DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${libdir} CFLAGS= "-Wall -g" --disable-rpath DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${libdir} --disable-rpath #DEB_BUILDDIR := $(DEB_SRCDIR)/debian/tmp DEB_DH_INSTALL_SOURCEDIR := $(DEB_SRCDIR)/debian/tmp DEB_INSTALL_CHANGELOGS_ALL := DEB_INSTALL_DOCS_gwyddion := modules/pygwy/README.pygwy DEB_INSTALL_DOCS_gwyddion-plugins := plugins/process/README version=$(shell dpkg-parsechangelog | grep '^Version: ' | sed -e 's/^Version: //') DEB_DH_MAKESHLIBS_ARGS_gwyddion := -n -Xgwyddion DEB_DH_MAKESHLIBS_ARGS_libgwyddion2-0 := -V'libgwyddion2-0 (>= ${version})' clean:: dh_clean rm -rf data/gwyddion.desktop install/gwyddion:: find debian/tmp/usr/lib/gwyddion/modules -name "*.la" -exec rm {} \; rm debian/tmp/usr/lib/gwyddion/python/Gwyddion/*.py? chrpath -d debian/tmp/usr/bin/gwyddion* install/libgwyddion2-0:: rm debian/tmp/usr/lib/python2.7/dist-packages/gwy.la get-orig-source:: if [ -x /usr/bin/uscan ]; then \ /usr/bin/uscan --force-download --verbose; \ else \ echo "Could not find /usr/bin/uscan to download source."; \ echo " Please install the devscripts package."; \ fi debian/watch0000664000000000000000000000010612266644713010231 0ustar version=3 http://sf.net/gwyddion/gwyddion-([0-9].[0-9]+\w*)\.tar\.xz debian/gwyddion.xpm0000664000000000000000000000314312266644713011556 0ustar /* XPM */ static char *gwyddion[] = { /* columns rows colors chars-per-pixel */ "32 32 25 1", " c #660000", ". c #660033", "X c #663300", "o c #990000", "O c #990033", "+ c #993300", "@ c #993333", "# c #996600", "$ c #CC0000", "% c #CC0033", "& c #CC3300", "* c #CC3333", "= c #FF3300", "- c #FF3333", "; c #CC6600", ": c #CC6633", "> c #FF6600", ", c #FF6633", "< c #CC9900", "1 c #CC9933", "2 c #FF9900", "3 c #FF9933", "4 c #FFCC00", "5 c #FFCC33", "6 c yellow", /* pixels */ " ", " O&&@$:++*&&+&+*o,o+O&+O&*o+*& ", " &*+;o&%&&O&**+&+O+=&@&&++*&o+* ", " +&*+O&&@&&&+&*=*&*+*>>,*&o@+*& ", " &*+&&@+&*+*,&&3>=&>,222-+&*&+* ", " @&+*+&%&+*=&242=424244<=*&+O&& ", " &*o&*&X*o&*22>222;>=>>2*+O&&@o ", " +*&*+*$;*>>422<:-&*+222&&*+*&* ", " &+ &&&O+>4;=22&>*+&*:2&O&+&&+* ", " @&*+@&:>>2>6,&O+&O&+->3o+%+*+$ ", " $*+o*&&124>2,&+*&+*+&+&o:+o*+& ", " &&*&&*=4>>26&*=@&o*+O+:o&*&&O& ", " @&+*+:>224>>22>=:+o&*$+*&*+*+o ", " +O&&&=>6;242><3&+O;*+&*+o&&+@& ", " +&*o*432>6<232o&*$+ *o+=@+O&*+ ", " @++*==26>>2222,o&X%&&@*+o*&+o* ", " %&+@>*>4422*=:+*+&*&=+*&& *+o ", " &&+*&+;4>>4>=@&*&+*&3>;-+.&&@& ", " +*o&@+*>>24>>-&+&*&&>>6>&*&+%& ", " $@+*$&*><42;2&,%++*>42>-++* &* ", " +o&&@+&:>>42>>>*=*+:226-&$:&&* ", " o*&*+-+*=54226>;2&&>42<=@+o*++ ", " *+*&+&o;&:24>4442>242>4&o&*+o* ", " +&&*&*+O&,&->42>43=>624*:&+*&o ", " *o+*+*&&*+&#o*,;=*>:2>4&&*&+@& ", " +o*+$&@&&*o@&&&@&+-&442-&+@$&O ", " *o&+*++*&+o*&@&@&+,22>>:&$:&+* ", " @+*+$*&&@&++*&oo*&=24;$o:+&*&+ ", " +&+*&*+*&@o*&+:&&,42>=*&o@&O+O ", " o*&&+&*&&*+&@&$@;&2:2>&@&&++*& ", " *o@&@o+*++O$&@&&O+*&*o*&*&*$+@ ", " " }; debian/changelog0000664000000000000000000003471412267556233011066 0ustar gwyddion (2.34-3ubuntu1) trusty; urgency=medium * Merge from Debian unstable. Remaining changes: - debian/patches/disable-global-menu-unity.diff: Disable global menu in Unity. -- Logan Rosen Tue, 21 Jan 2014 15:44:40 -0500 gwyddion (2.34-3) unstable; urgency=medium * Enable compilation of patched italian translation, to actually fix the crash in italian localization -- Jan Beyer Sat, 18 Jan 2014 22:30:25 +0100 gwyddion (2.34-2ubuntu1) trusty; urgency=medium * Merge from Debian unstable. Remaining changes: - debian/patches/disable-global-menu-unity.diff: Disable global menu in Unity. * Revert back to using just autotools-dev, as upstream did a libtool update. * Refresh Unity patch. -- Logan Rosen Thu, 16 Jan 2014 16:32:15 -0500 gwyddion (2.34-2) unstable; urgency=medium * Incorporate upstream patch to fixing a crash when Gwyddion is run in Italian Closes: #734614 -- Jan Beyer Fri, 10 Jan 2014 21:12:30 +0100 gwyddion (2.34-1) unstable; urgency=medium * New upstream release -- Jan Beyer Sun, 15 Dec 2013 20:57:44 +0100 gwyddion (2.33-1ubuntu2) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). -- Logan Rosen Tue, 14 Jan 2014 15:18:06 -0500 gwyddion (2.33-1ubuntu1) trusty; urgency=low * Merge from debian, remaining changes: - debian/patches/disable-global-menu-unity.diff: Disable global menu in Unity. -- Matthew Fischer Fri, 15 Nov 2013 20:07:16 -0700 gwyddion (2.33-1) unstable; urgency=low * New upstream release - Drop build patch for big-endian architectures, as it is included upstream -- Jan Beyer Sun, 20 Oct 2013 21:47:36 +0200 gwyddion (2.32-3) unstable; urgency=low * Add Python module gwy.so which didn't get installed previously to binary package libgwyddion2-0 -- Jan Beyer Tue, 15 Oct 2013 21:51:01 +0200 gwyddion (2.32-2) unstable; urgency=low * Include a patch to fix build error on big endian architectures -- Jan Beyer Sun, 29 Sep 2013 21:57:23 +0200 gwyddion (2.32-1) unstable; urgency=low * New upstream release -- Jan Beyer Sun, 15 Sep 2013 21:39:02 +0200 gwyddion (2.31-2ubuntu1) saucy; urgency=low [ Oussama Bounaim ] * Merge from debian, remaining changes: - Fix build failure on powerpc. - debian/patches/disable-global-menu-unity.diff: Disable global menu in Unity. [ Logan Rosen ] * debian/control: Remove DM-Upload-Allowed field, which isn't in Debian. -- Oussama Bounaim Fri, 12 Jul 2013 16:58:08 +0100 gwyddion (2.31-2) unstable; urgency=low * Upload to unstable * debian/control: - New standards version 3.9.4 (no changes needed) -- Jan Beyer Sun, 30 Jun 2013 21:52:32 +0200 gwyddion (2.31-1ubuntu2) raring; urgency=low * Fix build failure on powerpc. -- Matthias Klose Wed, 03 Apr 2013 12:33:36 +0200 gwyddion (2.31-1ubuntu1) raring; urgency=low * Merge from Debian experimental (LP: #1132338). Remaining Ubuntu changes: - Disabled global menu in Unity. -- Nicola Ferralis Sat, 23 Feb 2013 23:09:51 -0500 gwyddion (2.31-1) experimental; urgency=low * New upstream release -- Jan Beyer Fri, 22 Feb 2013 21:07:16 +0100 gwyddion (2.30-2ubuntu1) raring; urgency=low * Merge from Debian experimental (LP: #1127545). Remaining Ubuntu changes: - Disabled global menu in Unity. -- Nicola Ferralis Sat, 16 Feb 2013 16:53:51 -0500 gwyddion (2.30-2) experimental; urgency=low * Include upstream patch to fix crashing colour selectors -- Jan Beyer Sun, 03 Feb 2013 21:06:11 +0100 gwyddion (2.30-1ubuntu1) raring; urgency=low * Merge from Debian experimental (LP: #1056237). Remaining Ubuntu changes: - Disabled global menu in Unity. -- Julian Taylor Thu, 03 Jan 2013 18:49:42 +0100 gwyddion (2.30-1) experimental; urgency=low * New upstream release Closes: #688771 -- Jan Beyer Sun, 30 Sep 2012 23:04:32 +0200 gwyddion (2.29-1) experimental; urgency=low * New upstream version Closes: #686688 * debian/copyright: Remove separating comma in Files field -- Andreas Tille Tue, 11 Sep 2012 09:22:34 +0200 gwyddion (2.28-2ubuntu1) quantal; urgency=low * Merge from Debian unstable. Remaining Ubuntu changes: - Disabled global menu in Unity. -- Nicola Ferralis Thu, 31 May 2012 10:26:31 -0400 gwyddion (2.28-2) unstable; urgency=low * debian/gwyddion-common.install - Install also GNOME 3 thumbnailer file (Closes: #675132) -- Jan Beyer Wed, 30 May 2012 21:28:59 +0200 gwyddion (2.28-1) unstable; urgency=low * New upstream release * debian/rules: - remove hardcoded CFLAGS definition to allow CDBS to handle hardening flags -- Jan Beyer Mon, 28 May 2012 21:44:38 +0200 gwyddion (2.27-1) unstable; urgency=low * New upstream release * debian/patches/glib-single-include.patch dropped, as it is included upstream * debian/copyright: readded missing copyright holders, that cme fix dpkg-copyright erased -- Jan Beyer Mon, 23 Apr 2012 21:52:45 +0200 gwyddion (2.26-2) unstable; urgency=low * debian/patches/glib-single-include.patch: - Use fix-glib-includes.sh script to create the patch - Patch was reviewed and enhanced by upstream 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 * debhelper 9 (control+compat) * debian/control: - Standards-Version: 3.9.3 (no changes needed) - Fixed Vcs fields - Make descriptions more verbose * debian/copyright: DEP5 fixes verified using cme fix dpkg-copyright * debian/rules: Fixed clean target * debian/upstream: Added references -- Andreas Tille Thu, 29 Mar 2012 08:47:46 +0200 gwyddion (2.26-1) unstable; urgency=low * New upstream release * Changed to .tar.xz upstream tarball * Removed patch gwyddion-2.25-get-rid-of-gwy_byteswaped_copy.patch as it is applied upstream -- Jan Beyer Sat, 07 Jan 2012 21:59:38 +0100 gwyddion (2.25-2) unstable; urgency=low * Adding patch gwyddion-2.25-get-rid-of-gwy_byteswaped_copy.patch to fix a fatal compiler warning on big endian architectures -- Jan Beyer Tue, 09 Aug 2011 21:34:00 +0200 gwyddion (2.25-1) unstable; urgency=low * New upstream release -- Jan Beyer Sun, 12 Jun 2011 12:36:24 +0200 gwyddion (2.24-1) unstable; urgency=low * New upstream release * debian/control: - Incremented Standards-Version to reflect conformance with Policy 3.9.2 (no changes needed) * debian/rules: - removing byte-compiled python source files -- Jan Beyer Fri, 08 Apr 2011 20:49:23 +0200 gwyddion (2.23-1) unstable; urgency=low * New upstream release * libgwyddion20-doc now depends on w3m instead of lynx, which has lower priority -- Jan Beyer Sat, 12 Mar 2011 18:35:38 +0100 gwyddion (2.22-1) unstable; urgency=low * New upstream release -- Jan Beyer Thu, 09 Dec 2010 21:07:50 +0100 gwyddion (2.21-1) unstable; urgency=low * New upstream release * debian/control: - Incremented Standards-Version to reflect conformance with Policy 3.9.1 (no changes needed). -- Jan Beyer Fri, 29 Oct 2010 22:56:18 +0200 gwyddion (2.20-1) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Bumped Standards-Version to 3.9.0 (no changes needed) * New upstream release - fixes issue with raising string in exceptions in Python script (Closes: #585235) -- Jan Beyer Wed, 30 Jun 2010 22:00:59 +0200 gwyddion (2.19-1) unstable; urgency=low * New upstream release * Removed patch gwyddion-2.18-remote-new-x11.patch, as the problem is fixed upstream * Removed patch fix-shared-mime-info.patch, as the problem is fixed upstream -- Jan Beyer Thu, 17 Dec 2009 22:17:12 +0100 gwyddion (2.18-2) unstable; urgency=low * Include patch gwyddion-2.18-remote-new-x11.patch from upstream, fixing start failure when started from desktop menu entry * Improving patch fix-shared-mime-info.patch to fix not only gwyddion.xml but also the file which it is created from -- Jan Beyer Sat, 07 Nov 2009 21:07:44 +0100 gwyddion (2.18-1) unstable; urgency=low * New upstream release * Added patch fix-shared-mime-info.patch fixing wrong offset in gwyddion.xml -- Jan Beyer Thu, 05 Nov 2009 22:39:54 +0100 gwyddion (2.17-1) unstable; urgency=low * New upstream release * Dropping .la-files from libgwyddion20-dev * Bumped standards version to 3.8.3 (no changes needed) * Refreshed patches and updated headers to DEP3 format * No longer shipping .la-files according to squeeze release goal -- Jan Beyer Tue, 22 Sep 2009 20:59:21 +0200 gwyddion (2.16-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.8.2 (no changes needed). * Dropped Build-Dependency on libtiff4-dev (functionality provided now by upstream). -- Jan Beyer Fri, 26 Jun 2009 22:11:59 +0200 gwyddion (2.15-1) unstable; urgency=low * New upstream release. - Dropping upstream patch gwyddion-2.14-browser-invalid-iter.patch which was added in 2.14-2. -- Jan Beyer Thu, 21 May 2009 20:47:54 +0200 gwyddion (2.14-2) unstable; urgency=low * Incorporating an upstream patch to fix critical warnings on creation of new channels or graphs, which may lead to a shutdown of gwyddion. * Make backporter's life easier by adjusting build-dependency for FFTW3 to libfftw3 | fftw3. -- Jan Beyer Mon, 04 May 2009 22:13:28 +0200 gwyddion (2.14-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.8.1 (no changes needed). -- Jan Beyer Tue, 17 Mar 2009 20:44:19 +0100 gwyddion (2.13-1) unstable; urgency=low * New upstream release. * Gwyddion's Python scripting interface Pygwy is now enabled debian/control: - additional Build-Depends on python-gtk2-dev and libgtksourceview2.0-dev - adapted long description of gwyddion debian/rules: - install also README.pygwy * No longer install our own gwyddion-thumbnailer.schemas, as upstream now install correct file. -- Jan Beyer Mon, 09 Feb 2009 20:59:28 +0100 gwyddion (2.12-1) unstable; urgency=low * New upstream release. * Removed patch fix-crash-on-no-mask-present_svn8911.patch, as this is now in upstream's sources. * Added Build-Dependency on libgconf2-dev for thumbnail creation in TMS-compliant desktop environments. * gwyddion-thumbnailer also needs a chrpath-call in debian/rules to remove its RPATH. * Added and installed hand-fixed gwyddion-thumbnailer.schemas, as upstream's file is broken. * 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. * Lintian-override for gwyddion removed - it was no longer necessary. * Installing upstream's README for plugin-creation in gwyddion-plugins. -- Jan Beyer Fri, 09 Jan 2009 20:40:33 +0100 gwyddion (2.11-1) unstable; urgency=low * New upstream release. * Updating debian/copyright. * Recreating debian/patches/fix-rpath-issue.patch. * Added a patch from upstream's SVN (commit 8911, fix-crash-on-no-mask-present_svn8911.patch) fixing a possible crash when no mask is present. * debian/control: - set policy version 3.8.0 for real. - improve short descriptions. - Make gwyddion binNMU-safe by making gwyddion-common recommend gwyddion(>=${source:Version}). - gwyddion-plugins and libgwyddion20-doc now Depend: on ${misc:Depends} (thanks, lintian). * debian/rules: - docs now get installed into every binary package. - upstream's ChangeLog doesn't get installed at all any longer, as it's empty anyway. - removing config.log explicitly in clean target is no longer necessary. -- Jan Beyer Tue, 30 Dec 2008 21:28:22 +0100 gwyddion (2.10-1) unstable; urgency=low [Jan Beyer] * New upstream release * debian/control: Streamlining to Debian-Med packaging policy - Changed maintainer to Debian-Med Packaging Team. - Setting DM-Upload-Allowed: yes. - Setting myself as uploader. - Correcting spelling of python -> Python (thanks, lintian). Also capitalizing Perl and Ruby. - Adding ${shlibs:Depends} to gwyddion-plugins' dependencies (thanks, lintian). * Changed to new policy 3.8.0: - Added README.source, pointing out quilt-usage and referring to /usr/share/doc/quilt/README.source. * Patches updated. * Clean config.log in debian/rules. [David Paleino] * debian/control - Added ?rev=0&sc=0 to Vcs-Browser fields - Sanitized Vcs-* fields -- Jan Beyer Mon, 30 Jun 2008 22:09:08 +0200 gwyddion (2.9-3) unstable; urgency=low * Changed to new policy 3.7.3 (no changes needed). * Adding fix-rpath-issue.diff patch, changing all occurences of hardcode_into_libs={yes,$hardcode_into_libs} in configure into hardcode_into_libs=no, which eliminates all rpaths in libraries. /usr/bin/gwyddion itself still needs chrpath. * Adding python and ruby to Build-Depends, so that plugins will work. -- Jan Beyer Tue, 11 Dec 2007 21:25:00 +0100 gwyddion (2.9-2) unstable; urgency=low * Fixed debian/copyright. * Added patch to escape hyphens in manpage data/gwyddion.1. -- Jan Beyer Tue, 29 Nov 2007 16:52:00 +0100 gwyddion (2.9-1) unstable; urgency=low * New upstream release. * Gwyddion::dump.3pm manpage section fixed (Closes: #449296) -- Jan Beyer Thu, 25 Oct 2007 10:22:00 +0200 gwyddion (2.8-1) unstable; urgency=low * Initial release (Closes: #440662) -- Jan Beyer Tue, 18 Sep 2007 11:32:03 +0200 debian/gwyddion-common.install0000664000000000000000000000017312266644713013706 0ustar etc/gconf/schemas/ usr/share/locale/ usr/share/icons/ usr/share/gwyddion/ usr/share/mime/packages/ usr/share/thumbnailers/ debian/upstream0000664000000000000000000000100612266644713010763 0ustar Name: Gwyddion Homepage: http://gwyddion.net/ Reference: Author: Nečas, David and Klapetek, Petr Title: "Gwyddion: an open-source software for SPM data analysis" Journal: Central European Journal of Physics Publisher: Versita, co-published with Springer-Verlag GmbH ISSN: 1895-1082 Pages: 181-188 Volume: 10 Number: 1 Year: 2012 DOI: 10.2478/s11534-011-0096-2 URL: http://www.springerlink.com/content/21716522802h0404/ eprint: http://www.springerlink.com/content/21716522802h0404/fulltext.pdf debian/compat0000664000000000000000000000000212266644713010401 0ustar 9 debian/libgwyddion2-0.install0000664000000000000000000000004712266644713013326 0ustar usr/lib/libgwy*2.so.* usr/lib/python*/ debian/README.source0000664000000000000000000000320412266644713011361 0ustar 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 Mon, 09 Feb 2009 22:02:19 +0100 debian/lintian/0000775000000000000000000000000012266644720010637 5ustar debian/lintian/gwyddion-plugins0000664000000000000000000000027312266644713014071 0ustar # There is actually a Depends: python | ruby | perl line in the control file gwyddion-plugins binary: python-script-but-no-python-dep gwyddion-plugins binary: ruby-script-but-no-ruby-dep debian/copyright0000664000000000000000000003747112266644713011152 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gwyddion Upstream-Contact: David Necas (Yeti) Petr Klapetek Source: http://gwyddion.net/download Files: * Copyright: 2003-2013 David Necas (Yeti) 2003-2013 Petr Klapetek License: GPL-2+ Files: debian/* Copyright: 2007, 2008 Jan Beyer License: GPL-2+ Files: */Makefile.in config.rpath Copyright: 1994-2006 Free Software Foundation, Inc. License: other This Makefile.in is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Files: INSTALL Copyright: 1994-1996, 1999- 2002 Free SoftwareFoundation, Inc. License: other This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Files: aclocal.m4 config.guess config.guess.cdbs-orig config.sub config.sub.cdbs-orig configure Copyright: 1992-2006 Free Software Foundation, Inc. License: GPL-2+ Files: depcomp ltmain.sh missing py-compile Copyright: 1996-2006 Free Software Foundation, Inc. License: GPL-2+ Files: app/remote.c Copyright: 2000-2004 Sven Neumann 2000-2004 Simon Budig 2007 David Necas (Yeti) 2007 Petr Klapetek License: GPL-2+ Files: app/remote-unique.c app/validate.[ch] libgwyddion/gwymathfallback.h libgwydgets/gwygrainvaluemenu.[ch] libprocess/gwygrainvalue.[ch] libprocess/triangulation.[ch] modules/process/correct_affine.c modules/file/aistfile.c modules/file/alicona.c modules/file/anfatec.c modules/file/attocube.c modules/file/burleigh_exp.c modules/file/codevfile.c modules/file/csmfile.c modules/file/dm3file.c modules/file/dumbfile.c modules/file/gdeffile.c modules/file/gwytiff.h modules/file/gxyzffile.c modules/file/hdrimage.cc modules/file/hitachi-sem.c modules/file/image-keys.h modules/file/iso28600.c modules/file/magellan.c modules/file/mapvue.c modules/file/matfile.c modules/file/miffile.c modules/file/nanoscan.c modules/process/neuraldata.h modules/file/nrrdfile.c modules/file/pltfile.c modules/file/pt3file.c modules/file/rawxyz.c modules/file/robotics.c modules/file/sensolytics.c modules/file/shimadzu.c modules/file/spip-asc.c modules/process/acf2d.c modules/process/fft_synth.c modules/process/grain_cross.c modules/process/mark_with.c modules/tools/grainmeasure.c modules/file/gsffile.c modules/tools/pathlevel.c modules/file/igorfile.c modules/file/nanoeducator.c modules/file/nanonics.c modules/file/mulfile.c modules/file/opdfile.c modules/file/rawgraph.c modules/file/rhk-sm4.c modules/file/s94file.c modules/file/tescan.c modules/file/vtkfile.c modules/file/witec-asc.c modules/file/wsffile.c modules/file/zeiss.c modules/file/zemax.c modules/spmlabf.c modules/process/curvature.c modules/process/deposit_synth.c modules/process/dimensions.h modules/process/extend.c modules/process/lno_synth.c modules/process/noise_synth.c modules/process/obj_synth.c modules/process/pat_synth.c modules/process/synth.h modules/process/tilt.c modules/process/threshold.c modules/process/fft_profile.c modules/tools/selectionmanager.c Copyright: 2007-2013 David Necas (Yeti) License: GPL-2+ Files: install-sh Copyright: 1994 X Consortium License: PD Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other deal- ings in this Software without prior written authorization from the X Consor- tium. . FSF changes to this file are in the public domain. Files: libgwyddion/gwyfdcurvepreset.c libgwyddion/gwynlfit.[ch] libgwyddion/gwynlfitpreset.[ch] libgwydgets/gwy3dview.[ch] Copyright: 2000-2004 Martin Siler 2003-2006 David Necas (Yeti) 2003-2006 Petr Klapetek License: GPL-2+ Files: libgwyddion/gwymath.c Copyright: 1991, 1992, 1996, 1997, 1999 Free Software Foundation, Inc. License: GPL-2+ or LGPL-2.1+ On Debian systems, the complete text of the GNU General Public License (GPL) and the GNU Lesser General Public License (LGPL) can be found in `/usr/share/common-licenses/'. Files: libgwydgets/gwycolorbutton.[ch] Copyright: 1998, 1999 Red Hat, Inc. License: LGPL-2+ On Debian systems, the complete text of the GNU Lesser General Public License (LGPL) can be found in `/usr/share/common-licenses/LGPL-2'. Files: libgwydgets/gwycurve.c Copyright: 1997 David Mosberger 2005 Chris Anderson License: LGPL-2+ or GPL-2+ The original file was part of the GIMP Toolkit and copyrighted by David Mosberger, licensed under the GNU LGPL-2+. Chris Anderson modified the file for Gwyddion and put the resulting file under the GNU GPL-2+. Files: libgwydgets/gwycurve.h Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 2005 Chris Anderson License: LGPL-2+ or GPL-2+ The original file was part of the GIMP Toolkit and copyrighted by Peter Mattis, Spencer Kimball and Josh MacDonald, licensed under the GNU LGPL-2+. Chris Anderson modified the file for Gwyddion and put the resulting file under the GNU GPL-2+. Files: libgwydgets/gwy*ruler.[ch] Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald License: LGPL-2+ Files: libprocess/fractals.c Copyright: 2004 Jindrich Bilek License: GPL-2+ Files: libprocess/spectra.[ch] modules/tools/spectro.c Copyright: 2003-2007 Owain Davies 2003-2007 David Necas (Yeti) 2003-2007 Petr Klapetek License: GPL-2+ Files: m4/pkg.m4 Copyright: 2004 Scott James Remnant License: GPL-2+ Files: modules/file/apefile.c Copyright: 2005 David Necas (Yeti) 2005 Petr Klapetek Wine project License: GPL-2+ or LGPL-2.1+ The file is copyright by David Necas and Petr Klapetek (GPL-2+ licensed), but the date conversion code is copied from Wine and thus copyrighted by the Wine project (LGPL-2.1+ licensed). No copyright year is given. Files: modules/file/burleigh_bii.c Copyright: 2006 David Necas (Yeti) 2006 Petr Klapetek 2006 Hans-Peter Doerr License: GPL-2+ Files: modules/file/createc.c modules/file/stmprg.c Copyright: 2004 Rok Zitko License: GPL-2+ Files: modules/file/omicronmatrix.c Copyright: 2008 Philipp Rahe 2008 David Necas License: GPL-2+ Files: modules/file/hdf4file.c Copyright: 2006 David Necas (Yeti) 2006 Petr Klapetek 2006 Markus Pristovsek License: GPL-2+ Files: modules/file/jpk.h modules/file/jpkscan.c Copyright: 2005 JPK Instruments AG . License: GPL-2+ Files: modules/file/mifile.c modules/process/fft_filter_2d.c Copyright: 2005 Chris Anderson, Molecular Imaging Corp License: GPL-2+ Files: modules/file/nanotop.c Copyright: 2006 Alexander Kovalev License: GPL-2+ Files: modules/tools/distance.c Copyright: 2003-2006 Nenad Ocelic 2003-2006 David Necas (Yeti) 2003-2006 Petr Klapetek License: GPL-2+ Files: modules/tools/roughness.c Copyright: 2006-2007 Martin Hason 2006-2007 David Necas (Yeti) 2006-2007 Petr Klapetek License: GPL-2+ Files: app/remote-win32.c Copyright: 2007 David Necas (Yeti) 2007 Jan Horak License: GPL-2+ Files: modules/pygwy/pygwy-console.[ch] Copyright: Jan Horak License: GPL-2+ Files: po/Makefile.in.in Copyright: 1995-1997, 2000-2006 Ulrich Drepper License: other This file can be copied and used freely without restrictions. It can be used in projects which are not available under the GNU General Public License but which still want to provide support for the GNU gettext functionality. Please note that the actual code of GNU gettext is covered by the GNU General Public License and is *not* in the public domain. . On Debian systems, the complete text of the GNU General Public License (GPL) and the GNU Lesser General Public License (LGPL) can be found in `/usr/share/common-licenses/'. Files: app/ige-mac-menu.[ch] Copyright: 2007 Pioneer Research Center USA, Inc. 2007, 2008 Imendio AB License: LGPL-2.1 Files: app/mac_integration.[ch] Copyright: 2009 Andrey Gruzdev License: GPL-2+ Files: modules/file/omicronflat.c Copyright: 2009 Francois Bianco (fbianco) License: GPL-2+ Files: modules/file/nanoscantech.c modules/file/oldmda.c modules/file/tiaser.c modules/file/wipfile.c modules/graph/graph_dos_spectrum.c modules/graph/graph_filter.c modules/process/averaging.c modules/process/grain_edge.c modules/process/mcrop.c Copyright: 2010-2012 David Necas (Yeti) 2010-2012 Petr Klapetek 2010-2012 Daniil Bratashov License: GPL-2+ Files: libprocess/natural.[ch] Copyright: 2009 Ross Hemsley 2009 David Necas (Yeti) 2009 Petr Klapetek License: GPL-2+ Files: libprocess/stats_uncertainty.[ch] Copyright: 2003-2009 Anna Campbellova License: GPL-2+ Files: modules/pygwy/gwy.c Copyright: 2012 David Necas (Yeti) 2012 Petr Klapetek 2012 Jozef Vesely License: GPL-2+ Files: modules/file/apedaxfile.c Copyright: 2005 David Necas (Yeti) 2005 Petr Klapetek 2012 A.P.E. Research srl License: GPL-2+ Files: modules/file/nanomagnetics.c Copyright: 2012 Sameer Grover 2012 David Necas (Yeti) License: GPL-2+ Files: modules/process/otsu_threshold.c Copyright: 2013 Brazilian Nanotechnology National Laboratory License: GPL-3+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On a Debian system, the GNU GPL license version 2 is distributed in the file ‘/usr/share/common-licenses/GPL-2’. License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On a Debian system, the GNU GPL license version 3 is distributed in the file ‘/usr/share/common-licenses/GPL-3’. License: LGPL-2 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On a Debian system, the LGPL license version 2 is distributed in the file ‘/usr/share/common-licenses/LGPL-2’. License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On a Debian system, the LGPL license version 2 is distributed in the file ‘/usr/share/common-licenses/LGPL-2’. License: LGPL-2.1 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On a Debian system, the LGPL license version 2.1 is distributed in the file ‘/usr/share/common-licenses/LGPL-2.1’. debian/source/0000775000000000000000000000000012266644720010501 5ustar debian/source/format0000664000000000000000000000001412266644713011711 0ustar 3.0 (quilt) debian/README.Debian0000664000000000000000000000143512266644713011247 0ustar Gwyddion for Debian =================== 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. For the thumbnailer to work, you may have to restart your file manager (nautilus, thunar, ...). 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), as the plugin interface may be discontinued soon. For help on writing modules see /usr/share/gtk-doc/html/libgwymodule/ModuleTutorial.html in the package libgwyddion20-doc. -- Jan Beyer Mon, 09 Feb 2009 22:02:19 +0100 debian/libgwyddion20-doc.install0000664000000000000000000000003012266644713014004 0ustar usr/share/gtk-doc/html/ debian/gwyddion-plugins.install0000664000000000000000000000012212266644713014071 0ustar usr/lib/gwyddion/plugins/ ../lintian/gwyddion-plugins usr/share/lintian/overrides debian/menu0000664000000000000000000000036412266644713010075 0ustar ?package(gwyddion):\ needs="X11"\ section="Applications/Science/Data Analysis"\ title="Gwyddion"\ longtitle="Gwyddion Scanning Probe Microscopy analysis software"\ icon="/usr/share/pixmaps/gwyddion.xpm"\ command="/usr/bin/gwyddion" debian/libgwyddion20-dev.install0000664000000000000000000000016612266644713014027 0ustar usr/lib/libgwy*2.so usr/lib/gwyddion/include/ usr/lib/pkgconfig/ usr/include/gwyddion/lib*/ usr/include/gwyddion/app/ debian/control0000664000000000000000000001317612266644713010616 0ustar Source: gwyddion Section: science Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Med Packaging Team Uploaders: Jan Beyer , Andreas Tille Build-Depends: cdbs, debhelper (>= 9), autotools-dev, pkg-config (>= 0.16), libgtk2.0-dev (>= 2.14), libgtkglext1-dev, libfftw3-dev|fftw3-dev, libxmu6, python-gtk2-dev, libgtksourceview2.0-dev, python, ruby, libgconf2-dev, libxml2-dev, chrpath Standards-Version: 3.9.4 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gwyddion/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gwyddion/trunk/ Homepage: http://gwyddion.net/ Package: gwyddion Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gwyddion-common (= ${source:Version}) Suggests: gwyddion-plugins Description: Scanning Probe Microscopy visualization and analysis tool Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data visualization and analysis. It is primarily intended for analysis of height field data obtained by microscopy techniques like * Atomic Force Microscopy (AFM), * Magnetic Force Microscopy (MFM), * Scanning Tunneling Microscopy (STM), * Near-field Scanning Optical Microscopy (SNOM or NSOM) and others. However, it can be used for arbitrary height field and image analysis. . This package contains the main application and its modules. It also contains a GNOME (and Xfce) thumbnailer which creates previews for all file types known to Gwyddion. . Gwyddion's Python scripting interface Pygwy is also included. Package: gwyddion-common Architecture: all Recommends: gwyddion (>= ${source:Version}) Depends: ${shlibs:Depends}, ${misc:Depends} Description: architecture-independent files for Gwyddion SPM analysis tool Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data visualization and analysis. It is primarily intended for analysis of height field data obtained by microscopy techniques like * Atomic Force Microscopy (AFM), * Magnetic Force Microscopy (MFM), * Scanning Tunneling Microscopy (STM), * Near-field Scanning Optical Microscopy (SNOM or NSOM) and others. However, it can be used for arbitrary height field and image analysis. . This package contains architecture-independent files for Gwyddion - 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 Description: plugins for Gwyddion SPM analysis tool Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data visualization and analysis. It is primarily intended for analysis of height field data obtained by microscopy techniques like * Atomic Force Microscopy (AFM), * Magnetic Force Microscopy (MFM), * Scanning Tunneling Microscopy (STM), * Near-field Scanning Optical Microscopy (SNOM or NSOM) and others. However, it can be used for arbitrary height field and image analysis. . This package yet contains only sample plugins for Gwyddion in Python, Ruby and Perl. . If you would like to extend Gwyddion's functionality, you are encouraged to consider writing Gwyddion modules instead of plugins. For help on this, see the package libgwyddion20-doc. Package: libgwyddion2-0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, gwyddion-common (= ${source:Version}) Suggests: libgwyddion20-doc Description: libraries for Gwyddion SPM analysis tool Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data visualization and analysis. It is primarily intended for analysis of height field data obtained by microscopy techniques like * Atomic Force Microscopy (AFM), * Magnetic Force Microscopy (MFM), * Scanning Tunneling Microscopy (STM), * Near-field Scanning Optical Microscopy (SNOM or NSOM) and others. However, it can be used for arbitrary height field and image analysis. . This library package contains all the Gwyddion libraries. Package: libgwyddion20-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libgwyddion2-0 (= ${binary:Version}) Suggests: libgwyddion20-doc Description: header files for Gwyddion SPM analysis tool Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data visualization and analysis. It is primarily intended for analysis of height field data obtained by microscopy techniques like * Atomic Force Microscopy (AFM), * Magnetic Force Microscopy (MFM), * Scanning Tunneling Microscopy (STM), * Near-field Scanning Optical Microscopy (SNOM or NSOM) and others. However, it can be used for arbitrary height field and image analysis. . This package contains the header files for libgwyddion2-0. Package: libgwyddion20-doc Architecture: all Section: doc Depends: w3m | www-browser, ${misc:Depends} Suggests: libglib2.0-doc, libpango1.0-doc, libgtk2.0-doc, libgtkglext1-doc Description: HTML library API documentation for Gwyddion SPM analysis tool Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data visualization and analysis. It is primarily intended for analysis of height field data obtained by microscopy techniques like * Atomic Force Microscopy (AFM), * Magnetic Force Microscopy (MFM), * Scanning Tunneling Microscopy (STM), * Near-field Scanning Optical Microscopy (SNOM or NSOM) and others. However, it can be used for arbitrary height field and image analysis. . This package contains the HTML API documentation of all the Gwyddion libraries. There is also a tutorial on writing Gwyddion modules included. debian/patches/0000775000000000000000000000000012266644720010630 5ustar debian/patches/series0000664000000000000000000000020312266644713012042 0ustar fix-manpage-section-for-debian.diff fix-rpath-issue.patch gwyddion-2.34-it-translation-spaces.patch disable-global-menu-unity.diff debian/patches/fix-rpath-issue.patch0000664000000000000000000002054412266644713014710 0ustar Description: This patch tries to remove the rpaths from all libraries. Forwarded: no Author: Jan Beyer --- a/configure +++ b/configure @@ -11556,7 +11556,7 @@ version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - hardcode_into_libs=yes + harcode_into_libs=no if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' @@ -11795,16 +11795,16 @@ ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no ;; esac ;; @@ -11817,7 +11817,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no ;; haiku*) @@ -11830,7 +11830,7 @@ shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' - hardcode_into_libs=yes + harcode_into_libs=no ;; hpux9* | hpux10* | hpux11*) @@ -11842,7 +11842,7 @@ case $host_cpu in ia64*) shrext_cmds='.so' - hardcode_into_libs=yes + harcode_into_libs=no dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. @@ -11857,7 +11857,7 @@ ;; hppa*64*) shrext_cmds='.sl' - hardcode_into_libs=yes + harcode_into_libs=no dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. @@ -11890,7 +11890,7 @@ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no ;; irix5* | irix6* | nonstopux*) @@ -11927,7 +11927,7 @@ shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" - hardcode_into_libs=yes + harcode_into_libs=no ;; # No shared lib support for Linux oldld, aout, or coff. @@ -11983,7 +11983,7 @@ # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. - hardcode_into_libs=yes + harcode_into_libs=no # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" @@ -12019,7 +12019,7 @@ fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no ;; newsos6) @@ -12037,7 +12037,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no dynamic_linker='ldqnx.so' ;; @@ -12099,7 +12099,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; @@ -12156,7 +12156,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else @@ -12178,7 +12178,7 @@ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no ;; uts4*) @@ -15393,7 +15393,7 @@ version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - hardcode_into_libs=yes + harcode_into_libs=no if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' @@ -15630,16 +15630,16 @@ ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no ;; esac ;; @@ -15652,7 +15652,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no ;; haiku*) @@ -15665,7 +15665,7 @@ shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' - hardcode_into_libs=yes + harcode_into_libs=no ;; hpux9* | hpux10* | hpux11*) @@ -15677,7 +15677,7 @@ case $host_cpu in ia64*) shrext_cmds='.so' - hardcode_into_libs=yes + harcode_into_libs=no dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. @@ -15692,7 +15692,7 @@ ;; hppa*64*) shrext_cmds='.sl' - hardcode_into_libs=yes + harcode_into_libs=no dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. @@ -15725,7 +15725,7 @@ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no ;; irix5* | irix6* | nonstopux*) @@ -15762,7 +15762,7 @@ shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" - hardcode_into_libs=yes + harcode_into_libs=no ;; # No shared lib support for Linux oldld, aout, or coff. @@ -15818,7 +15818,7 @@ # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. - hardcode_into_libs=yes + harcode_into_libs=no # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" @@ -15854,7 +15854,7 @@ fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no ;; newsos6) @@ -15872,7 +15872,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no dynamic_linker='ldqnx.so' ;; @@ -15934,7 +15934,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; @@ -15991,7 +15991,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + harcode_into_libs=no if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else @@ -16013,7 +16013,7 @@ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + harcode_into_libs=no ;; uts4*) debian/patches/fix-manpage-section-for-debian.diff0000664000000000000000000000216712266644713017334 0ustar Description: correct Gwyddion::dump manpage section to .3pm To avoid hiding any system call's or other more important command's manpages, we patch the Makefile.in to get pod2man to produce the correct extension. This fulfills the Debian policy on user generated Perl modules. . Upstream is not interested in adopting this patch (private mail conversation in Oct 2007). Forwarded: not-needed Author: Jan Beyer --- gwyddion-2.26.orig/perl/Makefile.in +++ gwyddion-2.26/perl/Makefile.in @@ -345,7 +345,7 @@ EXTRA_DIST = $(Gwyddion_PERL) perllibdir = $(pkglibdir)/perl/Gwyddion @HAVE_PERL_TRUE@man3dir = $(mandir)/man3 -@HAVE_PERL_TRUE@POD2MAN_FLAGS = --center=$(PACKAGE) +@HAVE_PERL_TRUE@POD2MAN_FLAGS = --center=$(PACKAGE) --section="3pm" @HAVE_PERL_TRUE@perllib_DATA = $(Gwyddion_PERL) @HAVE_PERL_TRUE@man3_pages = \ @HAVE_PERL_TRUE@ Gwyddion::dump.3pm --- gwyddion-2.26.orig/perl/Makefile.am +++ gwyddion-2.26/perl/Makefile.am @@ -9,7 +9,7 @@ if HAVE_PERL man3dir = $(mandir)/man3 -POD2MAN_FLAGS = --center=$(PACKAGE) +POD2MAN_FLAGS = --center=$(PACKAGE) --section="3pm" perllib_DATA = $(Gwyddion_PERL) debian/patches/disable-global-menu-unity.diff0000664000000000000000000000074712266050026016431 0ustar Description: Disables global menus under Unity. Origin: Nicola Ferralis Bug-Ubuntu: https://launchpad.net/bugs/787532 --- a/app/gwyddion.c +++ b/app/gwyddion.c @@ -116,6 +116,7 @@ gwy_app_settings_create_config_dir(NULL); debug_time(timer, "init"); setup_locale_from_win32_registry(); + g_unsetenv("UBUNTU_MENUPROXY"); gtk_init(&argc, &argv); debug_time(timer, "gtk_init()"); gwy_remote_do(app_options.remote, argc - 1, argv + 1); debian/patches/gwyddion-2.34-it-translation-spaces.patch0000664000000000000000000000501212266644713020303 0ustar Description: Fixes a problem in the Italian translation causing Gwyddion to crash when run in Italian. Forwarded: not-needed Author: David Necas --- a/po/it.po +++ b/po/it.po @@ -13,7 +13,7 @@ "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: yeti@gwyddion.net\n" "POT-Creation-Date: 2013-12-15 14:29+0100\n" -"PO-Revision-Date: 2013-12-10 14:04+0100\n" +"PO-Revision-Date: 2013-12-16 14:56+0100\n" "Last-Translator: Yeti \n" "Language-Team: Italian \n" "Language: \n" @@ -1711,7 +1711,7 @@ #: app/gwyappfilechooser.c:696 msgid "Row-level previewed data" -msgstr " " +msgstr "" #: app/gwyappfilechooser.c:805 msgid "…" @@ -10297,7 +10297,7 @@ #: modules/process/superresolution.c:103 msgid "/M_ultidata/_Super-resolution..." -msgstr "/Multidati/Super-risoluzione" +msgstr "/Multidati/Super-risoluzione..." #: modules/process/superresolution.c:107 msgid "Super resolution of multiple images of same object" @@ -10489,7 +10489,7 @@ #: modules/process/tip_blind.c:427 msgid "Plot size _graph" -msgstr " " +msgstr "" #: modules/process/tip_blind.c:437 msgid "Create tip i_mages" @@ -10707,7 +10707,7 @@ #: modules/process/xydenoise.c:84 msgid "/M_ultidata/_XY denoise..." -msgstr " " +msgstr "" #: modules/process/xydenoise.c:88 msgid "Denoises horizontal/vertical measurement." @@ -11820,27 +11820,27 @@ #: modules/volume/volume_extract.c:272 msgid "X cross-section" -msgstr " " +msgstr "" #: modules/volume/volume_extract.c:273 msgid "Y cross-section" -msgstr " " +msgstr "" #: modules/volume/volume_extract.c:274 msgid "Z cross-section" -msgstr " " +msgstr "" #: modules/volume/volume_extract.c:275 modules/volume/volume_extract.c:697 msgid "X direction sum" -msgstr " " +msgstr "" #: modules/volume/volume_extract.c:276 modules/volume/volume_extract.c:699 msgid "Y direction sum" -msgstr " " +msgstr "" #: modules/volume/volume_extract.c:277 modules/volume/volume_extract.c:701 msgid "Z direction sum" -msgstr " " +msgstr "" #: modules/volume/volume_extract.c:280 msgid "X direction" @@ -11864,7 +11864,7 @@ #: modules/volume/volume_extract.c:338 msgid "_Extract projection" -msgstr " " +msgstr "" #: modules/volume/volume_extract.c:355 msgid "Projections" @@ -11884,7 +11884,7 @@ #: modules/volume/volume_extract.c:410 msgid "Shown cut direction:" -msgstr " " +msgstr "" #: modules/volume/volume_extract.c:420 modules/volume/volume_extract.c:500 msgid "Show mode:" --- a/po/stamp-po +++ /dev/null @@ -1 +0,0 @@ -timestamp debian/gwyddion.install0000664000000000000000000000031412266644713012415 0ustar usr/bin/ usr/lib/gwyddion/modules/ usr/share/man/man1/ usr/lib/gwyddion/perl/ usr/lib/gwyddion/python/ usr/lib/gwyddion/ruby/ usr/share/man/man3/ usr/share/applications/ ../gwyddion.xpm usr/share/pixmaps