1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
|
xdemorse (3.6.1-1) unstable; urgency=medium
* QA upload.
* New upstream release.
* Bump debhelper compat/dependency to 11.
* Bump Standards-Version to 4.1.5.
* Add upstream metadata file.
* Skip manual installation of data files and use dh helpers instead.
* Install glade file globally and read it on startup. (Closes: #885927)
* Minor fixups of desktop file.
* debian/copyright:
- use secure copyright format url
- document newly added files
* Drop unneeded dirs file.
* Skip installation of ChangeLog file, which has no useful content.
* Drop removed argument from manpage.
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 28 Jul 2018 13:44:21 +0200
xdemorse (3.4-1) unstable; urgency=medium
* QA upload.
* New upstream release. (Closes: #829905)
* Removed all references to dh-autoreconf. Autoreconf is the default action
in Debian now.
* debian/control:
- Bumped Standards-Version to 4.1.1.
- Build-Depends field:
~ Changed from libgtk2.0-dev to libgtk-3-dev.
~ Removed intltool. The upstream is using gettext now.
- Changed priority to optional.
* debian/copyright:
- Added a new license, relative to autogen.sh file.
- Updated upstream and packaging copyright years.
* debian/patches/unversioned-automake.patch: removed. The upstream is using
a new autogen.sh file.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 03 Oct 2017 18:50:37 -0300
xdemorse (2.9-4) unstable; urgency=medium
* QA upload.
* Bumped DH level to 10.
* debian/control: bumped Standards-Version to 3.9.8.
* debian/copyright: updated the packaging copyright years.
* debian/menu: dropped in compliance with CTTE #741573.
* debian/watch: bumped to version 4.
* debian/xdemorse.doc-base: renamed to doc-base.
* debian/xdemorse.manpages: renamed to manpages.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Thu, 13 Oct 2016 21:21:00 -0300
xdemorse (2.9-3) unstable; urgency=medium
* QA upload.
* Check for unversioned automake binary, too. (Closes: #792048)
-- Andreas Beckmann <anbe@debian.org> Sat, 18 Jul 2015 16:50:58 +0200
xdemorse (2.9-2) unstable; urgency=medium
* QA upload.
* Upload to unstable.
* Using autoreconf.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Wed, 06 May 2015 10:45:45 -0300
xdemorse (2.9-1) experimental; urgency=medium
* QA upload.
* New upstream release.
* debian/copyright:
- Updated the packaging and upstream copyright years.
- Using the correct short name for GPL-3.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sun, 22 Mar 2015 22:30:21 -0300
xdemorse (2.8-1) experimental; urgency=medium
* QA upload.
* New upstream release.
* Bumped Standards-Version to 3.9.6.
* debian/copyright: updated the packaging copyright list.
* debian/patches/show_flags: removed because the upstream fixed the code.
* debian/rules: added the DEB_BUILD_MAINT_OPTIONS variable to fix the
issues pointed by blhc.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sun, 30 Nov 2014 00:11:23 -0200
xdemorse (2.7-1) unstable; urgency=medium
* QA upload.
* New upstream release.
* The upstream fixed several problems (thanks to Neoklis). Consequently:
- These files and directories were removed:
- debian/desktop/
- debian/examples
- debian/install
- debian/patches/*
- debian/xdemorserc: removed.
- debian/rules:
- removed the LDFLAGS line.
- removed the override_dh_clean target.
- updated the override_dh_auto_configure target.
* debian/copyright: updated the upstream copyright years.
* debian/patches/show_flags: created to avoid an "overriden flags" action
by GCC when compiling.
* debian/dirs: added to create some directories.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Fri, 21 Mar 2014 12:10:25 -0300
xdemorse (2.6-2) unstable; urgency=medium
* QA upload.
* debian/patches/conf_file: added to discard the individual
configuration file (.xdemorserc) copy to user home.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Sun, 09 Mar 2014 03:09:01 -0300
xdemorse (2.6-1) unstable; urgency=medium
* QA upload.
* New upstream release.
* debian/control:
- Added autotools-dev, intltool and libasound2-dev in
Build-Depends field.
- Bumped Standards-Version from 3.9.4 to 3.9.5.
- New short and long descriptions.
- Updated Homepage field.
* debian/copyright:
- Upgraded to 1.0 format.
- Updated upstream and packaging copyright years.
- Updated upstream e-mail address.
- Upstream using GPL-3+ now.
* debian/desktop: created to gather the files used to provide
a desktop menu entry.
* debian/dirs: removed because the package is using autotools
and, consequently, the file is useless now.
* debian/examples: added to install debian/xdemorserc file.
* debian/install: created to install the files used to provide
a desktop menu entry.
* debian/menu: added an icon reference.
* debian/patches/:
- changelog: added to point exactly to file indicated by
the upstream.
- debian-changes-1.3-6: removed because it is useless.
- link_libm.patch: updated to be compliant with the new
upstream release.
- main.c: fix a typo. Thanks to Jonas Stein
<news@jonasstein.de> by bug report. (Closes: #633542)
- POTFILES.{in,skip}: created to list files to be treated
or ignored by gettext system.
- sound.c: fix an error that breaks the compilation when
using GCC hardening.
* debian/rules:
- Added the --parallel option.
- Added 'LDFLAGS += -Wl,--as-needed' line to avoid linking
useless libraries to the binary.
- Updated to use autotools to build package.
* debian/watch: fixed.
* debian/xdemorse.1: fixed a spelling error in manpage
(s/informations/information).
* debian/xdemorse.doc-base: added to reference
/usr/share/doc/xdemorse.html.
* debian/xdemorserc: added as an example of the sound
configuration file.
-- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Wed, 05 Mar 2014 01:17:30 -0300
xdemorse (1.3-7) unstable; urgency=low
* QA upload.
* Link against libm. (Closes: #713771).
* Update watch file. (Closes: #640203).
* Move buildsystem to simple dh style.
* Bump debhelper build-dep and compat to 9.
* Bump Standards Version to 3.9.4.
-- Barry deFreese <bdefreese@debian.org> Thu, 04 Jul 2013 12:49:59 -0400
xdemorse (1.3-6) unstable; urgency=low
* QA upload
* migrate to source version 3.0:
- added debian/source
- for the moment leave old patches in debian-changes-1.3-6
* added manpage provided by François Wendling <frwendling@free.fr>.
Thanks a lot to François! (closes: #603398).
* Standards-Version 3.9.1 (no change)
* debian/rules:
- dh_clean -k => dh_prep
- some cleanup
-- Ralf Treinen <treinen@debian.org> Sat, 27 Nov 2010 08:55:35 +0100
xdemorse (1.3-5) unstable; urgency=low
* Retiring - set the package maintainer to Debian QA Group.
-- Joop Stakenborg <pa3aba@debian.org> Sat, 07 Nov 2009 08:32:33 +0000
xdemorse (1.3-4) unstable; urgency=low
* Fix FTBFS on hurd-i386, patch by Samuel Thibault.
Closes: #510604.
-- Joop Stakenborg <pa3aba@debian.org> Sat, 03 Jan 2009 20:43:26 +0100
xdemorse (1.3-3) unstable; urgency=low
* Install default/.xdemorserc as xdemorserc in the package
documentation directory.
* Also chmod +x for a couple of other scripts in the base directory.
-- Joop Stakenborg <pa3aba@debian.org> Sat, 03 Jan 2009 16:51:45 +0100
xdemorse (1.3-2) unstable; urgency=low
* Fix FTBFS. Thanks Kurt Roeckx for reporting. Closes: #510135.
-- Joop Stakenborg <pa3aba@debian.org> Sat, 03 Jan 2009 16:10:35 +0100
xdemorse (1.3-1) unstable; urgency=low
* Initial release (Closes: #508882).
-- Joop Stakenborg <pa3aba@debian.org> Wed, 17 Dec 2008 18:21:44 +0100
|