[gle-graphics] 11/23: Import Debian changes 4.2.4c-1

Christian T. Steigies cts at moszumanska.debian.org
Tue Oct 31 18:25:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

cts pushed a commit to branch master
in repository gle-graphics.

commit 7cfe03ff4dd6ec1bb44b4d0095a1d04fe70c5a30
Merge: c067eab b7a59ed
Author: Christian T. Steigies <cts at debian.org>
Date:   Fri May 11 00:01:36 2012 +0200

    Import Debian changes 4.2.4c-1
    
    gle-graphics (4.2.4c-1) unstable; urgency=low
    
      * new upstream version (closes: #662710, #667183)
      * updated Standards-Version to 3.9.3 (no changes)
    
    gle-graphics (4.2.4-2) unstable; urgency=low
    
      * fix some bugs

 ChangeLog.txt                    |  29 ++++++++
 config.i                         |   2 +-
 configure                        | 103 +++++++++++++++++++++++-----
 configure.ac                     |  24 ++++++-
 contrib/packagers/nsis/gle.nsi   |   2 +
 debian/changelog                 |  13 ++++
 debian/control                   |   2 +-
 debian/patches/gle.cpp-typo      |  11 +++
 debian/patches/series            |   1 +
 gle-refman/graph/graph.tex       |   2 +-
 src/config.h.in                  |   1 +
 src/gle/bitmap/img2ps.cpp        |   4 ++
 src/gle/bitmap/img2ps.h          |   1 +
 src/gle/config.cpp               |  19 ++++--
 src/gle/core.cpp                 |   1 +
 src/gle/eval.cpp                 |  42 +++++++++---
 src/gle/font.cpp                 |  61 ++++++++++++-----
 src/gle/font.h                   |   7 +-
 src/gle/gle-datatype.cpp         |   4 +-
 src/gle/gle-interface.cpp        |  20 ++++--
 src/gle/gle-interface/gle-base.h |   8 +--
 src/gle/graph.cpp                |   9 +++
 src/gle/graph.h                  |   5 +-
 src/gle/graph2.cpp               |   2 +-
 src/gle/run.cpp                  |  60 ++++++----------
 src/gle/tex.cpp                  |  62 +++++++++--------
 src/gle/texinterface.cpp         |   2 +-
 src/gle/tokens/RefCount.h        |   3 +-
 src/gle/tokens/StringKeyHash.h   |   4 +-
 src/gle/tokens/Tokenizer.cpp     | 144 ++-------------------------------------
 src/gle/tokens/Tokenizer.h       |  74 +++-----------------
 src/gui/3dviewer.cpp             |   5 ++
 src/gui/mainwindow.cpp           |   6 +-
 src/gui/qgle.pro.in              |   7 +-
 src/gui/qgslibloader.cpp         |   4 +-
 35 files changed, 392 insertions(+), 352 deletions(-)

diff --cc debian/changelog
index 209a8d9,0000000..0a8a979
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,143 -1,0 +1,156 @@@
++gle-graphics (4.2.4c-1) unstable; urgency=low
++
++  * new upstream version (closes: #662710, #667183)
++  * updated Standards-Version to 3.9.3 (no changes)
++  
++ -- Christian T. Steigies <cts at debian.org>  Fri, 11 May 2012 00:01:36 +0200
++
++gle-graphics (4.2.4-2) unstable; urgency=low
++
++  * fix some bugs
++
++ -- Christian T. Steigies <cts at debian.org>  Mon, 07 May 2012 00:13:21 +0200
++
 +gle-graphics (4.2.4-1) unstable; urgency=low
 +
 +  * new upstream version
 +
 + -- Christian T. Steigies <cts at debian.org>  Wed, 11 Jan 2012 22:59:48 +0100
 +
 +gle-graphics (4.2.3b~rc1-1) experimental; urgency=low
 +
 +  * new upstream version, includes libgs9 and hurd patches
 +  * enable hardening with hardening-wrapper
 +  * fix typos in binaries
 +  * add Homepage field
 +  * register gle-manual with doc-base
 +
 + -- Christian T. Steigies <cts at debian.org>  Sat, 12 Nov 2011 13:37:12 +0100
 +
 +gle-graphics (4.2.3b-2) unstable; urgency=low
 +
 +  * configure with-scripts=no
 +  * remove glebtool only when it exists
 +  * do not compress LICENSE.txt as it is read by qgle
 +  * let qgle search for /usr/lib/libgs.so.9 before any other libgs
 +
 + -- Christian T. Steigies <cts at debian.org>  Mon, 07 Nov 2011 22:42:59 +0100
 +
 +gle-graphics (4.2.3b-1) unstable; urgency=low
 +
 +  * new upstream version
 +  * switch from cdbs to debhelper 8
 +  * update copyright file
 +  * do no rely on proc on non-linux systems (closes: #644588)
 +  * do not ship glebtool, which is a helper used only during build
 +  * add libqt4-opengl-dev to build-depends
 +
 + -- Christian T. Steigies <cts at debian.org>  Thu, 20 Oct 2011 22:15:27 +0200
 +
 +gle-graphics (4.2.2-6) unstable; urgency=low
 +
 +  * define PATH_MAX to fix building on gnu-hurd
 +
 + -- Christian T. Steigies <cts at debian.org>  Fri, 07 Oct 2011 21:20:44 +0200
 +
 +gle-graphics (4.2.2-5) unstable; urgency=low
 +
 +  * Switch to dpkg-source 3.0 (quilt) format
 +  * qgle: link with -ldl for all unix targets (closes: #554556)
 +  * recommend libgs9 instead of libgs8
 +  * Updated Standards-Version to 3.9.2 (no changes)
 +  * do not ignore make clean errors
 +
 + -- Christian T. Steigies <cts at debian.org>  Thu, 06 Oct 2011 23:10:58 +0200
 +
 +gle-graphics (4.2.2-4) unstable; urgency=low
 +
 +  * add libtool and pkg-config to build-depends
 +
 + -- Christian T. Steigies <cts at debian.org>  Tue, 06 Apr 2010 22:52:09 +0200
 +
 +gle-graphics (4.2.2-3) unstable; urgency=low
 +
 +  * run "autoreconf -vfi" as pre-configure action instead of 
 +    "aclocal && autoconf" as configure action (closes: #571296)
 +  * remove autogenerated aclocal.m4 and configure in clean target
 +  
 + -- Christian T. Steigies <cts at debian.org>  Mon, 05 Apr 2010 21:36:40 +0200
 +
 +gle-graphics (4.2.2-2) unstable; urgency=low
 +
 +  * upload to unstable
 +  * Updated Standards-Version to 3.8.4 (no changes)
 +
 + -- Christian T. Steigies <cts at debian.org>  Wed, 24 Feb 2010 23:21:37 +0100
 +
 +gle-graphics (4.2.2-1) experimental; urgency=low
 +
 +  * new upstream version
 +  * 001-kfreebsd-support patch is included upstream
 +  * configure --with-rpath=no
 +
 + -- Christian T. Steigies <cts at debian.org>  Wed, 20 Jan 2010 22:59:32 +0100
 +
 +gle-graphics (4.2.1-2) experimental; urgency=low
 +
 +  * add patch to allow building on kfreebsd
 +  * Updated Standards-Version to 3.8.3 (no changes)
 +
 + -- Christian T. Steigies <cts at debian.org>  Wed, 09 Sep 2009 00:56:21 +0200
 +
 +gle-graphics (4.2.1-1) experimental; urgency=low
 +
 +  * new upstream version
 +  * added automake and ghostscript to Build-Depends
 +
 + -- Christian T. Steigies <cts at debian.org>  Sat, 05 Sep 2009 22:33:51 +0200
 +
 +gle-graphics (4.2.0-1) experimental; urgency=low
 +
 +  * new upstream version
 +  * rename package to gle-graphics
 +
 + -- Christian T. Steigies <cts at debian.org>  Fri, 17 Apr 2009 00:36:23 +0200
 +
 +glx (4.2.0-1) experimental; urgency=low
 +
 +  * new upstream version
 +  * Updated Standards-Version to 3.8.0 (no changes)
 +  * do not ship LICENSE.txt, this is included in debian/copyright
 +  * addeded simple man and qgle manpages
 +  * build and ship gle-manual.pdf
 +
 + -- Christian T. Steigies <cts at debian.org>  Mon, 13 Apr 2009 14:04:59 +0200
 +
 +glx (4.1.1) experimental; urgency=low
 +
 +  * new upstream version
 +
 + -- Christian T. Steigies <cts at debian.org>  Tue, 26 Feb 2008 23:58:04 +0100
 +
 +glx (4.1.0-rc2-1) experimental; urgency=low
 +
 +  * new upstream version
 +
 + -- Christian T. Steigies <cts at debian.org>  Thu, 22 Nov 2007 22:52:11 +0100
 +
 +glx (4.1.0-rc1-1) experimental; urgency=low
 +
 +  * new upstream version
 +
 + -- Christian T. Steigies <cts at debian.org>  Thu,  4 Oct 2007 00:46:10 +0200
 +
 +glx (4.0.12-1) experimental; urgency=low
 +
 +  * new upstream version
 +  * switch to cdbs, build from upstream "tarball"
 +
 + -- Christian T. Steigies <cts at debian.org>  Wed,  3 Oct 2007 12:08:52 +0200
 +
 +glx (4.0.7-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Christian T. Steigies <cts at debian.org>  Sat,  8 Jan 2005 11:31:38 +0100
 +
diff --cc debian/control
index a34f187,0000000..4711b6f
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,33 -1,0 +1,33 @@@
 +Source: gle-graphics
 +Section: graphics
 +Priority: optional
 +Maintainer: Christian T. Steigies <cts at debian.org>
 +Build-Depends: debhelper (>= 8.0.0), libtiff-dev, libboost-dev, libqt4-dev, libqt4-opengl-dev, libjpeg-dev, libpng-dev, ncurses-dev, texlive, texlive-latex-extra, automake, ghostscript, libtool, pkg-config, hardening-wrapper
- Standards-Version: 3.9.2
++Standards-Version: 3.9.3
 +Homepage: http://glx.sf.net
 +
 +Package: gle-graphics
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Recommends: libgs9
 +Description: Interactive Graphics Language Editor
 + GLE  is  a  high  quality  graphics  package for scientists,
 + combining  a  user  friendly  interface with a full range of
 + facilities    for   producing  publication  quality  graphs,
 + diagrams, posters and slides.
 + .
 + GLE  provides LaTeX quality fonts together with a flexible
 + graphics  module  which  allows  the  user  to  specify  any
 + feature  of a graph (down to the line width of the subticks,
 + for example)
 + .
 + Complex  pictures can be drawn with user defined subroutines
 + and simple looping structures.
 + .
 + Current  device  drivers support DECWINDOWS, REGIS, TEK4010,
 + all  PC  graphics  cards,  VT100s,  HP-Plotters,  PostScript
 + Printers, EPSON Printers and LaserJet Printers.
 + .
 + GLE  runs  on  both  VAXes and PCs, giving an identical user
 + interface on both platforms.
 +
diff --cc debian/patches/gle.cpp-typo
index 0000000,0000000..789b8fd
new file mode 100644
--- /dev/null
+++ b/debian/patches/gle.cpp-typo
@@@ -1,0 -1,0 +1,11 @@@
++--- a/src/gle/gle.cpp
+++++ b/src/gle/gle.cpp
++@@ -1168,7 +1168,7 @@
++ 
++ void complain_latex_not_supported(int device) {
++ 	if (TeXInterface::getInstance()->hasObjects()) {
++-		g_throw_parser_error(">> LaTeX expressions not suppored in '", g_device_to_ext(device), "' output");
+++		g_throw_parser_error(">> LaTeX expressions not supported in '", g_device_to_ext(device), "' output");
++ 	}
++ }
++ 
diff --cc debian/patches/series
index 96248c7,0000000..6c25137
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,0 +1,2 @@@
++gle.cpp-typo
 +kfreebsd-buildd-has-no-proc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gle-graphics.git



More information about the debian-science-commits mailing list