xpaint (3.1.4-1) unstable; urgency=low

  * New upstream release.

  * arcOp.c : the DrawArc procedure now checks that the arc is not
    drawn with a zero linewidth - otherwise some pixels could have
    been missing, and any later fill area procedure could then have
    led to unexpected results. This minor bug (or misbehavior?)
    has been fixed.

  * image.c : if installed, dvipng can now be used as an alternative
    to the libdvipgm library, at the expense of a small slowdown
    in the output. This allows TeX input even without libdvipgm
    installed, dvipng being installable independently.

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Sat, 14 Aug 2021 16:08:14 +0100

xpaint (3.1.3-1) unstable; urgency=low

  * New upstream release.

  * graphic.c : the "Text" menu has been substantially improved.
    Text and TeX/LaTeX input of arbitrary length, size, color can
    now be edited and converted to either a bitmap image or vector
    PostScript/PDF with embedded fonts.

  * More extensive testing - and a lot of small details fixed

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Fri, 12 Feb 2021 21:08:14 +0100

xpaint (3.1.2-1) unstable; urgency=low

  * New upstream release.

  * Small improvement of versions 3.1.0, 3.1.1 with bug fixes.
    Xpaint can now be compiled without dvipgm (at the expense of
    losing some TeX functionality). Thanks to testers for feedback!

  * This version supports the use of layers (files *.lxp =
    Layered XPaint files). This is done via the C script editor.
    Any collection of images can be merged into a new merged
    image by a suitable C procedure. See example in directory
    share/c_scripts/templates/

  * xpaintrw/readLXP.c : routines for reading LXP files

  * iprocess.c : routines for the creation of LXP files

  * image.c : ImageDup() procedure added

  * operation.c : new option for cleaning temporary files

  * This version has reached all capabilities that had been planned
    since a long time: layer handling, vector graphics operations,
    possibility of TeX input and of mathematical drawings,
    programmatic creation of images, filters and graphical functions.
    Therefore Xpaint will probably enter into maintainance and
    bug correction mode ...

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Thu, 28 Jan 2021 16:28:31 +0100

xpaint (3.1.1-1) unstable; urgency=low

  * New upstream release.

  * Small improvement of version 3.1.0 with bug fixes.

  * This version supports the use of layers (files *.lxp =
    Layered XPaint files). This is done via the C script editor.
    Any collection of images can be merged into a new merged
    image by a suitable C procedure. See example in directory
    share/c_scripts/templates/

  * xpaintrw/readLXP.c : routines for reading LXP files

  * iprocess.c : routines for the creation of LXP files

  * image.c : ImageDup() procedure added

  * operation.c : new option for cleaning temporary files

  * This version has reached all capabilities that had been planned
    since a long time: layer handling, vector graphics operations,
    possibility of TeX input and of mathematical drawings,
    programmatic creation of images, filters and graphical functions.
    Therefore Xpaint will probably enter into maintainance and
    bug correction mode ...

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Wed, 27 Jan 2021 16:28:31 +0100

xpaint (3.1.0-1) unstable; urgency=low

  * New upstream release.

  * This version now supports the use of layers (files *.lxp =
    Layered XPaint files). This is done via the C script editor.
    Any collection of images can be merged into a new merged 
    image by a suitable C procedure. See example in directory
    share/c_scripts/templates/

  * xpaintrw/readLXP.c : routines for reading LXP files

  * iprocess.c : routines for the creation of LXP files

  * image.c : ImageDup() procedure added

  * operation.c : new option for cleaning temporary files

  * This version has reached all capabilities that had been planned
    since a long time: layer handling, vector graphics operations,
    possibility of TeX input and of mathematical drawings,
    programmatic creation of images, filters and graphical functions.
    Therefore Xpaint will probably enter into maintainance and
    bug correction mode ...

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Sun, 24 Jan 2021 16:28:31 +0100

xpaint (3.0.4-1) unstable; urgency=low

  * New upstream release.

  * This version has acquired substantial vector drawing capabilities.
    Just open 'Options->VXP vector data Editor' to enable vector
    drawing operations. Most of them are recorded in a plain text
    "VXP file" *.vxp. The external program 'vxp2ps' converts these
    data into (vector) postscript, and 'vxp2dkw' can be used to
    convert them for use in the handwritten note editor deskwrite.
    Such Postscript files can be easily converted to PDF or SVG.

  * Xpaint can also read and rasterize *.vxp files (but at this point
    all operations that are not translated right away into vector data
    are ignored, even though they are recorded in the VXP file).

  * graphic.c, operation.c, misc.c, iprocess.c : extensive additions
    to implement VXP data processing.

  * share/c_scripts/procedures : canvas+vxp.c added as a new example.
    C scripts can be used to produce VXP data.

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Sat, 9 Jan 2021 15:09:36 +0200

