Skip to content

Debian Changelog slgtk (0.7.5-2)

2009

slgtk (0.7.5-2) unstable; urgency=low

   * debian/control:
     + Bump Standards-Version to 3.8.1 (no changes needed)
     + The package is now maintained with Git at alioth.debian.org.  Add
       Vcs-Git field and change Vcs-Browser accordingly.
     + Bump build dependency on debhelper to >= 7
   * debian/compat: Set compatibility level of debhelper to 7

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 26 Apr 2009 14:19:11 +0200

slgtk (0.7.5-1) unstable; urgency=low

   * New upstream release
   * debian/watch: Use passive FTP connection

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 04 Feb 2009 14:48:39 +0100

slgtk (0.7.4-1) experimental; urgency=low

   * New upstream release.  Uploading to experimental until the lenny release.
   * debian/control: Fix Lintian warning debhelper-but-no-misc-depends

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 04 Feb 2009 14:09:35 +0100

2008

slgtk (0.7.3-1) unstable; urgency=low

   * New upstream release
   * Removed patches in debian/patches/ (applied upstream):
     + clean-tests-Makefile.patch
     + slang-function-deref.patch
     + strip-as-variable-in-makefile.patch
   * debian/control:
     + Bumped Standards-Version to 3.8.0 (no changes needed)
     + Fixed spelling of GTK+
     + Append trunk/ to the path in Vcs-Svn:, such that debcheckout works
   * debian/rules: Drop inlcusion of simple-patchsys

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 21 Jun 2008 16:44:21 +0200

2007

slgtk (0.7.2-2) unstable; urgency=low

   * debian/patches/slang-function-deref.patch: Added patch to cope with
     a recent slang2.1 release that apparently fixed some function
     dereferencing bugs.  This was making the package FTBFS.  Patch
     suggested by the upstream author (thanks, Michael Noble).  Closes:
     #453232.
   * debian/control:
     + Added Homepage field
     + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
     + Dropped the Homepage pseudo-header from the extended descriptions
     + Bumped Standards-Version to 3.7.3

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 15 Dec 2007 00:10:11 +0100

slgtk (0.7.2-1) unstable; urgency=low

   * New upstream release
   * debian/patches/pointer-int-cast.patch: Removed patch (applied
     upstream)
   * debian/patches/clean-tests-Makefile.patch: Clean tests/Makefile when
     calling make distclean
   * debian/watch: Updated upstream URL
   * debian/manpages: Adjusted path of man page

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 29 Aug 2007 09:44:38 +0200

slgtk (0.5.16-4) unstable; urgency=low

   * debian/patch/strip-as-variable-in-makefile.patch, debian/rules:
     Handle nostrip build option (closes: #438025)

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 28 Aug 2007 14:12:21 +0200

2006

slgtk (0.5.16-3) unstable; urgency=low

   [Jörg Sommer]
   * debian/copyright: Updated FSF address.

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 18 Dec 2006 10:40:16 +0100

slgtk (0.5.16-2) unstable; urgency=low

   * debian/control: Build-depends on gfortran, otherwise the package FTBFS
     (closes: #387199)

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 13 Sep 2006 02:02:40 +0200

slgtk (0.5.16-1) unstable; urgency=low

   * New upstream release
   * debian/control: Depends on slsh, needed for the imdisplay script
   * debian/watch: Added file

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 12 Sep 2006 11:28:53 +0200

slgtk (0.5.15.r4-10) unstable; urgency=low

   * debian/control:
     - Bumped Standards-Version to 3.7.2 (no changes needed)
     - Dropped slang-slirp from the list of build-dependencies, because slgtk
       ships its own copy of slirp
   * debian/patches/pointer-int-cast.patch: Added patch for file
     slirp/refs/c as suggested by the the upstream authors for avoiding the
     compilation warning "cast from pointer to integer of different size",
     which arises when compiling the package with gcc-4.1 on 64-bit
     architectures.

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 9 Jun 2006 10:04:51 +0200

2005

slgtk (0.5.15.r4-9) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * I gave up in trying to understand why the tests failed for some
     autobuilders (s390, hppa, and ia64).  They succeed on all other
     architectures.  Errors are now ignored when executing the commands in
     the build/slang-gtk target of debian/rules, which will make the
     autobuilders happy (closes: #340457).

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Sun, 27 Nov 2005 15:06:11 +0100

slgtk (0.5.15.r4-8) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * debian/rules: Desperate try to get more information from tessrun when
     doing make test.  I ought to get the autobuilders working for this
     package.

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Sat, 26 Nov 2005 16:29:37 +0100

slgtk (0.5.15.r4-7) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * debian/control: Added build-dependency on xfonts-base, such that the
     build daemons will not choke on xvfb-run
   * tests/Makefile (test): Restored  upstream vesion of this file
   * debian/rules: Do not specify the verbose switch when running make test

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Sat, 26 Nov 2005 15:16:47 +0100

slgtk (0.5.15.r4-6) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * debian/rules: Build the package using "make dynamic" instead of "make
     all".  This prevents the "static" target from being built, which may
     fix the autobuild problems on 64-bit architectures.

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Fri, 25 Nov 2005 11:01:43 +0100

slgtk (0.5.15.r4-5) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * debian/rules: call make in the tests directory with the verbose switch

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Wed, 23 Nov 2005 18:46:26 +0100

slgtk (0.5.15.r4-4) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * tests/Makefile (test): Removed the stdout -> stderr redirection when
     running tessrun.  This is an attempt to get more information about the
     FTBFS.

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Wed, 23 Nov 2005 17:35:04 +0100

slgtk (0.5.15.r4-3) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * debian/control:
     - Added xbase-clients to Build-Depnends, such that the xauth command
       is found and the package does not FTBFS (closes: #340276)
     - Added my e-mail address (rafael@debian.org) to the Uploaders list

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Wed, 23 Nov 2005 09:28:48 +0100

slgtk (0.5.15.r4-2) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * debian/control: Changed maintainer to Debian JED Group
     <pkg-jed-sl-modules@lists.alioth.debian.org>
   * This version still closes: #337256

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Tue, 15 Nov 2005 10:18:14 +0100

slgtk (0.5.15.r4-1) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * New upstream release
   * debian/copyright: Added copyright holders and licensing conditions for
     several third-party files which are included in the upstream sources
     (glib, gtk, gtkextra, and pango).  Hopefully the package will be
     approved this time (still closes: #337256)
   * debian/rules: Dropped clean target, since the upstream "make
     distclean" does not let files behind
   * debian/control: Build-depends on slsh

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Tue, 15 Nov 2005 03:29:07 +0100

slgtk (0.5.15.r3-1) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * First official Debian release (closes: #337256)

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Fri, 4 Nov 2005 10:26:19 +0100

slgtk (0.5.15.r2-0.1) unstable; urgency=low

    +++ Changes by Rafael Laboissiere
 
   * Initial release

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Mon, 31 Oct 2005 10:45:39 +0100