xdebconfigurator (1.28) unstable; urgency=low

  [ Luk Claes ]
  * Move kudzu from Recommends to Suggests as it has been removed.

  [ Steffen Joeris ]
  * Add myself to uploaders
  * Change short description to point to xserver-xorg instead of the
    old xserver-xfree86

 -- Steffen Joeris <white@debian.org>  Fri,  5 Jan 2007 11:07:35 +0100

xdebconfigurator (1.27) unstable; urgency=low

  * Added myself to uploaders.
  * Set default mouse device to /dev/input/mice (Closes: #398450).

 -- Luk Claes <luk@debian.org>  Mon, 20 Nov 2006 19:00:30 +0100

xdebconfigurator (1.26) unstable; urgency=low

  * Included xserver-xorg in package description.
  * Removed old unused code.
  * Stop using hwinfo for some monitor information as it using the running
    settings and not the capabilities of the hardware.

 -- Morten Werner Olsen <werner@debian.org>  Mon, 16 Oct 2006 16:09:35 +0200

xdebconfigurator (1.25) unstable; urgency=medium

  * Urgency set to medium as this upload fixed an important bug.
  * Do not use result from read-edid if EDID checksum fails as this
    results in strange modes on my laptop.
  * Fixing loop problem when get-edid sends its errors to stderr. Thanks
    to Dean Montgomery for bugreport and patch. (Closes: #380264)
  * Prefer discover2 over discover 1 as suggested in #387602.
  * Call discover2 and discover1 in different ways. Thanks to
    Petter Reinholdtsen for great bugreport. (Closes: #387602)
  * Removing some xserver-stuff from discover section.
  * Writing authors name in manpage with ASCII characters. Thanks to lintian.

 -- Morten Werner Olsen <werner@debian.org>  Fri, 15 Sep 2006 23:49:12 +0200

xdebconfigurator (1.24) unstable; urgency=low

  [ Morten Werner Olsen ]
  * Bumped Standards-Version to 3.7.2 (no changes needed).
  * Changed Build-Depends-Indep on debhelper to Build-Depends as we use
    debhelper in the clean-target of debian/rules (thanks to Lintian).
  * Converted manpage (xdebconfigurator.8) to UTF-8.
  * Use defined path to run ddcprobe.
  
  * Debconf translations:
    - Really added Tagalog translation by Eric Pareja. Closes: #359625
    - Added Thai translation by Theppitak Karoonboonyanan. Closes: #367354
    - Added Nepali translation by Paras Pradhan. Closes: #372863
    - Added Khmer translation by Khoem Sokhem. Closes: #374923
    - Added Dzongkha translation by Jurmey Rabgay

 -- Morten Werner Olsen <werner@debian.org>  Sun, 16 Jul 2006 16:52:09 +0200

xdebconfigurator (1.23) unstable; urgency=low

  * Upgrade hwinfo recommondation to depends, as hwinfo is installable
    in debian/sid again.

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 18 Mar 2006 00:49:56 +0100

xdebconfigurator (1.22) unstable; urgency=low

  * Reduce hwinfo dependency to recommends, because hwinfo currently
    is uninstallable because of problems with libsysfs.

 -- Petter Reinholdtsen <pere@debian.org>  Tue,  7 Mar 2006 14:05:32 +0100

xdebconfigurator (1.21) unstable; urgency=low

  [ Steffen Joeris ]
  * Updated greek translation by Emmanuel Galatoulas (Closes: #344638)
  
  [ Bart Cornelis ]
  * Added Korean translation send in by Sunjae Park (Closes: #340014)

  [ Morten Werner Olsen ]
  * Using only the first line from discover when fetching info about the
    video driver.
  * Add version build dependency on debhelper.
  * Actually add suggests to lsb-base.
  * Use hwinfo to check driver's maximum color depth and use this as
    default depth if the "original" default depth is greater than the
    drivers maximum color depth. Also moving hwinfo from Suggest: to
    Depends: as hwinfo is the only tool able to find the driver's
    maximum color depth. (Closes: #319425)
  * Change my email-address in the Uploaders-field. :)
  
  [ Benjamin Sonntag <benjamin@sonntag.fr> ]
  * Generate the md5sum of XF86Config file in /var/lib/xfree86.
    (Closes Skolelinux bug #999)
  
 -- Morten Werner Olsen <werner@debian.org>  Fri,  3 Feb 2006 00:38:55 +0100

xdebconfigurator (1.20) unstable; urgency=low

  * Fix bug in the code handling xorg when using discover to detect
    hardware.

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 19 Nov 2005 14:48:38 +0100

xdebconfigurator (1.19) unstable; urgency=low

  [Petter Reinholdtsen]
  * Rename default monitor and card name to use 'Xdebconfigurator'
    instead of just 'Xdevc', to make it clearer what the value mean.
  * Make sure to not change debconf variables for keyboard/options and
    keyboard/variant.
  * Avoid returning xserver-unknown when discover don't know which
    server to recommend. (Closes: #334205)
  * Make dry-run (-x) more verbose, and add debug output option (-v).
  * Report source of mouse port information, to ease debugging.
  * Try to get xdebconfigurator working with Xorg packages. (Closes: #335150)

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 13 Nov 2005 16:54:17 +0100

xdebconfigurator (1.18) unstable; urgency=low

  [Petter Reinholdtsen]
  * Fix typo in init.d dependency header, s/Should-/Default-/.
  * Reduce kudzu dependency to recommend, as kudzu have RC bugs and was
    recently pulled from etch.
  * Remove Kristoffer Tjærnås from uploaders list.
    He moved on to other projects.
  * Updated Standards-Version to 3.6.2 (no changes needed).
  * Added debian/compat with content '4' to move to debhelper version 4.
    Updated rules file to cope with this.
  * Updated manual page to avoid syntax errors.
  * Debconf translations:
    - Added Swedish by Daniel Nylander. (Closes: #331354)

 -- Petter Reinholdtsen <pere@debian.org>  Mon,  3 Oct 2005 22:12:05 +0200

xdebconfigurator (1.17) unstable; urgency=low

  * Add suggests on lsb-base, and use the init.d functions from
    /lib/lsb/init-functions when available.
  * Update init.d script with LSB info tags, documenting dependencies.
  * Debconf translations:
    - Update Vietnamese from Clytie Siddall. (Closes: #324239)

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 21 Aug 2005 23:53:13 +0200

xdebconfigurator (1.16) unstable; urgency=low

  * Morten Werner Olsen
    - Undefining the xdriver if discover reports 'unknown'.
    - Removing the Xfree86 version 3 checking for hwinfo.
    - s/break/last/ from Tore's bugfixing :)
  * Tore Sinding Bekkedal
    - Fixed a bug which caused xdebconfigurator to choose wrong
      driver if hwinfo offered more than one. (most commonly, nvidia
      instead of nv) Closes #292294.
  * Debconf translations:
    - Updated Basque from Inaki Larranaga Murgotio. Closes: #306055
    - Added Vietnamese from Phan Vinh Thinh. Closes: #307016
    - Added Bulgarian from Ognyan Kulev. Closes: #308130

 -- Morten Werner Olsen <werner@skolelinux.no>  Sat, 11 Jun 2005 13:59:32 +0200

xdebconfigurator (1.15) unstable; urgency=medium

  * Morten Werner Olsen
    - Added xresprobe to Suggests: (debian/control) as it contains ddcprobe.
    - Defaulting to VESA if we're unable to detect the driver with one of
      the great hardware detection tools. (Closes: #295693)
    - Some cleanup in the hwinfo- and discover-calling.
    - Now using ImPS/2 if a wheel is detected and PS/2 is the reported
      mouse protocol. (Closes: #293374)
    - Fixed typo in /etc/init.d/xdebconfigurator (thanks to
      Finn-Arne Johansen for bugreport). (Closes: #289655)
    - Not using mdetect unless the -m option is specified (thanks to
      Finn-Arne Johansen for bugreport). (Closes: #289654)
    - Using discover over hwinfo to detect gfx-driver. hwinfo is familiar with
      the nvidia-driver, and we prefer the nv-driver (thanks to Free Ekanayaka
      for bugreport). (Closes: #292495)
  * Finn-Arne Johansen
    - Added variable to hold ARGUMENTS for xdebconfigurator in
      /etc/init.d/xdebconfigurator. (Closes: #289656)
  * Debconf translations:
    - Add Bosnian translation by Safir Secerovic.
    - Add Romanian translation by Eddy Petrisor. (Closes: #295434)
    - Updated Hebrew translation by Lior Kaplan
    - Added Galician translation by Jacobo Tarrio. Closes: #296415
    - Added Albanian translation by Elian Myftiu. Closes: #302399
    - Added Tagalog translation by Eric Pareja. Closes: #296410

 -- Morten Werner Olsen <werner@skolelinux.no>  Sat, 16 Apr 2005 18:25:43 +0200
 
xdebconfigurator (1.14) unstable; urgency=low

  * Allow non-word characters in the mouse device name fetched from
    kudzu, to allow 'input/mice' for USB mice. (Closes: 285054)

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 12 Dec 2004 19:57:59 +0100

xdebconfigurator (1.13) unstable; urgency=low

  * Otavio Salvador
    - Improve mouse detection with hwinfo so when running on 2.6 kernel it
      detects /dev/input/mice nicely.
  * Petter Reinholdtsen
    - Change debconf handling to create missing templates when setting
      the values.  This will make it possible to use xdebconfigurator
      even if xserver-xfree86 isn't installed.
    - Drop dependency on xserver-common and xserver-xfree86 to make it
      possible to use xdebconfigurator to find out which X server
      package to install. (Closes: #277990)
    - Print info on where the XFree86 driver name was fetched from.
      This should make it easier to fix the correct subsystem with
      incorrect information.
  * Translations:
    - Add Russian translation by Yuri Kozlov
    - Add Italian translation by Stefano Melchior. Closes: #279006
    - Add Finnish translation by Tapio Lehtonen. Closes: #281039

 -- Petter Reinholdtsen <pere@debian.org>  Tue,  7 Dec 2004 17:06:32 +0100

xdebconfigurator (1.12) unstable; urgency=low

  * Petter Reinholdtsen
    - Add text to template xdebconfigurator/generate-at-boot, stating
      that this template should not be translated. (Closes: #277064)
  * Translations:
    - Add German translation by Jens Nachtigall. (Closes: #277067)
    - Add French translation by Yves Rutschle
    - Add Catalan translation by Jordi Mallach. (Closes: #277363)
    - Add Portuguese translation by Niguel Figueiredo. (Closes: #277371)
    - Add Greek translation by Konstantinos Margaritis.
    - Add Indonesian translation by Parlin Imanuel.
    - Add Hungarian translation by VEROK Istvan. Closes: #277389
    - Add Danish translation by Claus Hindsgaul. Closes: #277390
    - Add Lituanian translation by Kestutis Biliunas. Closes: #277397
    - Add Turkish translation by Recai Oktas. Closes: #277398
    - Add Basque translation by Piarres Beobide. Closes: #277403
    - Add Spanish translation by Javier Fernandez Sanguino Pena. Closes: #277405
    - Add Hebrew translation by Lior Kaplan. Closes: #277407
    - Add Japanese translation by Kenshi Muto. Closes: #277436
    - Add Slovak translation by Peter Mann. Closes: #277454
    - Add Simplified Chinese translation by Carlos Liu. Closes: #277472
    - Add Czech translation by Miroslav Kure. Closes: #277620
    - Add Brazilian Portuguese translation by Andre Luis Lopes. Closes: #277642
    - Add Ukrainian translation by Eugeniy Meshcheryakov. Closes: #277676
    - Add Traditional Chinese translation by Tetralet. Closes: #277911

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 23 Oct 2004 14:21:12 +0200

xdebconfigurator (1.11) unstable; urgency=low

  * Morten Werner Olsen
    - Cleaned up the code a bit more:
      o Renamed Xdebconfigurator.pl to xdebconfigurator.
      o Removed Xdebset.pl, Xdriver2.pl and Xdriver3.pl
      o Removed xdeb3server and traces of it in xdebconfigurator.
      o Removed pcitable.map and table_converter (we will not maintain our
        own hardware database).
    - Added lintian-overrides for no-debconf-config and
      debconf-is-not-a-registry.
  * Petter Reinholdtsen
    - Change base-config install rule to make symlink for the woody
      fragment, and a real file for the sarge fragment.
    - Make backup of old XFree86 config file when base-config fragment
      rewrite the configuration.
    - Change base-config menu order in sarge/sid from 76 to 91, to
      make sure it is placed after pkgsel(80) and
      localization-config(90).  (Closes: #275984)
  * Translations:
    - Add Dutch translation by Luk Claes. (Closes: #274901)

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 17 Oct 2004 16:58:54 +0200

xdebconfigurator (1.10) unstable; urgency=low

  * Morten Werner Olsen
    - Also removed the functionality for setting the keyboard model. This
      shall be handeled by the localization-config package.
  * Petter Reinholdtsen
    - Add base-config scripts to execute xdebconfigurator at install time.
    - Make base-config menu entry translatable.
  * Translations:
    - Add Norwegian Bokmaal (nb) by Petter Reinholdtsen.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 27 Sep 2004 10:22:01 +0200

xdebconfigurator (1.09) unstable; urgency=low

  * Morten Werner Olsen
    - Added dependency to perl-modules. (Closes: #253622)
    - Added dependency to xserver-xfree86 which includes the debconf
      templates xdebconfigurator uses.
    - Fixed the fset-call in xdebset() so the 'seen'-flag actually is set
      to 'true'.
    - Changed maximum color depth to 16 to avoid terrible resolutions when
      machines are short of video memory. (Fixes Skolelinux bug #727)
  * Petter Reinholdtsen
    - Make it possible to enable XFree86 config file generation at boot
      time using debconf preseeding.  Suggested by Christoffer Sawicki
      in #257059.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 29 Aug 2004 11:10:34 +0200

xdebconfigurator (1.08) unstable; urgency=low

  * Petter Reinholdtsen
    - Cleaned up Makefile.
    - Removed dh_testroot from clean target in rules.  No need to be root
      just to clean up the source.
    - Add toplevel makefile rule 'dist' to make source tarball.
      Rename old target 'dist' to 'debdist'.
  * Morten Werner Olsen
    - Stopped using Xdriver3.pl / lookup_card3() as we still don't want to
      maintain our own hardware database.
    - Leaving config/device/video_ram blank (not required on most graphic
      boards, so we will start making exceptions for the boards that needs it).
    - Removing unused code.

 -- Morten Werner Olsen <werner@skolelinux.no>  Sat, 24 Apr 2004 19:22:50 +0200

xdebconfigurator (1.07) unstable; urgency=low

  * Updating man-page. (Closes: #244629)

 -- Morten Werner Olsen <werner@skolelinux.no>  Fri, 23 Apr 2004 13:58:29 +0200

xdebconfigurator (1.06) unstable; urgency=low

  * Setting 24 as maximum color depth.

 -- Morten Werner Olsen <werner@skolelinux.no>  Sun, 27 Mar 2004 12:00:01 +0200

xdebconfigurator (1.05) unstable; urgency=low

  * Changed dependency from discover to discover1. (Closes: #239771)

 -- Morten Werner Olsen <werner@skolelinux.no>  Sat, 27 Mar 2004 00:55:02 +0100

xdebconfigurator (1.04) unstable; urgency=low

  * Cleaned up the code a bit (!).
  * Now running kudzu on the fly (not using /etc/sysconfig/hwinfo).
  * Finish search in kudzu result on a line starting with a dash (-).
  * Removed the /proc/pci and Xserver2.pl methods.
  * Fixed bug where xdebconfigurator didn't try all methods when
    dry-running (-x).
  * Removed "config/inputdevice/keyboard/layout" (another package shall
    handle this) (this was actually done in version 1.02, but was
    forgotten when writing changelog).

 -- Morten Werner Olsen <werner@skolelinux.no>  Wed, 17 Mar 2004 21:35:41 +0100

xdebconfigurator (1.03) unstable; urgency=low

  * Fixed a missing variablename in xdebset().
  * Removed Xdebset.pl from Makefile.

 -- Morten Werner Olsen <werner@skolelinux.no>  Sun, 29 Feb 2004 15:00:46 +0100

xdebconfigurator (1.02) unstable; urgency=low

  * Morten Werner Olsen
    - Included Xdebset.pl into Xdebconfigurator.pl as xdebset() to avoid
      storing Debconf-values in xdebc.db.
    - Removing /usr/share/xdebconfigurator/xdebc.db in debian/postinst.
    - Removed debian/README.debian (not used).
    - Lintian and Linda clean.
    - Added myself as a uploader.

 -- Morten Werner Olsen <werner@skolelinux.no>  Mon,  8 Mar 2004 21:49:15 +0100

xdebconfigurator (1.01) unstable; urgency=low

  * Bart Cornelis
    - Mailing list is moved to debian-edu@l.d.o, changed maintainer
      address accordingly.
  * Petter Reinholdtsen
    - Convert changelog and control file to UTF-8.
    - Wrote manual page for xdebconfigurator(8).  (Closes: #234692)

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 26 Feb 2004 09:59:03 +0100

xdebconfigurator (1.0-1) unstable; urgency=low

  * Inital upload into Debian.
  * Stopped autobuilding from Skolelinux CVS.
  * Petter Reinholdtsen
    - Change maintainer to devel@skolelinux.no, and adding myself,
      Andreas Schuldei and Kristoffer Tjærnås as uploaders.
    - Depend on xserver-common, as this package is filling in the
      debconf answers for dexconf on xserver-common.
    - Drop direct dependency on hwdata as it is is pulled in by kudzu.
    - Drop direct dependency on discover-data as it is is pulled in by
      discover.
    - Only suggest hwinfo and kudzu-vesa, as both are missing in
      Debian at the moment.
    - Make sure only the xdebconfigurator script is in the PATH.  Move
      all support script to /usr/share/xdebconfigurator.
    - Switching Makefile over to use install.
  * Andreas Schuldei
    - Switching debian/rules over to use debhelper.

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 31 Jan 2004 16:53:08 +0100