xpaint (3.0.3-1) unstable; urgency=low

  * New upstream release.

  * This version of xpaint requires in principle libXaw3dXft-1.6.2h
    (but would run with 1.6.2d,e by removing the compilation flag
    -DHAVE_NEWEDITINGSTYLE)

  * graphic.c: a new option has been introduced, allowing xpaint to
    use more easily graphics tablets, more specifically the user space
    drivers provided with deskwrite on Sourceforge.

  * menu.c: SetFocusOn() has been fixed. This allows the input focus
    to be preserved in active text fields, even when the cursor leaves
    the top parent window (as is usually expected with modern desktop
    interface guidelines ...)

  * iprocess.c: small improvement of the Gamma/RGB filter.

  * Further small fixes throughout, especially in the build scripts
    and the debian packaging.

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Tue, 04 Aug 2020 15:09:36 +0200

xpaint (3.0.2-1) unstable; urgency=low

  * New upstream release.

  * This version of xpaint requires libXaw3dXft-1.6.2h
    (or later versions of the libXaw3dxft library - the changes
    between 'f', 'g' and 'h' merely consist of introducing a new
    parameter to allow scrollbars of text widgets to be on the right
    side, plus some minor improvements in the edition process)
    Removing -DHAVE_NEWEDITINGSTYLE in Makefile.am
    would make xpaint compatible with earlier versions 1.6.2d,e
    of libxaw3dxft with essentially no change, except for the text
    input editing behavior of Backspace and Delete keys.

  * xpaintrw/readWritePNM.c: is now using the current version
    of libnetpbm, rather than a completely obsolete version from
    the 1990's that was embedded in the original code of xpaint.
    One consequence is that libnetpbm10-dev or preferably
    libnetpbm11-dev are now needed to compile xpaint, another
    one is that PPM/PAM files with an alpha channel can now be read
    and written. Adjust the NETPBM defines (-DNETPBM10 or -DNETPBM11)
    according to the installed version of libnetpbm.

  * help.c: the help widget now has two independently resizable
    panes (topics and explanations). 

  * pattern.c: correction of old bug (that had however no visible
    effect before 3.0.1).

  * graphic.c: exchange of primary and secondary colors or patterns
    is now accessible by clicking on the red cross below the
    color picker (shown as an eye). Similar addition for pattern.c

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Mon, 29 Jun 2020 13:40:36 +0200

xpaint (3.0.1-1) unstable; urgency=low

  * New upstream release.

  * This version of xpaint requires libXaw3dXft-1.6.2f
    (or later versions of the libXaw3dxft library).
    Removing -DHAVE_NEWEDITINGSTYLE in Makefile.am
    would make it compatible with earlier versions 1.6.2d,e
    with essentially no change except for the text input
    editing behavior of Backspace and Delete keys.

  * print.c: by default, xpaint no longer depends on cups-bsd commands,
    (but they can be re-enabled via an adjutsment of the
    app-defaults files).
	  
  * xpaintrw/readWritePS.c: the BoundingBox of a file saved as PS/PDF
    should now be set appropriately.
	  
  * graphic.c, *Op.c: extensive additions.
    Xpaint can now record all operations that are performed as vector
    data, in the so called VXP format. The recording starts as soon as
    the VXP editor under the Options menu is started, and these data
    can be saved into a file <name>.vxp
	  
  * readWriteJP2K.c: has been ported to work with openjpeg version 2
    (JPEG2000 format), including alpha channel.
	  
  * At a later stage, it will be possible to convert these VXP files
    to other vector formats such as eps, pdf or svg, and import
    them back to xpaint. There will be also an option to insert
    TeX input and convert the data into a (La)TeX file.

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Tue, 16 Jun 2020 15:40:36 +0200

