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 228 229 230 231 232 233
|
wavbreaker (0.16-3) unstable; urgency=medium
* d/control: Do not mark scour as native (Closes: #1061030)
-- Dennis Braun <snd@debian.org> Thu, 18 Jan 2024 21:11:06 +0100
wavbreaker (0.16-2) unstable; urgency=medium
* Use scour as B-D instead of the virtual package dh-sequence-scour
* Switch to the sound section
* Bump my d/copyright year
-- Dennis Braun <snd@debian.org> Wed, 04 Jan 2023 14:41:44 +0100
wavbreaker (0.16-1) unstable; urgency=medium
* New upstream version 0.16
* Add a few keywords to the desktop file
* Apply wrap-and-sort -ast
* d/control:
+ Add libvorbis-dev to B-Ds for vorbisfile support
+ Add myself as uploader
+ Bump dh-compat to 13
+ Bump Standards-Version to 4.6.2
* d/copyright:
+ Bump d/copyright year
+ Change my email address
+ Add net.sourceforge.wavbreaker.appdata.xml
* d/rules: Add hardening
* Add salsa ci config
* Mark dh-sequence-scour as native to fix cross building
-- Dennis Braun <snd@debian.org> Wed, 28 Dec 2022 21:34:43 +0100
wavbreaker (0.15-1) unstable; urgency=medium
* Team upload
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
[ Sebastian Ramacher ]
* New upstream version 0.15
* debian/patches: Remove no longer needed patches
-- Sebastian Ramacher <sramacher@debian.org> Sat, 09 Apr 2022 20:54:05 +0200
wavbreaker (0.13-2) unstable; urgency=medium
* Team upload
[ Dennis Braun ]
* debian/control: Remove cmake again from Build-Depends
[ Sebastian Ramacher ]
* debian/: Use dh_auto_configure override instead of patch to disable
moodbar support.
-- Sebastian Ramacher <sramacher@debian.org> Sat, 04 Jan 2020 18:15:26 +0100
wavbreaker (0.13-1) unstable; urgency=medium
* Team upload
* New upstream release
* debian/control:
+ Build-Depends: Add cmake, meson, libao-dev and libmpg123-dev
+ Build-Depends: Replace libgtk2.0-dev with libgtk-3-dev
* debian/copyright: Rewrite and update
* debian/docs: Replace README with README.md and drop NEWS
* debian/patches:
+ 0001-Fix-format-not-a-string-literal-errors.patch: Drop, obsolete
+ 0002-Add-F-to-Exec.patch: Update
+ 0003-Disable-Moodbar-Support.patch: Add
* debian/watch: Update for github releases
-- Dennis Braun <d_braun@kabelmail.de> Fri, 20 Dec 2019 23:00:32 +0100
wavbreaker (0.11-2) unstable; urgency=medium
[ Ondřej Nový ]
* Team upload.
* d/control: Deprecating priority extra as per policy 4.0.1
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Remove trailing whitespaces
[ Felipe Sateler ]
* Change maintainer address to debian-multimedia@lists.debian.org
[ Ondřej Nový ]
* d/watch: Use https protocol
[ Sebastian Ramacher ]
* debian/:
- Bump debhelper compat to 12
- Remove menu file
* debian/control:
- Bump Standards-Version
- Use dh-sequence-scour instead of python-scour (Closes: #943261)
* debian/patches:
- Fix "format not a string literal" errors
- Add %F to desktop file's Exec entry
-- Sebastian Ramacher <sramacher@debian.org> Sun, 17 Nov 2019 21:04:52 +0100
wavbreaker (0.11-1) unstable; urgency=low
* Team upload.
* New upstream release:
- Catch-up release to finally get all patches in SVN into a release.
- About dialog code now uses gtk_show_about_dialog.
- Replace deprecated GTK+ functions with current ones.
- Save and restore main window position.
- Add check/uncheck context menu entries, jump to cursor.
- Time offset controls on main window.
- Get rid of "sample_get_playing" (code duplication).
- Fix segfault when pressing Ctrl+S twice (reported by Avuton Olrich).
- Added Spanish translation by Ricardo Mones (from Debian's patchset).
* Remove patches, they all have been applied upstream.
* Imported Upstream version 0.11
* Remove debian/patches/01-spanish_translation.patch, applied upstream.
* Remove debian/patches/02-gtk_deprecated_calls.patch, applied upstream.
* Remove patches, they all have been applied upstream.
* Don't purge autom4te.cache directory on clean.
-- Alessio Treglia <alessio@debian.org> Sat, 14 Jan 2012 03:25:03 +0100
wavbreaker (0.10-3) unstable; urgency=low
* Team upload.
* Switch to 3.0 (quilt) packaging format. Adopt DH7 pure form.
* debian/patches/02-gtk_deprecated_calls.patch:
- Properly replace GTK+'s deprecated functions.
* debian/patches/03-save_restore_mainwnd_position.patch.
- Save and restore main window position.
* debian/patches/04-new_context_menu_entries:
- Add check/uncheck context menu entries, jump to cursor.
- Add "Check all", "Check none", "Invert checked" items
to the track break context menu and add Ctrl+Space as
a shortcut key combination for "Jump to cursor".
- Updated some translations with new strings.
* debian/patches/05-timeoffset_controls.patch
- Add additonal time offset (min, sec, subsec) controls
to main window for better control of the current cursor
position.
* debian/patches/06-code_duplication.patch
- Fix code duplication.
* debian/patches/07-segfault_when_pressing_save_twice.patch
- Fix segmentation fault when pressing "Save" (or Ctrl+S)
twice in a row.
* Bump Standards.
* Don't install TODO as doc file.
* Remove unneeded debian/dirs file.
* Build with scour to enable SVG optimizations.
* Build-Depends on python-scour.
* Description should not start with an article.
* Move upstream's website from description into the Homepage field.
* debian/copyright
- Fix some lintian warnings:
+ copyright-refers-to-symlink-license
+ copyright-with-old-dh-make-debian-copyright
* Fix watch file to use SF.net's redirector.
-- Alessio Treglia <alessio@debian.org> Wed, 18 May 2011 12:39:48 +0200
wavbreaker (0.10-2) unstable; urgency=low
[ Alessio Treglia ]
* Set package format to 1.0, add quilt support.
* Update team's name and email address, add Vcs-* fields as per
team's spec.
* Add Spanish translation (Closes: #561557).
-- Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org> Sun, 07 Nov 2010 10:43:24 +0100
wavbreaker (0.10-1) unstable; urgency=low
* New upstream release
* Support for PulseAudio; depend on libpulse-dev
* Enable ALSA support; depend on libasound2-dev
-- Thomas Perl <thp@perli.net> Mon, 02 Jun 2008 11:03:42 +0200
wavbreaker (0.9-1) unstable; urgency=low
* New upstream release
* Suggests "moodbar": May be used to generate moodbars displayed in
wavbreaker
-- Thomas Perl <thp@perli.net> Mon, 19 Nov 2007 14:29:36 +0100
wavbreaker (0.8.1-2) unstable; urgency=low
* Remove po/stamp-po on "clean" in debian/rules so the gettext mo files
get re-built when the package is built twice in a row (Closes: #441731)
-- Thomas Perl <thp@perli.net> Fri, 21 Sep 2007 19:09:07 +0200
wavbreaker (0.8.1-1) unstable; urgency=low
* New upstream release
-- Thomas Perl <thp@perli.net> Sat, 07 Jul 2007 14:23:05 +0200
wavbreaker (0.8-4) unstable; urgency=low
* Upgrade wavbreaker.menu file to new menu policy (renamed sections)
-- Thomas Perl <thp@perli.net> Tue, 15 May 2007 23:51:28 +0200
wavbreaker (0.8-3) unstable; urgency=low
* Remove po/*.gmo on clean to fix a FTBFS (Closes: #424127)
-- Thomas Perl <thp@perli.net> Tue, 15 May 2007 23:48:00 +0200
wavbreaker (0.8-2) unstable; urgency=low
* Updated and enhanced copyright file
* Upload again to ftp-master (Closes: #282456)
-- Thomas Perl <thp@perli.net> Sun, 13 May 2007 13:46:02 +0200
wavbreaker (0.8-1) unstable; urgency=low
[ Thomas Perl ]
* Initial release (Closes: #282456)
[ Free Ekanayaka ]
* Added watch file
-- Free Ekanayaka <freee@debian.org> Fri, 11 May 2007 00:36:19 +0200
|