2006
kover (1:2.9.6-3) unstable; urgency=low
* add sv translation, thanks Daniel Nylander (closes: #349147)
-- Rene Engelhard <rene@debian.org> Sun, 22 Jan 2006 21:48:25 +0100
2005
kover (1:2.9.6-2) unstable; urgency=low
* rebuild against new KDE * Standards:-Version: 3.6.2 (no changes needed)
-- Rene Engelhard <rene@debian.org> Sat, 27 Aug 2005 11:57:41 +0200
2004
kover (1:2.9.6-1) unstable; urgency=low
* new upstream release
-- Rene Engelhard <rene@debian.org> Wed, 22 Sep 2004 10:43:22 +0200
kover (1:2.9.5-1) unstable; urgency=low
* new upstream release
* Standards-Version: 3.6.1 (no changes needed)
* quote stuff in menu file
* work around filename problem, strip e.g. i386-linux away from
binaries and manpages
* create the xpm on the fly using convert
* use linux/cdrom.h again since it seems fixed now
-- Rene Engelhard <rene@debian.org> Fri, 30 Apr 2004 15:18:20 +0200
2003
kover (1:2.9.3-3) unstable; urgency=low
* kderemove="y" in menu file (closes: #190171)
-- Rene Engelhard <rene@debian.org> Tue, 22 Apr 2003 16:56:20 +0200
kover (1:2.9.3-2) unstable; urgency=low
* only disable optimization for building with g++ 2.95 now, since
g++ 3.2 on alpha hasn't that "internal Compiler Error" problem
anymore
-- Rene Engelhard <rene@debian.org> Sun, 20 Apr 2003 18:48:24 +0200
kover (1:2.9.3-1) unstable; urgency=low
* new upstream version
-- Rene Engelhard <rene@debian.org> Sat, 15 Mar 2003 00:04:11 +0100
kover (1:2.9.2-1) unstable; urgency=low
* new upstream version
-- Rene Engelhard <rene@debian.org> Wed, 12 Mar 2003 01:10:47 +0100
kover (1:2.9.1-2) unstable; urgency=low
* --enable-final * debian/rules cleanup * debhelper compat 4 * Standards-Version: 3.5.9
-- Rene Engelhard <rene@debian.org> Tue, 11 Mar 2003 14:17:12 +0100
kover (1:2.9.1-1) unstable; urgency=low
* New upstream version
* --with-qt-includes=/usr/include/qt3 sigh
* remove qlist.h from includes, subsitute it with qptrlist.h as qlist.h
is deprecated; we need the Build-Dependency on libqt3-compat-headers
anyway, because the kde headers include qlist.h sigh
-- Rene Engelhard <rene@debian.org> Tue, 11 Feb 2003 00:58:14 +0100
2002
kover (1:2.8.7-1) unstable; urgency=low
* new upstream version (for KDE 3)
* use epoch to get sid users who installed upstream's inofficial deb
previously to install this official one
* little debian/rules cleanup
* cleaned up Build-Dependencies
* revised optimization disabling to use CXXFLAGS instead of the
&"/&!§ script we used before
* updated debian/copyright to point to upstream's homepage regarding
kover instead of http://apps.kde.com
* bumped Standards-Version: to 3.5.8 (no changes needed)
-- Rene Engelhard <rene@debian.org> Sat, 14 Dec 2002 23:21:34 +0100
kover (0.8.4-2) unstable; urgency=low
* argh forgot to change the Standards-Version: field actually,
doing now...
-- Rene Engelhard <rene@debian.org> Tue, 10 Sep 2002 06:02:23 +0200
kover (0.8.4-1) unstable; urgency=low
* really removed devscripts build-dependency
* new upstream version
- kover now appends .kover suffix on saving files...
- manpages now included upstream
- removed patches (they are not needed anymore)
+ 02_const_char
+ 03_namespace_std
+ 04_fix_clean_target
+ 05_cddb_path (upstream added ./configure flag)
* cleanup and modifications at disabling of optimization
* Standards-Version: bumped to 3.5.7 - reusing the existing modified
scripts to implement noopt
-- Rene Engelhard <rene@debian.org> Sun, 8 Sep 2002 22:20:48 +0200
kover (0.8.3.0-3) unstable; urgency=low
* autotools has to run before configure, not before build in debian/rules
-- Rene Engelhard <rene@debian.org> Sun, 18 Aug 2002 16:55:48 +0200
kover (0.8.3.0-2) unstable; urgency=low
* something hosed up, the call to make install was removed from
rules
* fixed typos in installation of the manpages
* we do not need the depenency on devscripts anymore
-- Rene Engelhard <rene@debian.org> Sun, 18 Aug 2002 16:41:21 +0200
kover (0.8.3.0-1) unstable; urgency=low
* using dbs now (use a fake new upstream to get the .orig.tar.gz in)
* rm'd the autotools-script because that does not work with dbs;
now every build the up to date packages from package autotools-dev
are copied into $(BUILD_TREE) and $(BUILD_TREE)/admin
* modified the disabling of optimization on alpha to work with the
new build-system
* more (little) debian/rules cleanups
* new maintainer email
-- Rene Engelhard <rene@debian.org> Sun, 18 Aug 2002 14:06:42 +0200
kover (0.8.3-6) unstable; urgency=low
* debian/rules:
- put the right variables to the right options at the autoconf check
(DEB_HOST_GNU_TYPE to --host and DEB_HOST_BUILD_TYPE to --build)
* added a new script alpha-disable-optimization.sh which disables any
optimization on alpha; the method used in -5 for some reasons does not
work even though I tested the criteria with i386. Maybe it broke through
some update.
-- Rene Engelhard <rene@rene-engelhard.de> Sat, 6 Jul 2002 21:52:10 +0200
kover (0.8.3-5) unstable; urgency=low
* alpha build fixes:
- disabling any optimization (-O0)
* fix "debug switch"; when compiled with debug in
$DEB_BUILD_OPTIONS, you can receive debug output when starting kover
as kover --debug
* debian/rules cleanup
* s/actual/up to date/ in autotools-check-and-replace.sh
* debian/changelog: s/Author(s)/Authors/
* fixed autotools-check-and-replace.sh
- some typos and the not working line wrap at if
- beautifying output to changelog when config.{sub,guess} were replaced
- fixed DATE-variables at admin/ part
- worked around the fact that there if a substitution is made you have
to stop and rebuild because dch writes root@ into the changelog line
* cleaned up Build-Dependencies; there were some not neccessary ones
introduced at the "cleanup" in -4
* fixed clean target in Makefile.in to remove config.log and
config.cache.
* removed senseless and redundant README from upstream because it
contains only the package description
* fixed cddb _cgi_ path to get cddb function to work (in fact, reverting the
change made in -2 due to unconcentrateness at doing changes in -2, I
wanted to change the right place and did in the wrong)
* really changed default cddb path (this should now really close 146772)
* now a Depends: on cddb (this should now really close 146772)
* added to manpage more description about the "file" argument
* removing german description (Description-de) because it is not clear
that this is the right way (dpkg does not know about this field yet)
* GNU config automated update: config.sub (20020307 to 20020621),
config.guess (20020320 to 20020529)
-- Rene Engelhard <rene@rene-engelhard.de> Sat, 6 Jul 2002 19:36:14 +0200
kover (0.8.3-4) unstable; urgency=low
* hppa build fixes:
- Cleared up Build-Dependencies, this shoud let this package now
build on hppa
* s390 build fixes:
- there was an outdated config.{sub,guess} from autoconf 2.13
here in this package, so we follow the instructions in
/usr/share/doc/autotools-dev/README.Debian.gz.
- Added Build-Dependencies on autotools-dev and devscripts as
described in the document cited above
- make config.sub executable, required by the steps above
- we have to do the above steps for config.{sub,guess} in admin/ ,too
* added german description
-- Rene Engelhard <rene@rene-engelhard.de> Wed, 22 May 2002 23:24:42 +0200
kover (0.8.3-3) unstable; urgency=low
* corrected email change, in -2, I modified the adress in debian/changelog
but forgot do to so on debian/control also
-- Rene Engelhard <rene@rene-engelhard.de> Thu, 16 May 2002 09:06:20 +0200
kover (0.8.3-2) unstable; urgency=low
* new maintainer email * changed default cddb CGI path ~cddb to /var/lib/cddb (closes: #146772) * package now Suggests package cddb (closes: #146772)
-- Rene Engelhard <rene@rene-engelhard.de> Mon, 13 May 2002 00:05:12 +0200
kover (0.8.3-1) unstable; urgency=low
* Initial Release. (closes: #145375) * added manpage for binary kover * added manpage for binary cddb-id * adding missing Build-Depends: in debian/control * removing RPATH definition by adding --disable-rpath to ./configure * menu entry created * removed kernel includes * g++-3.0 fixes (namespace std)
-- Rene Engelhard <mail@rene-engelhard.de> Wed, 1 May 2002 23:26:04 +0200