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 601 602 603 604 605
|
gearmand (1.1.21+ds-1) unstable; urgency=medium
* New upstream version 1.1.21+ds
-- Ondřej Surý <ondrej@debian.org> Sat, 19 Apr 2025 11:53:40 +0200
gearmand (1.1.20+ds-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062054
-- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 09:09:10 +0000
gearmand (1.1.20+ds-1.1) unstable; urgency=medium
* Non-maintainer upload.
[ Helmut Grohne ]
* Install systemd units only once (Closes: #1054482)
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 30 Oct 2023 18:00:00 +0100
gearmand (1.1.20+ds-1) unstable; urgency=medium
[ Jenkins ]
* Apply multi-arch hints. + libgearman-doc: Add Multi-Arch: foreign.
[ Alexandre Mestiashvili ]
* d/copyright, exclude docker and .github dirs via Files-Excluded
* New upstream version 1.1.20+ds
* d/NEWS, remove
* Remove trailing white spaces from d/README.Maintainer
* d/p/typos.patch, add one more typo
* d/libgearman8.symbols, introduce Build-Depends-Package
meta-information field
* d/gearman-job-server.postrm, use --remove-home option,
Closes: #1001958
* d/libgearman8.install, use relative path
* d/libgearman-doc.examples, update examples location
* d/rules cleanup:
- remove systemd, since it is handled by default with dh-compat 10
- remove --dbgsym-migration from dh call
- move --missing-fail to a separate override stanza
* d/control:
- substitute lsb-base with sysvinit-utils
- Policy: 4.6.1
- debhelper-compat 10
-- Alexandre Mestiashvili <mestia@debian.org> Sat, 11 Mar 2023 16:29:56 +0100
gearmand (1.1.19.1+ds-2) unstable; urgency=medium
* Update d/libgearman8.symbols, fix typo in the version
-- Alexandre Mestiashvili <mestia@debian.org> Sun, 29 Mar 2020 14:53:17 +0200
gearmand (1.1.19.1+ds-1) unstable; urgency=medium
* New upstream version 1.1.19.1+ds
* Fix syntax for Restrictions field for tests control file
* Update d/tests/run-tests, use AUTOPKGTEST_TMP instead of ADTTMP
* d/control:
- Remove dh-autreconf and autotools-dev
- Bump policy to 4.5.0, debhelper to debhelper-compat (=10)
- Use python3-sphinx instead of python-sphinx
- Add ${sphinxdoc:Depends} to libgearman-doc
* Update symbols file
* d/rules, remove --parallel and autoreconf
* Remove absent ac_cxx_compile_stdcxx_0x.m4 from d/copiright
-- Alexandre Mestiashvili <mestia@debian.org> Wed, 25 Mar 2020 23:52:10 +0100
gearmand (1.1.18+ds-3) unstable; urgency=medium
* Add "sharness" to debian/tests/control, really fixing #906629
* Fix autopkgtests
-- Alexandre Mestiashvili <mestia@debian.org> Thu, 23 Aug 2018 15:21:58 +0000
gearmand (1.1.18+ds-2) unstable; urgency=medium
* Update Vcs-* to point to salsa.debian.org
* Bump Standards-Version to 4.2.0, update maintainer's email
* Drop embedded copy of sharness recently added do Debian, update tests
Closes: #906629
* Drop Priority field from libgearman8
* Update CC-BY-SA-4.0 license text, update email address
-- Alexandre Mestiashvili <mestia@debian.org> Thu, 23 Aug 2018 14:41:48 +0200
gearmand (1.1.18+ds-1) unstable; urgency=medium
* Update d/gearman-job-server.service, use Type=forking, fix pid file location
* Remove $PARAMS quoting from in the init file, undo wrong changes from
Ubuntu bug #1067316. options with spaces need to be quoted separately
* Move parameters from init script to the defaults file, this way systemd and
init script start gearmand with the same options
* Fix broken link to documentation in the defaults file
* Update d/control, bump Standards-Version to 4.1.2
* Cleanup source tarball by adding Files-Exlcluded stanza to d/copyright
* Update d/watch, add +ds suffix to the package as we remove some cruft
* New upstream version 1.1.18+ds
* Remove pandora-build from Build-Depends, Closes: #799072
* Update logrotate script, send HUP to gearmand in postrotate, Closes: #820889
* Update d/rules, remove autotools-dev from dh call
* Remove obsoleted dh-systemd, use debhelper (>= 9.20160709) instead
-- Alexandre Mestiashvili <alex@biotec.tu-dresden.de> Thu, 21 Dec 2017 14:15:22 +0100
gearmand (1.1.17-2) unstable; urgency=medium
[ Ondřej Surý ]
* Make d/rules much simpler
* Make the dh-systemd mandatory
* Update gbp.conf sections
* Disable tests as they are broken
[ Alexandre Mestiashvili ]
* Update d/rules - exclude doc sources from -doc package
* Upload to unstable (Closes: #853414, #859773)
-- Alexandre Mestiashvili <alex@biotec.tu-dresden.de> Fri, 25 Aug 2017 17:01:54 +0200
gearmand (1.1.17-1) experimental; urgency=medium
* New upstream version 1.1.17
* Bump Standards-Version to 4.0.0
* Remove doc_license.patch, applied by upstream
* Remove upstart service
* Update d/copyright file
* Remove trailing spaces in d/changelog
-- Alexandre Mestiashvili <alex@biotec.tu-dresden.de> Thu, 10 Aug 2017 18:07:47 +0200
gearmand (1.1.15-1) experimental; urgency=medium
[ Ondřej Surý ]
* New upstream version 1.1.11
* New upstream version 1.1.12
* Add hiredis and gperf to B-D
* SOVERSION bump libgearman7 -> libgearman8
* Add branch for 1.11.x release
* Always rebuild the documentation
* Add sphinx-build dependencies
* Add autotools-dev to B-D
* Add M-A support to ax_boost_program_options.m4
* Move sphinx-build to B-D (arch)
* Imported Upstream version 1.1.12-32-g4761b20
* Add missing rules.dh7 header to have DEB_* variables defined
* Imported Upstream version 1.1.13
* Parse upstream version from debian changelog and not from git
* Update libgearman8.symbols with c++filt and bump version to 1.1.13
* Use untranslated symbol as the c++filt translation breaks the build
* Add myself to Uploaders
[ Steffen Moeller ]
* Preparing for repated builds by better clean
[ Alexandre Mestiashvili ]
* Remove XS-Testsuite: autopkgtest from d/control
* Update d/copyright
* Remove d/source/git-patches
* Update d/watch file to use github repository instead of obsoleted launchpad
* Add symbolsfile d/libgearman8.symbols
* Use dh_sphinxdoc to provide symlinks to java script libraries
* Fix systemd service, read parameters from defaults file (Closes: 759584)
* Quote $PARAMS in init script, thanks to Michael Kröll
* Add Documentation key to the service file
* Add copytruncate option to logrotate file, Closes: #744022
* Update init script
* Disable vcs detection
* Apply the patch from #790380 making the build reproducible
* Apply patch provided by Chris Lamb, Closes: #831771
* Remove libcloog-ppl-dev from Build-Depends
* Update d/control: s/libmysqlclient-dev/default-libmysqlclient-dev/g
* New upstream version 1.1.14
* New upstream version 1.1.15
* Drop d/docs due to the upstream changes
* Cleanup debian dir after merging with master-1.11
* Update branches in d/gbp.conf
* Add patch updating license for docs
* Update d/rules: do not install _sources dir with html docs
* Add patch fixing a couple of typos in the docs
* Add doc-base registration for libgearman-doc package
-- Alexandre Mestiashvili <alex@biotec.tu-dresden.de> Thu, 13 Apr 2017 14:19:23 +0200
gearmand (1.0.6-9) unstable; urgency=medium
* Update d/control:
- use default-libmysqlclient-dev in Build-Depends: Closes: #845843
- add lsb-base to gearman-job-server dependencies
* Update syntax_corrections.patch
-- Alexandre Mestiashvili <alex@biotec.tu-dresden.de> Mon, 28 Nov 2016 18:02:47 +0100
gearmand (1.0.6-8) unstable; urgency=medium
* Apply patch provided by Chris Lamb, Closes: #831771
* Apply cme fix dpkg
* Do not install usr/share/doc/libgearman-doc/libgearman and thus
no need to override dh_installexamples
* Update patch correcting syntax errors
* Remove libcloog-ppl-dev from Build-Depends
-- Alexandre Mestiashvili <alex@biotec.tu-dresden.de> Thu, 21 Jul 2016 16:53:53 +0200
gearmand (1.0.6-7) unstable; urgency=medium
* Forward patch correcting typos to upstream
* Ensure proper upgrade from -dbg to new dbgsym packages by using
dh_strip --dbgsym-migration
* Update License for debian/* to GPL-3.0+
* Apply patch from #790380 making the build reproducible. (Closes: #790380)
-- Alexandre Mestiashvili <alex@biotec.tu-dresden.de> Mon, 09 May 2016 11:42:27 +0200
gearmand (1.0.6-6) unstable; urgency=medium
* New maintainer. Many thanks to Stig Sandbeck Mathisen for all his work.
* Fixed systemd service, read parameters from defaults file (Closes: 759584)
* Updated d/copyright
- added myself to debian/* stanza
- add BSD-3-clause text
* Quote $PARAMS in the init script, thanks to Michael Kröll (LP: #1067316)
* Enabled hardening flags
* Updated patch header for d/patches/gcc5.diff
* Added patch to correct for typos detected by lintian
* Drop of -dbg packages
* Added documentation key to the service file
* Added symbols file for libgearman7
* Added copytruncate option to logrotate file (Closes: #744022)
-- Alexandre Mestiashvili <alex@biotec.tu-dresden.de> Thu, 07 Apr 2016 16:22:59 +0200
gearmand (1.0.6-5.1) unstable; urgency=medium
* Fix build with GCC 5, calling cpp with -P. Closes: #777869.
-- Matthias Klose <doko@debian.org> Thu, 09 Jul 2015 12:44:56 +0200
gearmand (1.0.6-5) unstable; urgency=medium
* [db0b16d] Add patch to fix endless loop on bad http request.
Thanks to Alexei Pastuchov (Closes: #774143)
-- Stig Sandbeck Mathisen <ssm@debian.org> Tue, 06 Jan 2015 09:47:37 +0100
gearmand (1.0.6-4) unstable; urgency=medium
* Change url for uscan to use launchpad.net
* autopkgtest: Add path to /usr/sbin/service.
Thanks to Lucas Kanashiro (Closes: #754305)
* Enable verbose build log
* Declare compliance with Debian Policy version 3.9.5
* Remove unnecessary versioned build dependencies
-- Stig Sandbeck Mathisen <ssm@debian.org> Wed, 23 Jul 2014 11:12:03 +0200
gearmand (1.0.6-3) unstable; urgency=low
* gearman-job-server: listen on "localhost" instead of IPv4 only loopback address
(Closes: #711859)
* Rename "libgearman-dbg" to "libgearman7-dbg" (Closes: #698371)
* debian/watch: track current and next stable release series
* Improve autopkgtests
- Add missing XS-Testsuite header
- Add procps to server test dependency
- Add worker/client test
-- Stig Sandbeck Mathisen <ssm@debian.org> Sun, 10 Nov 2013 22:58:28 +0100
gearmand (1.0.6-2) unstable; urgency=low
[ Pino Toscano ]
* Fix FTBFS on GNU/Hurd (Closes: #715322)
* Fix parallel building (Closes: #715323)
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 08 Jul 2013 12:48:35 +0200
gearmand (1.0.6-1) unstable; urgency=low
[ Stig Sandbeck Mathisen ]
* New upstream release
* Add dep8 test for gearman-job-server
[ Michael Stapelberg ]
* Use dh_systemd (Closes: #715253)
-- Stig Sandbeck Mathisen <ssm@debian.org> Sun, 07 Jul 2013 17:06:22 +0200
gearmand (1.0.5-2) unstable; urgency=low
* Upload to unstable after freeze
-- Stig Sandbeck Mathisen <ssm@debian.org> Sun, 05 May 2013 11:58:42 +0200
gearmand (1.0.5-1) experimental; urgency=low
* New upstream version
* Update debian/copyright
* Add upstart configuration for gearman-job-server
* Systemd will now restart gearman-job-server
-- Stig Sandbeck Mathisen <ssm@debian.org> Wed, 24 Apr 2013 14:49:40 +0200
gearmand (1.0.2-1) experimental; urgency=low
* New upstream release
* Add persistent storage with MySQL (Closes: #694572)
* Add persistent storage with PostgreSQL
* Remove GNU/Hurd patch included upstream
* Remove typo patch included upstream
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 14 Jan 2013 22:39:53 +0100
gearmand (0.41-1) experimental; urgency=low
* Imported Upstream version 0.41
* Soname bump: libgearman6 -> libgearman7
* Set build dependency on libmemcached-dev to require >= 1.0
(Closes: #681768)
* Add build dependency on libboost-system-dev
* Remove support-gcc-4.7.patch, included upstream
* debian/control: Remove old conflicts/replaces/provides
* debian/clean: Clean up config.log after build
* debian/watch: Check for updates from the stable branch only
* Use "gitpkg" to handle patch generation, in-tree patches has been removed
* Track upstream manpage location
* Disable build tests
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 15 Oct 2012 23:18:00 +0200
gearmand (0.33-2) unstable; urgency=low
* Add patch to support gcc/g++ 4.7 (Closes: #678903)
* Revert "Use gcc 4.6 when building"
* Fix FTBFS on GNU/Hurd (Closes: #678063)
-- Stig Sandbeck Mathisen <ssm@debian.org> Tue, 26 Jun 2012 08:58:21 +0200
gearmand (0.33-1) unstable; urgency=low
* Imported Upstream version 0.33
* Remove kfreebsd O_CLOEXEC patch, this is now checked by configure
* Add versions for build dependencies where stated in configure
* ExecStartPre= needs root acecss…
* Use gcc 4.6 when building
-- Stig Sandbeck Mathisen <ssm@debian.org> Sun, 24 Jun 2012 13:53:02 +0200
gearmand (0.32-2) unstable; urgency=low
* Add O_CLOEXEC patch (Closes: #671158)
-- Stig Sandbeck Mathisen <ssm@debian.org> Sun, 06 May 2012 14:21:47 +0200
gearmand (0.32-1) unstable; urgency=low
* Imported Upstream version 0.32
* Remove spelling patch included upstream
* Remove documentation patch, we do not rebuild documentation
* Remove memcached patch, fixed upstream
* Use dh_autoreconf
* Use copyright format 1.0
-- Stig Sandbeck Mathisen <ssm@debian.org> Tue, 01 May 2012 20:43:47 +0200
gearmand (0.29-2) unstable; urgency=low
* Adjust architectures for systemtap-std-dev build dependency
(Closes: #668792)
* Update "forwarded" status for patches
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 16 Apr 2012 07:55:59 +0200
gearmand (0.29-1) unstable; urgency=low
* New upstream release
* Update watch file, use https
* Revert "Remove build dependency on libmemcached"
* Bump standards version (no changes)
* Bump debhelper compatibility level to 9 (multiarch)
-- Stig Sandbeck Mathisen <ssm@debian.org> Fri, 16 Mar 2012 01:31:03 +0100
gearmand (0.28-1) unstable; urgency=low
* New upstream release
* Only run build tests on "amd64" (Closes: #659256)
* Remove build dependency on tokyocabinet
* Remove build dependency on libmemcached
* Add install information for systemd service
* Set priority to "optional" for libgearman6
* Refresh patch debian_patches_fix_test_files.patch
* Refresh patch workaround_duplicate_address_in_tests.patch
* Update debian/copyright
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 20 Feb 2012 09:36:11 +0100
gearmand (0.27-5) unstable; urgency=low
* Set priority to "extra" after (repeated) feedback from ftpmaster
auto script
* Remove the sybols file until the toolchain for handling c++ symbols
improves enough
* Build depend on libsasl2-dev
-- Stig Sandbeck Mathisen <ssm@debian.org> Sat, 04 Feb 2012 11:22:47 +0100
gearmand (0.27-4) unstable; urgency=low
* Use a whitelist for architectures we run build tests for
(Closes: #657163)
-- Stig Sandbeck Mathisen <ssm@debian.org> Sat, 04 Feb 2012 00:48:17 +0100
gearmand (0.27-3) unstable; urgency=low
* Mark systemtap-sdt-dev as a linux specific build dependency
(Closes: #657774)
* Add systemd service for gearman-job-server
* Add --list-missing to dh_install
-- Stig Sandbeck Mathisen <ssm@debian.org> Sat, 28 Jan 2012 23:01:06 +0100
gearmand (0.27-2) unstable; urgency=low
[ Stig Sandbeck Mathisen ]
* Add missing include/libgearman-1.0 (Closes: #657189)
[ Michael Fladischer ]
* Tag varying symbols by architecture (Closes: #657165)
-- Stig Sandbeck Mathisen <ssm@debian.org> Wed, 25 Jan 2012 10:25:18 +0100
gearmand (0.27-1) unstable; urgency=low
[Michael Fladischer]
* Patch: fix spelling
* Patch: remove dependency on googleanalytics
* Patch: fix tests
* Use non-authenticating URL for Vcs-Git.
* Add "status" action to init script.
[Stig Sandbeck Mathisen]
* New upstream release (Closes: #621486) (LP: #682680)
* Remove build dependency on drizzle
(until it reaches testing again)
* Build with support for tokyocabinet
* Remove backported ipv6 patch
* Patch: disable hostile build tests, they take hours...
* Patch: workaround duplicate address issue for tests
* Do not build API documentation, the sources are not shipped in
upstream tarball
* Update debian/copyright
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 23 Jan 2012 11:31:08 +0100
gearmand (0.26-1) unstable; urgency=low
* New upstream release
-- Stig Sandbeck Mathisen <ssm@debian.org> Tue, 27 Dec 2011 15:44:24 +0100
gearmand (0.14-1) unstable; urgency=low
* New upstream release. (Closes: #590116)
* Don't install .la file. (Closes: #590967)
* Listen on localhost by default - thanks Francois. (Closes: #609640)
* New standards version 3.9.1.
* Cleaned up debian/rules.
* Install the upstream changelog.
-- Monty Taylor <mordred@inaugust.com> Sat, 05 Feb 2011 09:21:29 -0800
gearmand (0.13-1) unstable; urgency=low
* New upstream release. (Closes: #581517)
-- Monty Taylor <mordred@inaugust.com> Fri, 14 May 2010 06:48:17 +0200
gearmand (0.12-1) unstable; urgency=low
* Cleaned up docs/api and docs/dev. (Closes: #562428)
* New upstream release.
* Removed libgearman-server0 and libgearman-server-dev packages. Upstream
has removed these as installed libraries.
* Updated to source format 3.0.
* New standards version 3.8.4.
* Added -dev depend on libevent-dev (Closes: #569734)
-- Monty Taylor <mordred@inaugust.com> Thu, 18 Feb 2010 12:33:40 -0800
gearmand (0.11-1) unstable; urgency=low
* Cleaned up debian/rules.
* New upstream release.
* Added entries to the copyright file.
-- Monty Taylor <mordred@inaugust.com> Wed, 02 Dec 2009 12:45:07 -0800
gearmand (0.10-2) unstable; urgency=low
* Fixed an empty libgearman-server-dev package.
* Added a patch to prevent writing test files into /tmp.
* Removed lintian override now that the manpages are split.
-- Monty Taylor <mordred@inaugust.com> Sun, 11 Oct 2009 00:57:35 -0700
gearmand (0.10-1) unstable; urgency=low
* Added doc-base entries for documentation.
* Added lintian-override for arch-dep-package-has-big-usr-share. The files
are all manpages, which do in fact need to be in the package.
* New upstream version.
* Removed postgres include path hack.
-- Monty Taylor <mordred@inaugust.com> Mon, 28 Sep 2009 21:43:31 -0700
gearmand (0.9-5) unstable; urgency=low
* Fix LSB init script header. Thanks Petter. (Closes: #544770)
* Updated standards version to 3.8.3.
-- Monty Taylor <mordred@inaugust.com> Mon, 07 Sep 2009 15:08:39 -0700
gearmand (0.9-4) unstable; urgency=low
* Clean up /var/lib/gearman.
* Put priority back to optional. It's sort of clear that setting it to
extra was the wrong choice.
-- Monty Taylor <mordred@inaugust.com> Tue, 11 Aug 2009 10:06:22 -0700
gearmand (0.9-3) unstable; urgency=low
* Added missing -dev depends on libpq-dev and libsqlite-dev reported
against Ubuntu. (LP: #408433)
* Test for existence of daemon in startup script to comply with policy.
(Closes: #539757)
* Give gearman a real home dir - it'll need somewhere to stick sqlite queues.
-- Monty Taylor <mordred@inaugust.com> Tue, 04 Aug 2009 10:18:57 -0700
gearmand (0.9-2) unstable; urgency=low
* Removed a stray chown that was left in below.
-- Monty Taylor <mordred@inaugust.com> Sun, 02 Aug 2009 12:06:29 -0700
gearmand (0.9-1) unstable; urgency=low
[ Thomas Koch ]
* Fixed init script to actually work. (Closes: #538121)
* Create gearman user to own pid and log files.
* Provide and parse /etc/default/gearman-job-server.
[ Monty Taylor ]
* Add depend on adduser.
* New upstream release.
* Added build dep on libsqlite3-dev and libpq-dev.
* Added workaround for postgres include file location madness. Better fix
coming from upstream next release.
* Lowered priority to extra, because libmemcached and libdrizzle are both
extra to follow policy.
* Added -dev depends on -dev packages of libraries needed. (Closes: #538015)
* Added direct depend on libgearman1 for gearman-job-server and gearman-tools.
* Added gensymbols files libgearman1.symbols.
* Don't run tests on s390.
-- Monty Taylor <mordred@inaugust.com> Thu, 30 Jul 2009 16:09:36 -0700
gearmand (0.8-2) unstable; urgency=low
* Reverted gearman-server to gearman-job-server. The Perl server already
has this package name.
-- Monty Taylor <mordred@inaugust.com> Fri, 10 Jul 2009 01:31:59 -0700
gearmand (0.8-1) unstable; urgency=low
* Removed perl from build-depends, it's already provided.
* Added procps to build-depends so that we can use kill in make test.
* New upstream release.
-- Monty Taylor <mordred@inaugust.com> Fri, 10 Jul 2009 01:11:15 -0700
gearmand (0.7-1) unstable; urgency=low
* Added depend on libgearman1 to libgearman-dev. (Closes: #531655)
* Aligned section with the one in the override file.
* Renamed gearman-worker to gearman-tools on request of upstream.
* Renamed gearman-job-server to gearman-server on request of upstream.
* Fixed typo in init script.
* Updated standards version to 3.8.2.
* New upstream release.
-- Monty Taylor <mordred@inaugust.com> Sun, 21 Jun 2009 11:01:50 -0700
gearmand (0.6-1) unstable; urgency=low
* Initial release. (Closes: #528309)
-- Monty Taylor <mordred@inaugust.com> Mon, 11 May 2009 15:08:16 -0700
|