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 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
|
snack (2.2.10.20090623-dfsg-10) unstable; urgency=medium
* Source upload.
-- Sergei Golovan <sgolovan@debian.org> Mon, 02 Sep 2019 09:18:27 +0300
snack (2.2.10.20090623-dfsg-9) unstable; urgency=medium
* Drop the python-tksnack package because of Python 2 removal from Debian
(closes: #938506).
* Bump the standards version to 4.4.0.
-- Sergei Golovan <sgolovan@debian.org> Fri, 30 Aug 2019 12:55:43 +0300
snack (2.2.10.20090623-dfsg-8) unstable; urgency=medium
* Pass --build and --host to ./configure to fix cross-building the package,
thanks to Helmut Grohne (closes: #901328).
* Bump the standards version to 4.2.0.
-- Sergei Golovan <sgolovan@debian.org> Fri, 10 Aug 2018 11:55:05 +0300
snack (2.2.10.20090623-dfsg-7) unstable; urgency=medium
* Add osspd as an explicit dependency of libsnack-oss since for linux it
is preferable to oss-compat.
* Put libsnack-oss before libsnack-alsa in the tcl-snack dependencies
because it works better (ALSA support in Snack is very basic) and it can
be used with pulseaudio via osspd.
* Refresh patches.
* Add Debian-specific CFLAGS to the build and fix a few warinigs and errors
they reveal.
* Add VCS salsa headers.
* Bump the debhelper compatibility level to 11.
* Bump the standards version to 4.1.4.
-- Sergei Golovan <sgolovan@debian.org> Tue, 24 Apr 2018 12:12:20 +0300
snack (2.2.10.20090623-dfsg-6) unstable; urgency=medium
* Added a patch which fixes a few warnings due to missing prototypes and
variable declarations.
* Fixed the library loading into Python scripts.
-- Sergei Golovan <sgolovan@debian.org> Thu, 19 Nov 2015 21:49:33 +0300
snack (2.2.10.20090623-dfsg-5) unstable; urgency=medium
* Ported Python module and demos to Python 3.
* In addition to python-tksnack, build also python3-tksnack package for
Python 3.
* Do not ship python script in /usr/share/pyshared directory, and put
them directly into /usr/lib/python*/dist-packages.
* Bumped standards version to 3.9.6.
-- Sergei Golovan <sgolovan@debian.org> Sat, 18 Apr 2015 22:16:48 +0300
snack (2.2.10.20090623-dfsg-4) unstable; urgency=low
* Fixed conflicts in libsnack-oss and libsnack-alsa dependencies which
prevented the tcl-snack to be installable (closes: #722431).
-- Sergei Golovan <sgolovan@debian.org> Thu, 12 Sep 2013 11:13:26 +0400
snack (2.2.10.20090623-dfsg-3) unstable; urgency=low
* Documented license for generic/SnackOgg.c, generic/jkFormant.h,
generic/jkFormant.c and generic/sigproc2.c in debian/copyright
(closes: #721507).
-- Sergei Golovan <sgolovan@debian.org> Sun, 01 Sep 2013 19:18:13 +0400
snack (2.2.10.20090623-dfsg-2) unstable; urgency=low
* Replaced deprecated dh_pysypport from python-support by dh_python2.
* Dropped all debian/*.dirs files because they aren't necessary.
* Added build-arch and build-indep targets to debian/rules (closes: #648302).
* Dropped tcl-snack-alsa package and split out the backend dependent
shared libraries into libsnack-oss and libsnack-alsa packages. This
helps avoiding complex dependencies for packages like tkabber or
wavesurfer (see bug 567713 for discussion).
* Swapped libsnack-alsa and libsnack-oss to make ALSA enabled library
the default one (closes: #567713).
-- Sergei Golovan <sgolovan@debian.org> Sun, 25 Aug 2013 12:21:48 +0400
snack (2.2.10.20090623-dfsg-1) unstable; urgency=low
* Acknowledge NMU and include patch by Michael Karcher to fix CVE-2012-6303
to the main package development.
* Switched to the 3.0 (quilt) source package format.
* Renamed the binary packages to tcl-snack, tcl-snack-dev, tcl-snack-doc
to comply the Debian Tcl/Tk policy.
* Removed non-free source files jkFormatMP3.c and jkFormatMP3.h, and
binary without source snack.mcp.sit.hqx. Also, documented the license
for ffa.c, shape.c, snackDecls.h, snackStubInit.c, snackStubLib.c and
a few other files in debian/copyright (closes: #688020).
* Switched to an alternative upstream with reimplemented MP3 support via
libmpg123. This helps to retain MP3 support while dropping the non-free
source files jkFormatMP3.c and jkFormatMP3.h which implemented MP3
support internally. Note that after that one has to run
[package require snackmpg] to enable MP3.
* Removed unneeded headers from the tcl-snack-dev binary package.
* Bumped debhelper compatibility version to 8.
* Bumped standards version to 3.9.4.
-- Sergei Golovan <sgolovan@debian.org> Sat, 27 Jul 2013 20:49:27 +0400
snack (2.2.10-dfsg1-12.1) unstable; urgency=low
* Non-maintainer upload.
* Include patch by Michael Karcher to fix CVE-2012-6303 (Closes: #695614).
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Wed, 02 Jan 2013 00:56:47 +0100
snack (2.2.10-dfsg1-12) unstable; urgency=low
* Fixed FTBFS for non-linux architectures.
* Added Tk package to suggested packages list because Snack has sound
visualization support.
-- Sergei Golovan <sgolovan@debian.org> Wed, 10 Aug 2011 21:46:20 +0400
snack (2.2.10-dfsg1-11) unstable; urgency=low
* Use linux-any wildcard to express build dependency on libasound2-dev
(closes: #634299).
* Bumped standards version to 3.9.2.
-- Sergei Golovan <sgolovan@debian.org> Wed, 10 Aug 2011 14:00:50 +0400
snack (2.2.10-dfsg1-10) experimental; urgency=low
* Rebuild snack with Tcl/Tk 8.5.
* Added a patch which fixes several cases of searching for arguments
beyond the array of them (closes: #582601).
* Added ${misc:Depends} substitution variable to debian/control because
the package is using debhelper to build.
* Added patch which removes unnecessary libraries from the list libsnack.so
links to.
* Bumped standards version to 3.9.0.
-- Sergei Golovan <sgolovan@debian.org> Thu, 22 Jul 2010 22:23:47 +0400
snack (2.2.10-dfsg1-9) unstable; urgency=low
* Added patch which makes snack build with glibc 2.10 (closes: #548641).
* Use quilt for patch management.
* Bumped standards version to 3.8.3.
-- Sergei Golovan <sgolovan@debian.org> Thu, 29 Oct 2009 21:58:50 +0300
snack (2.2.10-dfsg1-8) unstable; urgency=low
* Borrowed patch from Jeremiah at Myah OS which makes libsnack2-alsa working
with ALSA 1.0.16 (closes: #503398).
-- Sergei Golovan <sgolovan@debian.org> Sat, 25 Oct 2008 21:33:33 +0400
snack (2.2.10-dfsg1-7) unstable; urgency=low
* Added new binary package libsnack2-alsa with enabled ALSA
(closes: #240244).
* Bumped standards version to 3.8.0.
* Mangled Debian version in debian/watch.
* Removed build essential package dpkg-dev from build dependencies.
-- Sergei Golovan <sgolovan@debian.org> Fri, 04 Jul 2008 16:07:37 +0400
snack (2.2.10-dfsg1-6) unstable; urgency=low
* Converted copyright to UTF-8.
* Moved python-tksnack package to python section.
* Bumped standards version to 3.7.3.
-- Sergei Golovan <sgolovan@debian.org> Sat, 09 Feb 2008 11:44:42 +0300
snack (2.2.10-dfsg1-5) unstable; urgency=low
* Adapted the package to Debian Tcl/Tk policy. This includes moving the Tcl
modules into a subdirectory of /usr/lib/tcltk and switching to default
tcl package in dependencies.
* Added Homepage field in debian/control.
-- Sergei Golovan <sgolovan@debian.org> Sun, 18 Nov 2007 12:20:24 +0300
snack (2.2.10-dfsg1-4) unstable; urgency=low
* Fixed binary-indep and binary-arch targets in debian/rules, and moved
python-support to build-depends-indep dependencies.
* Rewritten clean target in debian/rules to ignore only missing Makefile
error.
* Added uscan control script debian/watch.
-- Sergei Golovan <sgolovan@debian.org> Sun, 16 Sep 2007 21:22:23 +0400
snack (2.2.10-dfsg1-3) unstable; urgency=low
* Added python-tksnack package which provides python interface to snack
(closes: #260100).
* Changed package priority to optional and made descriptions more clear.
* Moved documentation from /usr/share/doc/libsnack2 to
/usr/share/doc/libsnack2-doc directory.
* Added libsnack2-doc to suggested packages for libsnack2 and
python-tksnack, and vice versa.
-- Sergei Golovan <sgolovan@debian.org> Sun, 26 Aug 2007 14:23:34 +0400
snack (2.2.10-dfsg1-2) unstable; urgency=low
* New maintainer's email address sgolovan@debian.org.
* Enabling ALSA leads to a regression, so disabled it again
(closes: #431341).
-- Sergei Golovan <sgolovan@debian.org> Sat, 04 Aug 2007 21:35:18 +0400
snack (2.2.10-dfsg1-1) unstable; urgency=low
* New maintainer Sergei Golovan (closes: #406132).
* New upstream release.
* Enabled ALSA during build (closes: #240244).
* Added get-orig-source target to debian/rules.
* Fixed clean target in debian/rules.
* Fixed compressing examples and their permissions.
* Removed postinst and prerm scripts because they are empty.
* Added homepage to debian/control.
* Removed redundant build-dependency on libx11-dev.
* Moved libsnackstub library to libsnack2-dev package.
-- Sergei Golovan <sgolovan@nes.ru> Sun, 13 May 2007 13:56:40 +0400
snack (2.2.9.dfsg-2) unstable; urgency=low
* QA upload.
* Set maintainer to QA Group; Orphaned: #406132
* Update debian/copyright
* Replace call to deprecated dh_installmanpages
* Conforms with latest Standards Version 3.7.2
-- Michael Ablassmeier <abi@debian.org> Tue, 23 Jan 2007 08:41:42 +0100
snack (2.2.9.dfsg-1.1) unstable; urgency=medium
* Non-maintainer upload for release critical bugs.
* Rework debian/rules to actually put content into the -dev package.
(Closes: #362436, #334834)
* Remove binary-only tclkit-linux-x86 from upstream tarball.
(Closes: #319985)
* Make package binNMU-safe.
-- Thijs Kinkhorst <thijs@debian.org> Thu, 12 Oct 2006 15:27:16 +0200
snack (2.2.9-1) unstable; urgency=low
* New upstream release (closes: #294713)
* change build-dep from tk8.3-dev to tk8.4-dev
* removed xlibs-dev, included libx11-dev
-- David A. van Leeuwen <vleeuwen@debian.org> Tue, 22 Mar 2005 14:22:15 +0100
snack (2.2.2-4) unstable; urgency=low
* Changed priority and some sections, to prevent override disparities.
-- David A. van Leeuwen <vleeuwen@debian.org> Tue, 22 Mar 2005 14:14:13 +0100
snack (2.2.2-3) unstable; urgency=low
* Installed libvorbis0a (testing), hoping that ${shlibs:Depends}
figures out the testing-status dependency (libvorbis0 has disappeared
since potato). Installed testing-libc6 for that. Had to remove
a whole lot of packages for that. Whatever. Anything for
one bug less. (closes: #212297)
-- David A. van Leeuwen <vleeuwen@debian.org> Wed, 24 Sep 2003 23:52:43 +0200
snack (2.2.2-2) unstable; urgency=low
* added a million of -a and -i's in debian/rules. Sorry, but i find the
mixed architecture dependen/indenpendent rules files not elegant. (closes: #196635)
* 2.1.6-1 closed a lot of minor issues. (closes: #144488)
* Repeated short description in control file in -dev and -doc packages. (closes: #134397)
-- David A. van Leeuwen <vleeuwen@debian.org> Mon, 18 Aug 2003 21:03:01 +0200
snack (2.2.2-1) unstable; urgency=low
* new upstream (closes: #200145) (closes: #183133)
* remove the freewrap binary from examples/tcl
* compile the with stubs (closes: #180526)
* spelling error fileformats -> file formats already fixed in
previous releases (closes: #125047)
-- David A. van Leeuwen <vleeuwen@debian.org> Sun, 27 Jul 2003 14:16:27 +0200
snack (2.1.6-3) unstable; urgency=low
* included libogg support. (closes: #181313)
* updated debian/dirs
-- David A. van Leeuwen <vleeuwen@debian.org> Tue, 6 May 2003 23:39:03 +0200
snack (2.1.6-2) unstable; urgency=low
* copy examples in debian/tmp/libsnack2-doc _after_ dh_compress (closes: #191949)
-- David A. van Leeuwen <vleeuwen@debian.org> Tue, 6 May 2003 21:52:03 +0200
snack (2.1.6-1) unstable; urgency=low
* Accepted all changes kindly provided by Teemu Hukkanen, this changelog
entry is just for finding key in keyring
* Changed email address
-- David A. van Leeuwen <vleeuwen@debian.org> Mon, 6 May 2002 11:59:24 +0200
snack (2.1.6-0) unstable; urgency=low
* New upstream version.
* Compiled with tcl8.3 and tk8.3.
* Removed emacs variables from the changelog.
* Sanitized dependencies.
* Use debhelper correctly in postinst and prerm scripts.
* Previous version was a debian native package, fixed.
* Fixed spelling error in description. (Closes: #125047)
* Added short description to -doc and -dev packages about snack itself.
(Closes: #134397)
* Upgraded Standards-Version to 3.1.0.
* Corrected path to GPL in debian/copyright.
-- Teemu Hukkanen <tjhukkan@iki.fi> Thu, 25 Apr 2002 13:50:40 +0300
snack (2.0.7-2) unstable; urgency=low
* Remove debmake from dependency list, add debhelper instead (closes:
Bug#112293)
* Rebuild on a `woody' i386 machine: get location of tclConfig.sh right
(closes: Bug#112340)
* removed dh_suidregister, as suggested by itself.
-- David A. van Leeuwen <david@tm.tno.nl> Mon, 24 Sep 2001 13:23:08 +0200
snack (2.0.7-1) unstable testing; urgency=low
* Complete new dh_make debianization
-- David A. van Leeuwen <david@tm.tno.nl> Mon, 20 Aug 2001 16:14:02 +0200
snack (2.0.7-0) unstable testing; urgency=low
* New upstream version
-- David A. van Leeuwen <david@tm.tno.nl> Fri, 15 Jun 2001 14:42:00 +0200
snack (1.7.0-1) unstable; urgency=low
* New upstream release
-- David A. van Leeuwen <david@tm.tno.nl> Fri, 25 Aug 2000 15:09:08 +0200
snack (1.6.5-3) unstable; urgency=low
* dependency changed from xpm4g to libxpm, solves bug 67945
-- David A. van Leeuwen <david@tm.tno.nl> Fri, 25 Aug 2000 15:02:15 +0200
snack (1.6.5-2) unstable; urgency=low
* New upload; try to deal with -all.deb file generated on mixed architecture (not so binary-indep after all?)
* Solution: reverse binary-indep and binary-arch dependency of binary in
`rules'; because `debstd' clobbers my -dev_..._all.deb package!
-- David A. van Leeuwen <david@tm.tno.nl> Mon, 6 Mar 2000 17:41:44 +0100
snack (1.6.5-1) unstable; urgency=low
* New upstream version.
* Moved usr/doc to usr/share/doc.
-- David A. van Leeuwen <david@tm.tno.nl> Thu, 2 Mar 2000 09:57:01 +0100
snack (1.6-2) unstable; urgency=low
* Made binary-indep empty, generate snack and snack-dev both in
binary-arch (what is the use of binary-indep if it isn't made by
dpkg-buildpackage?). Should solve bug #50725.
* Do a make distclean, in order to remove config.cache.
* Made snack-dev architecture: all.
-- David A. van Leeuwen <david@tm.tno.nl> Mon, 22 Nov 1999 16:30:58 +0100
snack (1.6-1) unstable; urgency=low
* Initial Release.
-- David A. van Leeuwen <david@tm.tno.nl> Thu, 23 Sep 1999 15:24:33 +0200
|