xpaint (3.0.0-1) unstable; urgency=low

  * New upstream release.

  * bitmaps/toolicons: new set of icons, generated from SVG data.

  * app_defaults: the app_defaults files have been reorganized
    so as to separate linguistic strings and other data, especially
    widget sizes. Three sizes are now offered: big, medium, small,
    to accommodate HiDPI screens or low resolution screens.

  * operation.c: the tool window is now fully resizable.
    In order to actually change the size of icons, users can copy
       /usr/share/xpaint/bitmaps/toolicons/
    into
       $HOME/.xpaint/toolicons/
    and generate icons with larger or smaller size there. Just type
    ./generate_icons <height> in $HOME/.xpaint/toolicons/ to
    produce a new set of icons with the given height (the xpaint
    package is distributed with icons of default height 36).
    The shell script "generate_icons" requires inkscape to work.

  * graphic.c: the parameter btnheight is now used to resize
    the palette elements as well as the height of buttons.
    This is useful for HiDPI screens (as well as for lower
    resolution screens of older computers).

  * main.c: new option -blind that keeps xpaint running under the
    hood when batch procedures are invoked.

  * xpaintrw/readWritePS.c: SVG import has been updated to work
    with inkscape-1.0.

  * The change of major number in this version anticipates the
    introduction of some vector graphics capabilities in the
    versions 3.x.y to come. (Right now, the only vector graphics
    capabilities are PS, PDF, SVG import).

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Mon, 25 May 2020 15:07:36 +0100

xpaint (2.10.3-1) unstable; urgency=low

  * New upstream release.

  * lineOp.c : under the "segment" operation, users will now find
    new "Position" and "Measurement" tools. These tools do not draw
    anything, but instead they record the locations of pixels that
    are clicked on, and compute lengths and angles.

  * iprocess.c : The "Perspective" filter has been vastly improved.
    It should now enable users to correct the perspective of a
    distorted picture taken by a camera, or to create artificial
    perspective when producing a drawing. This can be used in
    connection with the new "Position" tool, so as to specify points
    on the canvas.

  * iprocess.c : The API of C scripts introduces a new public procedure
    PixelInterpolate(unsigned char *op, Image *input, double x, double y)
    that can be used to smooth pixels, under transformations that
    map integer coordinates into float values (as is the case
    e.g. for rotations or homotheties with arbitrary factor).
    This will sometimes improve the output of such operations
    (but may also make the image fuzzier).

  * Two new C scripts "similarity.c" and "projective.c" have been added.
    They show in particular how to exploit the PixelInterpolate()
    procedure.

  * Help and message files have been edited to explain details of
    the new functionalities.

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Thu, 21 May 2020 17:47:36 +0100

xpaint (2.10.2-1) unstable; urgency=low

  * New upstream release.

  * Minor compilation fixes in iprocess.c and xpaintrw/readWriteJP2K.c
    thanks to the OpenSuse team.

  * Bug in operation.c : exitPaint(...) could trigger a segfault when
    quitting xpaint without saving the canvas. Thanks to Anthony
    J. Bentley from the OpenBSD team for reporting the bug.

  * Minor fixes for the calculation of the maximum canvas size.

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Mon, 13 Nov 2017 22:34:36 +0100

xpaint (2.10.1-1) unstable; urgency=low

  * New upstream release.

  * Xpaint includes a new command line option
    -btnheight that adjusts appropriately the size of all internal
    widgets in case a big menu font is used (e.g. by setting the
    option -menufont , or by changing the app-defaults file).
    This is very useful if you have a high resolution screen.
    Many small local modifications of various source files in
    the main tree have been necessary for this.

  * A new option -toolmode 0,1,2 can be used to initialize the display
    of the tool window. Also adjustable dynamically by resizing that
    window.

  * Default canvas size has been set to 1024x768
    Related command line options are -canvassize and -winsize
    that can be used independently to adjust the default size of
    canvas and main window.

  * The app-defaults files and help files have been modified
    to accommodate the above additions.

  * The "Print" widget has been improved, and its menubar is now
    again available to adjust page formats (a bug introduced
    probably a long time ago prevented it to work !)

  * A newer version libXaw3dXft-1.6.2e.tar.bz2 has been posted.
    The only change is a 3 lines addition that circumvents (what
    seems to be) a bug occurring in certain X11/Xorg implementations,
    e.g. the intel driver, version 2.99.917. Otherwise this will make
    no difference.

  * Changed the library name librw to libxpaintrw
    to avoid shared library conflicts. Thanks to Michael Orlitzky
    for pointing out the issue.

  * Applied a number of patches from gentoo.org that substantially
    improve the compilation process. Thanks to Julian Ospald
    <hasufell@gentoo.org>

 -- Jean-Pierre Demailly <jean-pierre.demailly@univ-grenoble-alpes.fr>  Sat, 10 Dec 2016 12:34:36 +0100

