[fityk] 29/45: Imported Debian patch 0.9.3-1
Stuart Prescott
stuart at debian.org
Sun Nov 6 23:35:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
stuart pushed a commit to branch master
in repository fityk.
commit 2b106d01212f78eb47450359227bf3548b640e0d
Merge: e353afa ee00631
Author: Carlo Segre <segre at debian.org>
Date: Fri Jul 2 13:35:24 2010 -0500
Imported Debian patch 0.9.3-1
NEWS | 6 +-
TODO | 7 +-
configure | 51 +-
configure.ac | 2 +-
debian/changelog | 7 +
debian/control | 2 +-
doc/appendix.rst | 7 +-
.../19f15eacccc345c3179259320491956f3f23887a.png | Bin 1551 -> 1551 bytes
.../23decadd8b245289f5fa993f2c99e0ac9cff56dc.png | Bin 1463 -> 1464 bytes
.../441e7ddea6580ae19be0583f35b648340340f789.png | Bin 1577 -> 1578 bytes
.../695f416425dbcafe8c762a1e8c533023350a525d.png | Bin 1809 -> 1810 bytes
.../727873d2cbeda3d30f41bee18cb2bf5ea1071fa1.png | Bin 714 -> 714 bytes
.../7508455f7c089e149392451dec57d771370d63ce.png | Bin 2680 -> 2681 bytes
.../75870e6ce52429cdac61f596a15826f179ae817e.png | Bin 420 -> 420 bytes
.../98327fe212a6e72966017a3e21780935b66080f8.png | Bin 1414 -> 1414 bytes
.../9e9c8a0fb6a92d4c3f969ab7a959a80f3069e3c9.png | Bin 1119 -> 1118 bytes
.../9f4a323840470c45eb00c5896ba579edc0f0799f.png | Bin 1883 -> 1882 bytes
.../9fabdcba50c720ea1ae42cd0b4f1d3eb5f367e56.png | Bin 1970 -> 1968 bytes
.../b72439b28d639f1999aeecd537d21df605ad8db8.png | Bin 1463 -> 1462 bytes
.../c104a975652392e8192a26551dc776a5fbdcf9c7.png | Bin 1444 -> 1444 bytes
.../c2ec895a1a42f04814ac1e370c4b8ca8fb702167.png | Bin 2123 -> 2122 bytes
.../d3e7d7cd926970086d34700ac3f979eac398132a.png | Bin 833 -> 833 bytes
doc/html/_sources/appendix.txt | 7 +-
doc/html/_sources/index.txt | 98 +-
doc/html/_static/fityk.css | 1 +
doc/html/appendix.html | 7 +-
doc/html/extensions.html | 2 +-
doc/html/fityk-manual.html | 2 +-
doc/html/getstarted.html | 2 +-
doc/html/index.html | 96 +-
doc/html/intro.html | 2 +-
doc/html/ref.html | 2 +-
doc/html/search.html | 2 +-
doc/html/searchindex.js | 2 +-
doc/index.rst | 98 +-
fityk.iss | 10 +-
fityk.iss.in | 4 +-
m4/libtool.m4 | 13 +-
m4/readline.m4 | 2 +-
samples/Makefile.in | 2 +-
src/info.cpp | 2 +-
src/view.cpp | 8 +-
src/view.h | 5 +-
src/wxgui/cmn.cpp | 7 +-
src/wxgui/cmn.h | 6 +-
src/wxgui/frame.cpp | 35 +-
src/wxgui/frame.h | 5 +-
src/wxgui/mplot.cpp | 6 +-
swig/fityk.py | 578 ++---
swig/fityk_lua.cpp | 143 +-
swig/fityk_python.cpp | 2616 +++++++-------------
51 files changed, 1432 insertions(+), 2413 deletions(-)
diff --cc debian/changelog
index 2ece220,0000000..004c38f
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,229 -1,0 +1,236 @@@
++fityk (0.9.3-1) unstable; urgency=low
++
++ * New upstream release
++ * Upgrade to Standards-Version 3.9.0 (no changes)
++
++ -- Carlo Segre <segre at debian.org> Fri, 02 Jul 2010 13:35:24 -0500
++
+fityk (0.9.3~r750-1) unstable; urgency=low
+
+ * New upstream prerelease with bugfixes
+
+ -- Carlo Segre <segre at debian.org> Fri, 18 Jun 2010 00:58:26 -0500
+
+fityk (0.9.3~r740-1) unstable; urgency=low
+
+ * Prerelease version with powder diffraction plugin
+ * Make sure sample files are in right location and do not include
+ the scripts for now.
+
+ -- Carlo Segre <segre at debian.org> Sun, 06 Jun 2010 22:52:48 -0500
+
+fityk (0.9.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Add Build-Dep to xylib-dev, boost libraries as these are no longer
+ shipped with the source.
+ * Add Build-Dep to zlib1g-dev, libbz2-dev libraries
+ * Upgrade to Standards-Version 3.8.4 (no changes)
+ * Move to package format 3.0 (quilt)
+
+ -- Carlo Segre <segre at debian.org> Sun, 09 May 2010 18:27:20 -0500
+
+fityk (0.9.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Add --disable-xyconvert flag until wxwidgets 2.9 is in Debian
+
+ -- Carlo Segre <segre at debian.org> Tue, 09 Feb 2010 23:14:36 -0600
+
+fityk (0.8.9-1) unstable; urgency=low
+
+ * New upstream release
+ * Update Standards-Version to 3.8.3 (no changes)
+ * Remove libreadline5-dev Build-Dep (see Bug #553754)
+ * Clean up all lintian errors:
+ - add ${misc:Depends} in all binary packages
+ - add dependence to libjs-jquery and make symlink to jquery.js
+
+ -- Carlo Segre <segre at debian.org> Sun, 15 Nov 2009 21:52:50 -0600
+
+fityk (0.8.8-1) unstable; urgency=low
+
+ * New upstream release
+ * Compiltion tested with gcc-4.4 and g++-4.4
+ * Upgrade to Standards-Version 3.8.2 (no changes).
+ * Added --with-xylibs --with-samples configuration flags.
+ * Removed patch of "#include <cstring>" from src/ui.cpp.
+ * Insert Education top level menu item in *.desktop file
+ NOTE: This is not the right solution but conforms to the freedesktop.org
+ standard. KDE and Gnome provide a "Science" top level menu through
+ their own configuration files. XFCE4 currently does not but can be
+ configured to do so. See README.Debian for this information.
+
+ -- Carlo Segre <segre at debian.org> Sat, 04 Jul 2009 14:58:31 -0500
+
+fityk (0.8.6-3) unstable; urgency=low
+
+ * Removed leftover debian/fityk.desktop (Closes: #500090) - thanks
+ to David Futcher <bobbo at ubuntu.com>.
+ * Restore sourceforge redirector in debian/watch.
+ * Fix reference to GPL-2.
+
+ -- Carlo Segre <segre at debian.org> Sun, 12 Apr 2009 13:55:45 -0500
+
+fityk (0.8.6-2) unstable; urgency=high
+
+ * Compile against libwxgtk2.8-dev so Help/Manual works (Closes: #499734).
+ * Upgrade to Standards-Version 3.8.0 (no changes).
+
+ -- Carlo Segre <segre at debian.org> Mon, 22 Sep 2008 15:09:25 -0500
+
+fityk (0.8.6-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Carlo Segre <segre at debian.org> Fri, 02 May 2008 00:54:09 -0500
+
+fityk (0.8.5-1) unstable; urgency=low
+
+ * New upstream release
+ * Reenable 3rdparty usage in build (this means using the included Boost
+ libraries and removing the Build-Depends on them).
+
+ -- Carlo Segre <segre at debian.org> Sun, 30 Mar 2008 11:31:03 -0500
+
+fityk (0.8.2-2) unstable; urgency=low
+
+ * Acknowledge NMU (Closes: #455180)
+ * Upgrade to Standards-Version 3.7.3 (no changes)
+ * Move Homepage from description to debian/control header
+
+ -- Carlo Segre <segre at debian.org> Sat, 22 Mar 2008 11:29:16 -0500
+
+fityk (0.8.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix gcc-4.3 FTBFS, patch by Cyril Brulebois
+ <cyril.brulebois at enst-bretagne.fr>. (Closes: #455180)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org> Sun, 16 Mar 2008 17:26:13 +0100
+
+fityk (0.8.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Restored optimization
+ * Use static libraries for now
+ * Don't compile python wrapper yet
+
+ -- Carlo Segre <segre at debian.org> Thu, 23 Aug 2007 00:20:21 -0500
+
+fityk (0.7.8-2) unstable; urgency=low
+
+ * Added declarations to src/numfuncs.h to allow compilation
+ by g++4.3 (Closes: #417192)
+ * Don't ignore clean errors
+ * Compatibility level 5
+ * Comply with menu and desktop policy
+
+ -- Carlo Segre <segre at debian.org> Sat, 18 Aug 2007 11:08:05 -0500
+
+fityk (0.7.8-1) unstable; urgency=low
+
+ * New upstream release
+ * Restored -O2 compiler flags - upstream has fixed g++-4.1 compile
+
+ -- Carlo Segre <segre at debian.org> Wed, 7 Mar 2007 18:58:33 -0600
+
+fityk (0.7.7-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Carlo Segre <segre at debian.org> Thu, 15 Feb 2007 23:46:35 -0600
+
+fityk (0.7.6-1) unstable; urgency=low
+
+ * New upstream release
+ * Force -O1 optimization for successful compilation with g++-4.1
+
+ -- Carlo Segre <segre at debian.org> Sat, 16 Sep 2006 08:32:03 -0500
+
+fityk (0.7.5-3) unstable; urgency=low
+
+ * Added Tag: field in control, experiment for Enrico Zini
+
+ -- Carlo Segre <segre at debian.org> Sat, 9 Sep 2006 00:10:06 -0500
+
+fityk (0.7.5-2) unstable; urgency=low
+
+ * Relaxed build dependency on libwxgtk2.6.
+ * Changed maintainer email to segre at debian.org
+
+ -- Carlo Segre <segre at debian.org> Wed, 2 Aug 2006 16:44:31 -0500
+
+fityk (0.7.5-1) unstable; urgency=low
+
+ * New upstream release, see /usr/share/doc/fityk/changelog.gz.
+
+ -- Carlo Segre <segre at debian.org> Wed, 2 Aug 2006 13:30:07 -0500
+
+fityk (0.7.4-2) unstable; urgency=low
+
+ * Use .desktop file from upstream instead but leave the Ubuntu-
+ contributed version as an option.
+
+ -- Carlo Segre <segre at iit.edu> Wed, 7 Jun 2006 10:27:10 -0500
+
+fityk (0.7.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Changed to Standards Version 3.7.2
+ * Added .desktop file from Phil Bull via Ubuntu maintainer
+ Emmet Hikory <emmet.hikory at gmail.com> (Thanks!)
+
+ -- Carlo Segre <segre at iit.edu> Tue, 6 Jun 2006 09:49:14 -0500
+
+fityk (0.7.3-1) unstable; urgency=low
+
+ * New upstream release (Closes: #360795)
+
+ -- Carlo Segre <segre at iit.edu> Tue, 11 Apr 2006 22:02:48 -0500
+
+fityk (0.7.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Transition to WxWidgets 2.6 (Build-Dep on libwxgtk2.6-dev)
+ * Stop using local boost headers for compilation
+
+ -- Carlo Segre <segre at iit.edu> Sun, 12 Mar 2006 00:44:52 -0600
+
+fityk (0.5.1-2) unstable; urgency=low
+
+ * Changed build dep to libreadline5-dev (Closes: #326366).
+
+ -- Carlo Segre <segre at iit.edu> Sat, 3 Sep 2005 13:05:05 -0500
+
+fityk (0.5.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Transition to g++ 4.0 (Closes: #316564).
+ * Added libboost-dev dependency and inhibit use of local version.
+
+ -- Carlo Segre <segre at iit.edu> Fri, 22 Jul 2005 07:24:17 -0500
+
+fityk (0.5.0p1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Carlo Segre <segre at iit.edu> Sun, 12 Jun 2005 00:00:31 -0500
+
+fityk (0.4.4-1) unstable; urgency=low
+
+ * New upstream release. Changes described in NEWS.
+
+ -- Carlo Segre <segre at iit.edu> Tue, 8 Mar 2005 08:37:13 -0600
+
+fityk (0.4.3p1-1) unstable; urgency=low
+
+ * New upstream release. Changes described in NEWS.
+
+ -- Carlo Segre <segre at iit.edu> Sat, 20 Nov 2004 12:11:22 -0600
+
+fityk (0.4.2-1) unstable; urgency=low
+
+ * Initial Release (Closes: #271166).
+
+ -- Carlo Segre <segre at iit.edu> Fri, 10 Sep 2004 11:23:40 -0500
diff --cc debian/control
index 4100d86,0000000..299ecec
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,32 -1,0 +1,32 @@@
+Source: fityk
+Section: science
+Priority: optional
+Maintainer: Carlo Segre <segre at debian.org>
+Build-Depends: debhelper (>> 7), libwxgtk2.8-dev (>> 2.8.0),
+ libreadline-dev, libxy-dev, libboost-dev, zlib1g-dev, libbz2-dev
+Homepage: http://www.unipress.waw.pl/fityk/
- Standards-Version: 3.8.4
++Standards-Version: 3.9.0
+
+Package: fityk
+Architecture: any
+Tag: field::chemistry, field::physics, implemented-in::c++, interface::x11,
+ role::program, scope::utility, uitoolkit::wxwidgets, x11::application
+Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
+Recommends: gnuplot
+Suggests: menu
+Description: general-purpose nonlinear curve fitting and data analysis
+ Fityk is a flexible and portable program for nonlinear fitting of analytical
+ functions (especially peak-shaped) to data (usually experimental data). In
+ other words, for nonlinear peak separation and analysis.
+ .
+ It was developed for analyzing diffraction patterns, but can be also used in
+ other fields, since concepts and operations specific for crystallography are
+ separated from the rest of the program.
+ .
+ Fityk offers various nonlinear fitting methods, subtracting background,
+ calibrating data, easy placement of peaks and changing peak parameters,
+ automation of common tasks with scripts, and much more. The main advantage
+ of the program is flexibility - parameters of peaks can be arbitrarily
+ bound to each other, eg. the width of a peak can be an independent
+ variable, can be the same as the width of another peak or can be given
+ by a complicated - common to all peaks - formula.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fityk.git
More information about the debian-science-commits
mailing list