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 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600
|
quassel (1:0.13.1-5) unstable; urgency=medium
[ Christian Göttsche ]
* Start quasselcore with --require-ssl (Closes: #950244)
[ Felix Geyer ]
* Switch to debhelper compat level 12.
-- Felix Geyer <fgeyer@debian.org> Fri, 12 Feb 2021 18:40:17 +0100
quassel (1:0.13.1-4) unstable; urgency=medium
[ Scott Kitterman ]
* Add explicit build-depeds on debhelper (>= 10.3~) since we use dh_missing
* Bump standards-version to 4.5.0 without further change
* Add Recommends: ca-certificates to quassel and quassel-client so network
certificates can be verified
[ Felix Geyer ]
* Add patches to fix building against Qt 5.14 from Ubuntu.
Thanks Dan Streetman! (Closes: #964687)
-- Felix Geyer <fgeyer@debian.org> Mon, 13 Jul 2020 23:13:31 +0200
quassel (1:0.13.1-3) unstable; urgency=medium
* Delete quassel-core.NEWS, not needed
* Bump standards version to 4.4.1 without further change
* Switch from deboan/compat + debhelper to debhelper-compat
-- Scott Kitterman <scott@kitterman.com> Sat, 18 Jan 2020 15:55:00 -0500
quassel (1:0.13.1-2) unstable; urgency=medium
[ Felix Geyer ]
* Fix quasselcore AppArmor denials when the config is saved. (Closes:
#940482)
[ Scott Kitterman ]
* Correct default channel for Debian
* Add NEWS entry about reloading the quaseelcore AppArmor profile
-- Scott Kitterman <scott@kitterman.com> Sat, 11 Jan 2020 15:00:28 -0500
quassel (1:0.13.1-1) unstable; urgency=medium
[ Scott Kitterman ]
* New upstream bugfix release
* Do not explicitly set DEMBED_DATA=OFF, it is the default when KDE (Kf5)
integration is enabled
* Update debian/copyright
* Add hurd-i386 to libqt5webkit5-dev build-depends arch list, since it is
available there
[ Shane Synan ]
* Clean up and update manpages with new options for Quassel 0.13.1
-- Scott Kitterman <scott@kitterman.com> Fri, 15 Feb 2019 13:00:08 -0500
quassel (1:0.13.0-4) unstable; urgency=medium
* Fix install of ufw profile so install is only attempted for quassel-core
(fixes arch all FTBFS)
* Replace obsolete dh_install --fail-missing with dh_missing --fail-missing
-- Scott Kitterman <scott@kitterman.com> Sun, 06 Jan 2019 04:33:59 -0500
quassel (1:0.13.0-3) unstable; urgency=medium
[ Scott Kitterman ]
* Make quassel-data Multi-Arch: foreign
* Add apparmor profile (adopted from Ubuntu)
* Bump standards-version to 4.3.0 without further change
[ Michael Marley ]
* Add reload support to quasselcore service to re-read SSL certificates
* Add ufw profile (adopted from Ubuntu)
[ Shane Synan ]
* Clean up and update manpages with new options for Quassel 0.13.0
* Update manpages to mention file paths for quassel, quasselclient, and
quasselcore (Closes: #724617)
-- Scott Kitterman <scott@kitterman.com> Sat, 05 Jan 2019 23:45:11 -0500
quassel (1:0.13.0-2) unstable; urgency=medium
* Upload to unstable
* Set -DWITH_OXYGEN_ICONS for compatibility for Oxygen users
* Add oxygen-icon-theme as an alternative Recommends to breeze-icon-theme
* Make debian/NEWS specific to quassel-core and quassel binaries
-- Scott Kitterman <scott@kitterman.com> Wed, 05 Dec 2018 00:34:55 -0500
quassel (1:0.13.0-1) experimental; urgency=medium
* New upstream release (Closes: #915244)
- Delete debian/patches/03_force_icon_theme.patch, fixed upstream
- Refresh remaining patch
* Add libqt5webkit5-dev to build depends for archs where qtwebengine5-dev is
not available and update the qtwebengine5-dev arch list
* Set web backend during configure in debian/rules (Thanks to Michael
Marley)
* Update debian/copyright
* Add debian/NEWS item suggesting a backup of the database
* Add debian/patches/02_script_interpreter_path.patch to use correct path in
scripts
* Bump standards-version to 4.2.1 without further change
* Add qtmultimedia5-dev to build-depends
* Update debian/patches/01_default_network_channel.patch to connect via SSL
(TLS) when possible
* Add symlink to usr/bin/mpris-quassel from usr/share/quassel/scripts/mpris
so the script is available on the system path
* Change recommended icon theme to breeze-icon-theme to match Plasma default
* Include quassel unique icons for breeze and breeze-dark icon themes
-- Scott Kitterman <scott@kitterman.com> Mon, 03 Dec 2018 17:27:44 -0500
quassel (1:0.12.5-3) unstable; urgency=medium
* Change postinst script to call runuser instead of su. (Closes: #906794)
-- Felix Geyer <fgeyer@debian.org> Sun, 07 Oct 2018 16:43:33 +0200
quassel (1:0.12.5-2) unstable; urgency=high
* Build-depend on qtwebengine5-dev only for archs where it's available.
-- Felix Geyer <fgeyer@debian.org> Wed, 25 Apr 2018 22:58:59 +0200
quassel (1:0.12.5-1) unstable; urgency=high
* New upstream release.
- Fixes a deserialization security vulnerability.
- Fixes a DoS while quassel is starting up.
* Drop Fix_the_ssl_check_with_Qt_5.6_and_gcc_5.patch, applied upstream.
* Build against Qt WebEngine instead of QtWebKit, following upstream.
* Move git repo to salsa.debian.org
-- Felix Geyer <fgeyer@debian.org> Wed, 25 Apr 2018 19:58:02 +0200
quassel (1:0.12.4-3) unstable; urgency=medium
* Depend on default-dbus-session-bus | dbus-session-bus instead of dbus-x11.
(Closes: #836142)
* Provide support for --listen option in the init script and systemd service.
(Closes: #590645)
* Fix the OpenSSL detection.
- Add Fix_the_ssl_check_with_Qt_5.6_and_gcc_5.patch,
cherry picked from upstream.
* Switch to debhelper compat level 10.
* quassel-core postinst: chmod/chown only after creating the files/dirs.
* Remove transitional packages quassel-kde4 and quassel-client-kde4.
-- Felix Geyer <fgeyer@debian.org> Thu, 08 Feb 2018 18:31:06 +0100
quassel (1:0.12.4-2) unstable; urgency=medium
* Fix FTBFS when building only architecture dependent packages.
-- Felix Geyer <fgeyer@debian.org> Tue, 26 Apr 2016 19:10:51 +0200
quassel (1:0.12.4-1) unstable; urgency=medium
* New upstream release.
* quassel-core: Add libqt5sql5-psql to Suggests since PostgreSQL is supported
as an alternative backend. (Closes: #552374)
* Pass service name to dh_systemd_*. (Closes: #811149)
* Replace bundled inxi script with a symlink to the one provided by pkg:inxi.
(Closes: #814278)
-- Felix Geyer <fgeyer@debian.org> Tue, 26 Apr 2016 18:16:53 +0200
quassel (1:0.12.3-1) unstable; urgency=medium
* New upstream release.
* Drop patches that have been applied upstream:
- 02_set-required-libs-and-flags.patch
- 04_fix_ftbfs_qt55.patch
- CVE-2015-8547.patch
-- Felix Geyer <fgeyer@debian.org> Thu, 11 Feb 2016 21:38:13 +0100
quassel (1:0.12.2-3) unstable; urgency=high
* Fix CVE-2015-8547: op command denial of service issue (Closes: #807801)
- Add CVE-2015-8547.patch
-- Felix Geyer <fgeyer@debian.org> Mon, 14 Dec 2015 21:25:33 +0100
quassel (1:0.12.2-2) unstable; urgency=medium
* Fix FTBFS with Qt 5.5. (Closes: #802868)
- Add 04_fix_ftbfs_qt55.patch
-- Felix Geyer <fgeyer@debian.org> Thu, 29 Oct 2015 17:05:50 +0100
quassel (1:0.12.2-1) unstable; urgency=medium
[ Felix Geyer ]
* New upstream release. (Closes: #779726)
* Remove patches that have been applied upstream:
- CVE-2014-8483.patch
- CVE-2015-2778.patch
- CVE-2015-3427.patch
* Set maintainer to Debian KDE Extras Team.
* Add Vcs control fields pointing to the new git packaging repo.
(Closes: #732605)
* Drop explicit phonon depenencies, they are automatically added.
* Build quassel against Qt5 + KF5 libs instead of a Qt4 and a KDE4 variant.
(Closes: #784519)
- Remove quassel-data-kde4.
- Turn quassel-kde4 and quassel-client-kde4 into transitional packages.
* Enable parallel building.
* Pass --fail-missing to dh_install.
* Create the SSL certificate as user quasselcore to avoid a symlink race
condition. (Closes: #753737)
* Stop hardcoding the path to deluser / delgroup in postrm.
* Enable all hardening build flags.
* Build with -Wl,--as-needed.
* Fix detection of OpenSSL when building against Qt5.
- Add 02_set-required-libs-and-flags.patch from openSUSE.
* Work around missing icon theme fallback in KF5.
- Add 03_force_icon_theme.patch
- Add oxygen-icon-theme to quassel-data/Recommends.
[ Scott Kitterman ]
* Add systemd service file and associated changes for quasselcore.
-- Felix Geyer <fgeyer@debian.org> Thu, 10 Sep 2015 22:44:32 +0200
quassel (1:0.10.0-2.4) unstable; urgency=high
* Non-maintainer upload.
* Fix CVE-2015-3427: SQL injection vulnerability in PostgreSQL backend.
(Closes: #783926)
- Add debian/patches/CVE-2015-3427.patch, cherry-picked from upstream.
- The original issue was CVE-2013-4422 which had an incomplete fix.
-- Felix Geyer <fgeyer@debian.org> Tue, 05 May 2015 16:48:57 +0200
quassel (1:0.10.0-2.3) unstable; urgency=high
* Non-maintainer upload with maintainer's permission.
* Improve the message-splitting algorithm for PRIVMSG and CTCP. Original
patch from Michael Marley, backported by Steinar H. Gunderson. Fixes
CVE-2015-2778 and CVE-2015-2779. (Closes: #781024)
-- Olly Betts <olly@survex.com> Wed, 01 Apr 2015 11:41:28 +1300
quassel (1:0.10.0-2.2) unstable; urgency=high
* Non-maintainer upload.
* Increment Debian revision and epoch to re-upload 0.10.0-2.1 to
unstable containing the fix for #766962 / CVE-2014-8483:
out-of-bounds read in ECB Blowfish decryption.
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 08 Nov 2014 14:14:56 +0100
quassel (0.10.0-2.1) unstable; urgency=high
* Non-maintainer upload.
* Add CVE-2014-8483.patch patch.
CVE-2014-8483: out-of-bounds read in ECB Blowfish decryption.
(Closes: #766962)
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 02 Nov 2014 19:10:58 +0100
quassel (0.10.0-2) unstable; urgency=low
* Fixing security issue where quassel core certificate is
readable by all local users
- Change permissions of /var/lib/quassel/quasselCert.pem
- Add debian/NEWS to notify the admin to change the certificate
-- Thomas Mueller <thomas.mueller@tmit.eu> Fri, 04 Jul 2014 17:15:10 +0200
quassel (0.10.0-1) unstable; urgency=low
* New upstream release
* Debian policy to 3.9.5
* Don't create 1024 bit key (Closes: #732728)
* Start quaselcore after databases (Closes: #701943)
-- Thomas Mueller <thomas.mueller@tmit.eu> Fri, 09 May 2014 17:42:19 +0200
quassel (0.9.2-1) unstable; urgency=low
* New upstream release
* Increase debhelper compat to 9 - supporting hardening now
-- Thomas Mueller <thomas.mueller@tmit.eu> Tue, 26 Nov 2013 22:53:55 +0100
quassel (0.9.1-1) unstable; urgency=low
* New upstream release
-- Thomas Mueller <thomas.mueller@tmit.eu> Tue, 05 Nov 2013 17:39:26 +0100
quassel (0.8.0-1) unstable; urgency=low
* New upstream release
* Debian Policy to 3.9.3
-- Thomas Mueller <thomas.mueller@tmit.eu> Wed, 25 Apr 2012 00:02:51 +0200
quassel (0.7.3-2.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "fails to upgrade from squeeze": test for existence of to-be-moved
file in quassel-core.preinst; and use -p for mkdir to avoid errors when
the directory exists, like after failed upgrades.
(Closes: #655844)
-- gregor herrmann <gregoa@debian.org> Tue, 10 Apr 2012 19:02:42 +0200
quassel (0.7.3-2) unstable; urgency=medium
* Change Build-Depends of the package from libpng12-dev to libpng-dev.
(Closes: #662486)
-- Thomas Mueller <thomas.mueller@tmit.eu> Mon, 05 Mar 2012 09:27:50 +0100
quassel (0.7.3-1) unstable; urgency=medium
* New upstream release
* Translation update
* Fixing security issue: ctcp DoS (Closes: #640960)
-- Thomas Mueller <thomas.mueller@tmit.eu> Fri, 09 Sep 2011 19:00:55 +0000
quassel (0.7.2-2) unstable; urgency=low
* DATADIR set to new location /var/lib/ (Closes: #629507)
-- Thomas Mueller <thomas.mueller@tmit.eu> Tue, 07 Jun 2011 19:01:51 +0000
quassel (0.7.2-1) unstable; urgency=low
* New upstream release (Closes: #629393)
* Clients no longer recommend quassel-core (Closes: #622904)
* Debian Policy to 3.9.2
* quassel-core.preinst added - taken from Ubuntu (Closes: #612042)
Thanks to Scott Kitterman <scott@kitterman.com>
-- Thomas Mueller <thomas.mueller@tmit.eu> Mon, 06 Jun 2011 20:40:24 +0200
quassel (0.7.1-4) unstable; urgency=low
* 0.7.1-3 lost the kfreebsd patch of 0.7.1-2
-- Thomas Mueller <thomas.mueller@tmit.eu> Thu, 14 Apr 2011 20:08:27 +0200
quassel (0.7.1-3) unstable; urgency=low
* Build-dependency qt4-dev-tools added (Closes: #613599)
* Build-dependency libqtwebkit-dev added (Closes: #622273)
* Build-dependency libdbusmenu-qt-dev added
* Build-dependency libindicate-qt-dev added
-- Thomas Mueller <thomas.mueller@tmit.eu> Tue, 12 Apr 2011 22:40:46 +0200
quassel (0.7.1-2) unstable; urgency=low
* Patch added to fix kfreebsd builds (Closes: #620542)
-- Thomas Mueller <thomas.mueller@tmit.eu> Mon, 11 Apr 2011 21:44:34 +0200
quassel (0.7.1-1.1) unstable; urgency=low
* Non-maintainer upload with maintainer permission.
* Do not hardcode kdelibs5 and kdebase-runtime in quassel-client-kde4 and
quassel-kde4 Depends (Closes: #616026). kdelibs5 has been deprecated and
will be removed soon while kdebase-runtime is added via shlibs as needed.
-- Modestas Vainius <modax@debian.org> Wed, 30 Mar 2011 18:59:12 +0300
quassel (0.7.1-1) unstable; urgency=low
* New upstream release
-- Thomas Mueller <thomas.mueller@tmit.eu> Tue, 21 Sep 2010 19:59:07 +0200
quassel (0.7.0-1) unstable; urgency=low
* New upstream release
-- Thomas Mueller <thomas.mueller@tmit.eu> Sat, 18 Sep 2010 19:19:40 +0200
quassel (0.6.1-2) unstable; urgency=low
* add dependency to gawk (closes: #592455)
* remove manageusers.py (closes: #590644)
* man pages updated (closes: #590643)
* dump Debian Policy to 3.9.1
-- Thomas Mueller <thomas.mueller@tmit.eu> Sun, 15 Aug 2010 23:11:16 +0200
quassel (0.6.1-1) unstable; urgency=low
* New upstream release
* Switch to dpkg-source 3.0 (quilt) format
* desktop notification have been reimplemented (closes: #562974)
-- Thomas Mueller <thomas.mueller@tmit.eu> Wed, 21 Apr 2010 20:11:17 +0200
quassel (0.5.2-3) unstable; urgency=low
* missing name changes quassel-core - in init and default
-- Thomas Mueller <thomas.mueller@tmit.eu> Thu, 18 Feb 2010 17:12:06 +0100
quassel (0.5.2-2) unstable; urgency=low
* Re-include init script into (closes: #569942)
* Fixing lintian error init.d-script-missing-dependency-on-remote_fs
-- Thomas Mueller <thomas.mueller@tmit.eu> Thu, 18 Feb 2010 17:11:18 +0100
quassel (0.5.2-1) unstable; urgency=low
* New upstream release (closes: #556309)
* Fixing minor lintian warnings:
- copyright-with-old-dh-make-debian-copyright
- duplicate-long-description
- quilt-patch-missing-description
* package descriptions have been reviewed by debian-i10n-english
* fixing dependencies - thanks to puiparts:
- quassel-client: phonon
- quassel: phonon
- quassel-kde4: kdebase-runtime, kdelibs5
- quassel-client-kde4: kdebase-runtime, kdelibs5
-- Thomas Mueller <thomas.mueller@tmit.eu> Mon, 01 Feb 2010 23:41:05 +0100
quassel (0.5.1-3) unstable; urgency=low
* Conflict dependency added between quassel-data and quassel-data-
kde4(closes: #566097)
-- Thomas Mueller <thomas.mueller@tmit.eu> Thu, 21 Jan 2010 20:36:09 +0100
quassel (0.5.1-2) unstable; urgency=low
* KDE4 support enabled (closes: #561795)
- package quassel-kde4 (monolithic client with KDE) has been added
- package quassel-client-kde4 (client with KDE) has been added
- package quassel-data-kde4 (data files) has been added
* switch from cdbs to debhelper - basic idea taken from the ubuntu package
thanks guys
* quilt is used as patch system now
-- Thomas Mueller <thomas.mueller@tmit.eu> Thu, 11 Jan 2010 12:52:45 +0100
quassel (0.5.1-1) unstable; urgency=low
* New upstream release
* dbus-x11 dependency moved to quasselclient & quassel (closes: #552061)
* remove deprecated usage of argument -datadir (closes: #552373)
-- Thomas Mueller <thomas.mueller@tmit.eu> Sun, 22 Nov 2009 23:44:04 +0100
quassel (0.5.0-1) unstable; urgency=low
* New upstream release
-- Thomas Mueller <thomas.mueller@tmit.eu> Thu, 22 Oct 2009 22:19:05 +0200
quassel (0.5.0~rc2-1) experimental; urgency=low
* New upstream release (rc2)
* Make puiparts happy (closes: #538182)
* manageusers.py added (closes: #549296)
-- Thomas Mueller <thomas.mueller@tmit.eu> Mon, 05 Oct 2009 23:13:06 +0200
quassel (0.4.2-1) unstable; urgency=low
* New upstream release
* watch file looks to the *.tar.bz2 directly
no longer scanning the html page
-- Thomas Mueller <thomas.mueller@tmit.eu> Thu, 28 May 2009 21:42:24 +0200
quassel (0.4.1-1) unstable; urgency=low
* New upstream release
-- Thomas Mueller <thomas.mueller@tmit.eu> Sun, 29 Mar 2009 12:51:42 +0200
quassel (0.4.0-1) unstable; urgency=low
* New upstream release
* repackaging no longer necessary, because svgz of oxygen icons have been
added to the source tarball:
- debian/repack.sh removed
- debian/README.source removed
- debian/watch adjusted
- debian/rules: get-orig-source removed
* debian/copyright updated: license for oxygen icons added
* debian/quassel-core.logrotate added
* debian/patcher/01_default_network_channel.patch added
-- Thomas Mueller <thomas_mueller_ffb@online.de> Wed, 18 Feb 2009 22:14:23 +0100
quassel (0.3.1+dfsg-3) unstable; urgency=low
* fixing bug on upgrade (closes: #513677)
* 'set -e' removed from ini script
* cleanup in quassel-core.postrm
-- Thomas Mueller <thomas_mueller_ffb@online.de> Wed, 11 Feb 2009 21:14:33 +0100
quassel (0.3.1+dfsg-2) unstable; urgency=low
* init script added (closes: #513677)
* user and group for the daemon added (closes: #513677)
* ssl certificate has been added (closes: #511169)
All scripts are based on the ubuntu package
thanks to Harald Sitter <apachelogger@ubuntu.com>
* Version in manpages have been adjusted.
-- Thomas Mueller <thomas_mueller_ffb@online.de> Mon, 10 Feb 2009 23:13:25 +0100
quassel (0.3.1+dfsg-1) unstable; urgency=low
* New upstream release
* upstream update to 0.3.0.3 (closes: #498283)
* upstream update to 0.3.0.1 (closes: #498283)
* watch file added - thx to Per Hausen
* Downgrade quasselclient's dependency on quasselcore (closes: #503126)
The packages quassel-client and quassel-core can be installed separately
now.
The package quassel is a dummy package, which installs client and core.
* Additional package for the monolithic client.
* Repackaging orig.tar.gz to remove the oxygen icons. They are no longer
needed because we go for the locally installed oxygen icons of the package
kde-icons-oxygen.
* License for oxygen removed, because it is no longer part of the package.
* debian/repack.sh added + bz2 handling
* debian/README.source
* debian/watch changed to handle repackaging
* debian/patches removed - no need to patch anything at the moment
* debian/control: dependeny libqt4-sql-sqlite added
-- Thomas Mueller <thomas_mueller_ffb@online.de> Tue, 08 Jan 2009 01:44:23 +0100
quassel (0.2~rc1-1) unstable; urgency=low
* download link in copyright changed
* manpage warnings removed
* update to debian policy 3.8
* upstream update to 0.2.0-rc1
-- Thomas Mueller <thomas_mueller_ffb@online.de> Mon, 07 Jul 2008 20:56:53 +0100
quassel (0.2~beta1-1) unstable; urgency=low
* svg files for oxygen icons added src/icons/oxygen/scalable
* upstream update to 0.2.0-beta1
-- Thomas Mueller <thomas_mueller_ffb@online.de> Mon, 02 Jun 2008 20:27:28 +0100
quassel (0.2~alpha5-1) unstable; urgency=low
* svgz files for oxygen icons added src/icons/oxygen/scalable
* upstream update to 0.2.0-alpha5
-- Thomas Mueller <thomas_mueller_ffb@online.de> Mon, 21 Apr 2008 22:20:18 +0100
quassel (0.2~alpha2-3) unstable; urgency=low
* debian/copyright updated: license for oxygen icons added
-- Thomas Mueller <thomas_mueller_ffb@online.de> Mon, 24 Mar 2008 20:01:18 +0100
quassel (0.2~alpha2-2) unstable; urgency=low
* debian/copyright updated
-- Thomas Mueller <thomas_mueller_ffb@online.de> Wed, 12 Mar 2008 21:48:12 +0100
quassel (0.2~alpha2-1) unstable; urgency=low
* Debianized
-- Thomas Mueller <thomas_mueller_ffb@online.de> Sun, 02 Mar 2008 11:40:43 +0100
quassel (0.2~alpha2-0ubuntu1~hardy1~ppa1) hardy; urgency=low
* Hardy PPA Build
-- Harald Sitter <apachelogger@ubuntu.com> Sat, 01 Mar 2008 21:05:03 +0100
quassel (0.2~alpha2-0ubuntu1) ibex; urgency=low
* Initial release (LP: #195861)
-- Harald Sitter <apachelogger@ubuntu.com> Sat, 23 Feb 2008 14:22:06 +0100
|