xpaint (2.9.10-1) unstable; urgency=low

  * New upstream release.

 -- Jean-Pierre Demailly <jean-pierre.demailly@ujf-grenoble.fr>  Sun, 2 Mar 2014 16:37:36 +0200

xpaint (2.9.6-1) unstable; urgency=low

  * New upstream release.

 -- Jean-Pierre Demailly <demailly@fourier.ujf-grenoble.fr>  Tue, 14 Sep 2010 23:12:13 +0200

xpaint (2.9.5-1) unstable; urgency=low

  * New upstream release.

 -- Jean-Pierre Demailly <demailly@fourier.ujf-grenoble.fr>  Sun, 5 Sep 2010 17:22:13 +0200

xpaint (2.9.1.4-1) unstable; urgency=low

  * New upstream release.
    - debian/ directory removed.
    - Added man pages for imgmerge and pngconcat (provided by Debian
      maintainer).
  * debian/rules
    - Unnecessary export removed.
    - Use of dh_auto_configure script plus xaw3dxft.so option.
    - mkdir app-defaults/out added to avoid problems with git.
  * debian/patches/imgmerge-c-interface-fix.diff dropped,
    merged upstream.
  * debian/patches/Local.config.diff updated.
  * debian/patches/imgmerge-sensible-editor.diff updated.
  * debian/patches/xpaint_ocr_upstreamer.diff dropped,
    merged upstream.
  * debian/patches/xpaint.man.in.diff droped, merged upstream.
  * decian/control
    - Standards-Version increased to 3.9.0, no changes needed.
    - Vcs-Git and VCs-Browser fields added.
  * debian/libxaw3dxft6.symbols added.

 -- Josue Abarca <jmaslibre@debian.org.gt>  Fri, 09 Jul 2010 02:22:13 -0600

xpaint (2.8.13-2) unstable; urgency=low

  * debian/rules override dh_auto_configure to avoid inappropriate
    parameters and build using the Xaw3dg library instead of pain Xaw
  * Build dependen on version >= 7.0.50~ of debhelper because debhelper
    overrides need it

 -- Josue Abarca <jmaslibre@debian.org.gt>  Wed, 07 Jul 2010 10:10:25 -0600

xpaint (2.8.13-1) unstable; urgency=low

  * New upstream release
  * Switch to dpkg-source 3.0 (quilt) format
  * debian/rules switch to dh 7
  * Local.config.diff patch to use sensible-editor instead of emacs
    and fix RPATH issue
  * imgmerge.diff patch to use sensible-editor instead of emacs
  * xpaint.man.in.diff patch to fix a typo and an hyphen used as minus
    sign
  * debian/clean added, to delete Local.xawdefs and xpaint.man
    because this two files are generated at build time
  * xpaint.man added to debian/xpaint.manpages to proper installation
  * debian/watch updated, thanks to Raphael Geissert (closes: bug#449708)
  * debian/menu section changed from Apps to Applications.
  * debian/pdfconcat.1 manpage added
  * debian/imgmerge.1 manpage added
  * debian/copyright updated
  * debian/package.install added to install xpaint.desktop and
    xpaint.svg icon (closes: bug#478994)
  * debian/control
    - Suggests gv instead gs-pl (closes: bug#539658)
    - Suggests imagemagick added
    - Suggests ocrad added
    - Build depends on xutils-dev instead of xutils thanks to Cyril
      Brulebois (closes: bug#485723)
    - Homepage field added and url removed from description.
    - now depends on ${misc:Depends}
    - updated policy to 3.8.4 (no changes needed).
  
 -- Josue Abarca <jmaslibre@debian.org.gt>  Thu, 21 Jan 2010 10:34:55 -0600

xpaint (2.8.8-1) unstable; urgency=low

  * New upstream release
  * New Maintainer Thanks to Hugo Vanwoerkom for his previous work
    (closes: bug#560990)
  * debian/lintian-overrides deleted. Lintian warning fixed

 -- Josue Abarca <jmaslibre@debian.org.gt>  Tue, 19 Jan 2010 13:20:31 -0600

xpaint (2.7.8.1-1.2) unstable; urgency=low

  * Porter NMU.
  * Added support for GNU/kFreeBSD (closes: bug#332999).

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 10 Dec 2006 23:06:51 +0100

xpaint (2.7.8.1-1.1) unstable; urgency=low

  * Non-maintainer upload during bug-squashing party.
  * Local.config: adjust paths after the X migration (Closes: #364080).

 -- Guilherme de S. Pastore <gpastore@debian.org>  Sun, 23 Apr 2006 09:36:04 -0300

xpaint (2.7.8.1-1) unstable; urgency=low

  * New upstream release
    - incorporates debian/ directory
    - also incorporates previous manpage patch
    - as well as incorporates previous errno patch
    - compiler options changed (Closes: #327105)
  * debian/rules was changed
    - get the lintian overrides in the .deb
  * debian/watch was changed with another URL
  * configure script was changed to eliminate warning that
    the xaw3dg library was incompletely installed
  * Suggests: gs changed to gs-gpl
  * Standards Version changed to 3.6.2
  * Free Software Foundation address corrected in copyright

 -- Hugo Vanwoerkom <hugovanwoerkom@yahoo.com>  Wed, 14 Sep 2005 08:23:01 -0500

xpaint (2.7.6-1) unstable; urgency=low

  * New upstream release
  * No debian/README.Debian: default recommended widget set is now Xaw3d
  * debian/control: build-depend on xaw3dg-dev
  * debian/rules: changed make to use xaw3dg instead of xaw

 -- Hugo Vanwoerkom <hugovanwoerkom@yahoo.com>  Thu, 31 Mar 2005 06:50:41 -0600

xpaint (2.7.3-1) unstable; urgency=low

  * New upstream release
  * New maintainer (Closes: #268910)
  * New upstream release (Closes: #197934)
    + incorporates patches from previous .diff.gz, thus dropping those,
      except for the errno patch from Goswin
    + added patch for manpage section
  * debian/README.Debian: rewritten, explaining why not using the included
    Xaw95 widgets but the default (ugly) Xaw Athena widgets
  * debian/{conffiles,dirs}: dropped, not needed
  * debian/control:
    + updated Standards-Version
    + no more Suggests: on eeyes as that package doesn't exist anymore
    + added Suggests: on gs for PS/PDF reading and on lpr for printing
    + new description, added upstream homepage
    + added soft dependency of C Script Editor->file->External editor on
      x-terminal-emulator -e sensible-editor
    + redid Build-Depends
  * debian/copyright: extended to reflect upstream changes, updated
  * debian/menu: longtitle and binary path adjusted
  * debian/rules:
    + DH_COMPAT -> debian/compat, raised to 4
    + complete redo, exporting some stuff to debian/docs, moving files
      out of /usr/X11R6

 -- Hugo Vanwoerkom <hugovanwoerkom@yahoo.com>  Sun, 27 Feb 2005 09:45:49 -0600

xpaint (2.6.2-3) unstable; urgency=low

  * QA Group upload orphaning this package
  * Acknowledge old NMUs (closes: #237032, #86030, #86325, #170000, #262825)
  * debian/copyright: refer to common license file for GPL
  * debian/menu: quote unquoted strings
  * debian/menu: correct path to application
  * debian/control: build-depend on libpng12-dev instead of libpng12-dev

 -- Andrew Pollock <apollock@debian.org>  Sun,  7 Nov 2004 14:46:17 +1100

xpaint (2.6.2-2.3) unstable; urgency=medium

  * NMU
  * Rebuild against libtiff4 (closes: #262825).
  * Use libpng-dev instead of libpng2-dev.
  * Build against libxaw7-dev.

 -- Josselin Mouette <joss@debian.org>  Wed,  4 Aug 2004 14:09:03 +0200

xpaint (2.6.2-2.2) unstable; urgency=low

  * remove declarations of "extern int errno;" as required by ansi-C
    (Closes: #237032)

 -- Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>  Sat, 17 Apr 2004 19:00:15 +0100

xpaint (2.6.2-2.1) unstable; urgency=low

  * NMU (but maybe this package should be orphaned)
    - Fixed FTBFS by changing Build-Depends to libxaw6-dev (Closes: #170000)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Thu,  8 Jan 2004 23:06:15 +0100

Old Changelog:
xpaint (2.6.2-2) unstable; urgency=low, closes=90050

  * readRC.c (openTemp): use mkstemp and fdopen instead of mktemp and
    fopen.  (We're still reopening by name later, when readRC passes the
    resulting pattern or brush to ReadMagic, but that's ok; mkstemp's use
    of O_EXCL has nailed it down already.) (Closes: #90050)

 -- Mark W. Eichin <eichin@thok.org>  Wed, 30 Jan 2002 03:23:57 -0500

xpaint (2.6.2-1) unstable; urgency=low, closes=71411 126618 61059

  * New upstream release. (Closes: #71411 #61059)
  * rw/writePS.c: use time.h to get ctime declaration (from
    jdaily@progeny.com, noticed in ia64 porting.) (Closes: #126618)
  * XPaint.ad.in: use eeyes instead of (non-free) xv as preview and print
    tool (in a user-overridable resource.)
  * debian/control: Suggests eeyes.

 -- Mark W. Eichin <eichin@thok.org>  Wed, 30 Jan 2002 01:41:27 -0500

xpaint (2.6.1-1) unstable; urgency=low, closes=80915 80058 86325 86030 67976 71411

  * New upstream version.  Thanks for all the NMU's.
    (Closes: #80915 #80058 #86325 #86030 #67976 #71411)
  * debian/copyright: update with all copyright references.  Note the one
    GPL'ed file, and the new download location.
  * debian/control: update my email address.
  * debian/menu: Added bitmap hint (Closes: #80058).

 -- Mark W. Eichin <eichin@thok.org>  Sat, 17 Mar 2001 19:07:23 -0500

xpaint (2.5.1-4.2) unstable; urgency=low

  * NMU
  * recompiled with modern xlibs-dev and xutils to migrate app-defaults file
    (Closes: #86030)
  * got rid of build-dependency on debstd; partial migration to debhelper
  * lintian 1.20.9 clean
  * tweaked descriptions in control and menu files
  * debian/control:
    - added Build-Depends
    - bumped Standards-Version to 3.5.2 (Closes: #80915)

 -- Branden Robinson <branden@debian.org>  Fri, 16 Mar 2001 21:22:27 -0500

xpaint (2.5.1-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Recompiled against modern xpm4g-dev to get proper dependency.
  * debian/rules: add -isp to dpkg-gencontrol

 -- Branden Robinson <branden@debian.org>  Fri,  8 Sep 2000 01:54:51 -0500

xpaint (2.5.1-4) unstable; urgency=low, closes=43638

  * Rebuild with libjpeg62. [#43638]

 -- Mark W. Eichin <eichin@thok.org>  Mon, 20 Sep 1999 03:38:05 -0400

xpaint (2.5.1-3) unstable; urgency=low, closes=11833 9263 11817 26929

  * Pull in changes from Vincent Renardias <vincent@waw.com> NMU. (Thanks!)
  * XPaint.ad.in: downcase "lasso" resource. [#11833]
  * Bugs #9263 & #11817 are already fixed.
  * Rebuild with libpng2-dev. [#26929]
  * debian/changelog, debian/README.debian: Update mailing address.

 -- Mark W. Eichin <eichin@thok.org>  Sun, 17 Jan 1999 02:23:48 -0500

xpaint (2.5.1-2) unstable; urgency=low

  * rebuild with libpng0g
  * debian/shlibs.local: delete, since it refers to old libc5 versions of
    those libraries anyhow.

 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Sat,  8 Nov 1997 00:24:06 -0500

xpaint (2.5.1-1) unstable; urgency=low

  * new upstream release.

 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Tue,  4 Nov 1997 14:17:34 -0500

xpaint (2.4.8-2) unstable; urgency=low

  * debian/menu: new-style entry from joost, seperate title/longtitle.
  * rebuild with libpng1.
  * debian/control: only "suggest" netpbm since it's in non-free.
  * misc.h: fix declaration of random().
  * rw/rwTable.c (RWGetMsg): fix sys_errlist declaration.
  * rw/libpnmrw.c (pm_perror): ditto.

 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Tue,  4 Nov 1997 02:22:11 -0500

xpaint (2.4.8-1) unstable; urgency=low

  * New upstream release by new author; new packaging standards.
  * includes shlibs.local values for missing/broken libjpeg, libtiff.

 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Wed, 26 Feb 1997 12:37:58 -0500


