dh-golang (1.67) unstable; urgency=medium . [ Dr. Tobias Quathamer ] * Run wrap-and-sort -astkb. . [ Guillem Jover ] * Debian::Debhelper::Buildsystem::golang: Do not abort build from constructor, as this is being called by dh to auto-detect the build system, which means that non-golang packages will FTBFS if dh-golang is installed. dh-golang (1.66) unstable; urgency=medium . [ Dr. Tobias Quathamer ] * Document installation of go.mod and go.sum from subdirectories * Update d/copyright * Add .perltidyrc * Reformat perl code with perltidy * Add .perlcriticrc to allow usage of %ENV * Ensure that $ENV{GOPROXY} is not empty * Handle ENV variables and show warnings if not using default values * Ensure that DH_GOPKG is always set * Add Conflicts: dh-go While being in the transition to module-aware builds, the current approach to upload dh-golang to experimental turned out to be difficult for adoption and testing. The new plan for this transition is to upload a new source and binary package for module-aware builds to unstable, called "dh-go", so that it can be used easily by replacing "dh-golang" with "dh-go" in Build-Depends. . [ Guillem Jover ] * Buildsystem::golang: Clarify safety of --buildsystem=golang removal * Remove comments about perl modules core presence * dh_golang: Use List::Util::uniq instead of an ad-hoc reimplementation * dh_golang_autopkgtest: Use «[ p ] || [ q ]» instead of «[ p -o q ]» * dh_golang_autopkgtest: Use $* instead of $@ in string expansion * dh_golang_autopkgtest: Double quote variable to avoid globbing or word splitting * dh_golang_autopkgtest: Make get_import_path() simpler and more robust * example: Remove «Rules-Requires-Root: no», which is now the default * example: Remove «Priority: optional», which is now the default * example: Update Standards-Version to 4.7.4 * example: Run wrap-and-sort -ast * Make XS-Go-Import-Path parsing more robust and remove leading whitespace * Buildsystem::golang: Wrap XS-Go-Import-Path examples in POD and code comments dh-golang (1.66~exp7) experimental; urgency=medium . * Team upload * Inspect go.mod for each build target * Don't skip processing package directory, even if we detect a dependency loop * Always set GO111MODULE=on, ignoring any other value that might have been set dh-golang (1.66~exp6) experimental; urgency=medium . * Team upload * Generate go.work during the build step, not configure * Determine go.work Go version from a module's go.mod dh-golang (1.66~exp5) experimental; urgency=medium . * Team upload * Opportunistically attempt to add any detected sub-modules to the mapping of modules * Ignore v0/v1 modules when constructing a minimal go.mod file for packages that don't have one dh-golang (1.66~exp4) experimental; urgency=medium . * Team upload * Properly handle symlinks when considering dummy dependencies dh-golang (1.66~exp3) experimental; urgency=medium . * Team upload * Fix printing of symlink source/target * Do not attempt to setup replacement mapping(s) for the package currently being built * Handle legacy Go libraries that don't have any top-level code when generating go.work * Handle "dummy" dependencies that are actually present dh-golang (1.66~exp2) experimental; urgency=medium . * Fix regular expression for '{DH_GOPKG}/...' dh-golang (1.66~exp1) experimental; urgency=medium . * Build golang packages with GO111MODULE=on elixir-lang (1.20.4+dfsg-1) unstable; urgency=medium . * New upstream release. - Fix CVE-2026-75758: Uncontrolled Recursion vulnerability in the Elixir standard library allows an attacker who controls a list passed to inspect/1, List.to_string/1, or List.to_charlist/1 to exhaust a BEAM node's memory. Closes: #1146626. * Change the DFSG suffix to +dfsg. * Refresh patches. * Add a patch which wixes checking for test results involving regular expressions with filepaths. erlang (1:29.0.6+dfsg-1) unstable; urgency=medium . * New upstream release. - Fix CVE-2026-55951: The Erlang/OTP httpc HTTP client does not enforce a limit on the total size of response headers received from a server. - Fix CVE-2026-59696: Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP stdlib allows a remote attacker to degrade availability by supplying a URI whose port component is a very long run of digits. - Fix CVE-2026-66835: Path Equivalence vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a mod_auth protected directory by prefixing the request path with an extra slash. - Fix CVE-2026-69664: Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending a request with a chunked body whose chunk-size line is not a hexadecimal number. - Fix CVE-2026-70399: Allocation of Resources Without Limits or Throttling vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by opening and holding open a large number of connections. - Fix CVE-2026-70405: Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP snmp allows a remote attacker to degrade availability by sending an SNMP message containing a BER INTEGER whose length field is arbitrarily large. - Fix CVE-2026-70409: Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP eldap allows a malicious or compromised LDAP server to degrade availability by returning a referral URL whose port component is a very long run of digits. - Fix CVE-2026-71380: Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending valid request headers with a large Content-Length and then stalling before the body is complete. - Fix CVE-2026-73270: Improper Handling of Case Sensitivity vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a mod_auth protected directory by requesting them with different casing, on deployments whose filesystem is case-insensitive. - Fix CVE-2026-73276: Gracefulness code ignored cases that should be rejected, resulting in possible HTTP Request Smuggling opportunities. - Fix CVE-2026-73812: httpd function check_header/3 rejects duplicate Content-Length (per CVE-2026-23941) but never checks for the TE+CL co-presence that RFC 9112 §6.3 identifies as a probable smuggling attempt. - Fix CVE-2026-74835: The inets application HTTP server httpd fails to enforce a configured body-size limit on chunked request. - Fix CVE-2026-74994: The mod_auth module in OTP's inets httpd server, when configured with dets or mnesia authentication backends and multiple directory configuration blocks, collapses all directory blocks into a single shared user/group namespace. - Fix CVE-2026-75538: An attacker that connects to an open Erlang TCP port that uses the inet driver with {packet,4} mode can use a signed overflow in an incorrect packet length calculation to overflow the receive buffer into the VM allocator area and beyond up to about 2 GB. Closes: #1146603. * Replace dependency of erlang-jinterface on java2-runtime(-headless) by dependency on java-runtime(-headless). * Add conflict of erlang-doc with erlang-mode version less than 27.0 because the /usr/lib/erlang/man symlink was moved from the former package to the latter. * Erlang related manpages are now shipped in erlang-doc under the /usr/share/erlang-doc/man hierarchy, which avoids showing non-Erlang manpages in Emacs menu (closes: #558199, #999682). * Add gbp.conf with pristine-tar directive, which is needed to produce the original tarball with empty directories. expeyes-doc (4.3-4) unstable; urgency=medium . * Bumped Standards-Version: 4.7.4, debhelper-compat (=14), removed debian/compat file * downgraded the dependency on evince to a recommendation, added a recommendation for atril, and a dependency on xdg-utils * modified debian/patches/commands.patch to use xdg-open instead of evince * removed the conflicts/replaces stances * modified d/rules: clean caches also between builds expeyes-doc (4.3-3) unstable; urgency=medium . * removed dependencies on Python. Closes: #945639 * added Recommends: python3-expeyes * added references to Vcs expeyes-doc (4.3-2) unstable; urgency=medium . * replaced the dependency on texlive-generic-recommended by texlive-plain-generic. Closes: #941519 * upgraded dh level and Standards-Version expeyes-doc (4.3-1) unstable; urgency=medium . * taken in account Thorsten Alteholz' review, posted the 16 Nov 2017; added Copyright entries for every *.lyx file; licenses are GFDL, as stated by a paragraph in every such document, authors are Ajith Kumar for the English version, and I added myself as a translator for French documents. Closes: #877315 fastapi (0.141.1-1) unstable; urgency=medium . * New upstream release * debian/control - add httpx2 to b-d, needed by tests; Closes: #1143752 - add typer to b-d, needed by tests - update b-d on multipart to simply python3-python-multipart; Closes: #1093474 * debian/pybuild.testfiles - install scripts/ when running tests golang-gopkg-yaml.v3 (3.0.5-1) unstable; urgency=medium . * Team upload. * New upstream version 3.0.5 * Remove now unneeded dependency on golang-gopkg-check.v1-dev gvfs (1.62.0-3) unstable; urgency=high . * Team uplaod * Add patch to fix autopkgtests with archive backend disabled gvfs (1.62.0-2) unstable; urgency=high . * Don't build samba support for m68k gvfs (1.62.0-1) unstable; urgency=high . [ Jeremy Bícha ] * New upstream release - SECURITY UPDATE: Fix Time-of-Check Time-of-Use Race Condition in the gvfs admin backend in daemon/gvfsdaemon.c - CVE-2026-88924 * Set busy_processes_command to fuser instead of lsof on Hurd * Update debhelper compat to 14 (except for dh_installsystemduser) . [ Alessandro Astone ] * d/install: Stop installing deprecated backends * Refresh patches hwatch (0.4.2-3) unstable; urgency=medium . * Replace the unmaintained rust-ansi-term build dependency with rust-nu-ansi-term. hwatch (0.4.2-2) unstable; urgency=medium . * Relax the ratatui dependency upper bound in Debian packaging so the package can build with ratatui 0.30 from unstable. (Closes: #1138281) * Skip dh_auto_test temporarily while the ratatui 0.30 transition breaks the test-only FlakyTestBackend implementation. hwatch (0.4.2-1) unstable; urgency=low . * Initial release. (Closes: #1135216) kdenlive (26.08.1-1) unstable; urgency=medium . * New upstream release. libcpanel-json-xs-perl (4.51-1) unstable; urgency=medium . * Team upload. * Import upstream version 4.51. libgnatcoll-db (25.0.0-2.1) unstable; urgency=medium . * Non-maintainer upload. * No-change upload to build against recent libgnatcoll, libgnatcoll-bindings. libgnatcoll-db (25.0.0-2) unstable; urgency=medium . * Reupload to unstable for the gnat-14 transition. libgnatcoll-db (25.0.0-1) experimental; urgency=medium . * Build new upstream release with gnat-14 for experimental. * Fix and clone upstream git URLs, enable pristine-tar. * Remove work-around for #971018 on mipsel. * Enable salsa continuous integration via debian/salsa-ci.yml. libgnatcoll-db (23.0.0-6) unstable; urgency=medium . * Reupload to unstable for the gnat-13/time_t64 transition. Closes: #1064745. libgnatcoll-db (23.0.0-5) experimental; urgency=medium . * Upload to experimental because of the following transitions. * Build with gnat-13. Rename library package with new SOversion. * Build with dh-ada-library/9. Remove version from -dev package name. Provide a name containing a hash. Build-Depend: gnat instead of gnat-13. Break/Replace previous -devs. * autopkgtest: refine dependencies. libgnatcoll-db (23.0.0-4) unstable; urgency=medium . * Break/Replace libgnatcoll-*-dev since oldstable. Closes: #1034946, #1034964, #1034981, #1035010. libgnatcoll-db (23.0.0-3) unstable; urgency=medium . * Reupload to unstable for the gnat-12 transition. libgnatcoll-db (23.0.0-2) experimental; urgency=medium . * The flags fixing MIPS builds were relying on a bug in packaging.mk (DEB_CFLAGS_MAINT_* influencing ADAFLAGS). Explicitly fix both languages. * Revert the part of 23.0.0-1 applying two flags to two architectures. This is confusing and does not help. libgnatcoll-db (23.0.0-1) experimental; urgency=medium . * New upstream version 23.0.0 * Build-Depend: sphinx rtd theme * Standards-Version: 4.6.2 * Refresh patches * Set both -mxgot -Os on both mips64el mipsel libgnatcoll-db (23~20220814-1) experimental; urgency=medium . * Update for dh-ada-library 8.1. * Upstream snapshot applying some patches. * gnatcoll.gpr is now generated by.gprinstall and does define So_Ext, remove the related patch. * Install executables and libraries to debian/tmp with gprinstall. * Avoid dh_auto_build spawning several gprbuild or sphinx, interfering with their own job management. * Patch adding an informative shebang to installed scripts. * Prefer execute_before_dh_before to override/--remaining-packages. * Keep upstream layout for the only example. libgnatcoll-db (23~20220527-1) experimental; urgency=medium . * Build new snapshot with gcc-12 for experimental. Rename -dev packages per Ada policy. No new shared object version. * Install example into the -doc package * Install dborm.py, required by gnatcoll_db2ada * rules: include architecture.mk before using it * rules: simplify transmission of versions/paths to gprbuild/dh-ada-library * Build with gcc-12 for experimental * Ensure the same compiler for Ada and C * Prefer debian/clean to a debhelper override * Bump Standards-Version * Refresh and update patches libgnatcoll-db (22.0.0-2) unstable; urgency=medium . * Reupload to unstable for the gnat-11 transition * Configure branch names for git-buildpackage * Require dh-ada-library 7.5, which generates ada:Depends differently libgnatcoll-db (22.0.0-1) experimental; urgency=medium . * Build new upstream version with gnat-11. Rename -dev packages. Force build order in experimental with version restrictions. * Build-Depend: tex-gyre. * Standards-Version: 4.6.0. * Cherry-pick equality-string-unbounded.diff from upstream 22.2 branch. * Use unversioned debian_packaging.mk from the gnat package. * Add upstream metadata. * uscan: drop unneeded filenamemangle option. libgnatcoll-db (21.0.0-6) unstable; urgency=medium . [ Peter Michael Green ] * Use -Os on mipsel, to work around jump length error (Closes: 971018). libgnatcoll-db (21.0.0-5) unstable; urgency=medium . [ Adrian Bunk ] * Fix the build on mipsel. libgnatcoll-db (21.0.0-4) unstable; urgency=medium . * Reupload to unstable for gnat-10 transition. * Standards-Version: 4.5.1. libgnatcoll-db (21.0.0-3) experimental; urgency=medium . * Let -db-bin Break and Replace -sqlite-bin. Closes: #975006. libgnatcoll-db (21.0.0-2) experimental; urgency=medium . * Clean xref/generated/* but keep the directory for a future build. libgnatcoll-db (21.0.0-1) experimental; urgency=medium . * New upstream release. New -doc package. No ALI/SO change in experimental, but the version restrictions in build dependencies should ensure the build order. * Upstream now grants the GCC runtime exception to GPL-3+. Relicense Debian packaging accordingly. * Debian now accepts code linking GPL code with OpenSSL. Reenable binding to PostGreSQL (closes: #868189). Rename helper executable and -bin package for consistency. * Upstream recommends to watch github instead of the community website. The main motivation for repackaging has disappeared. Restore license for previously stripped sqlite/amalgamation copy. * Revert an upstream commit (subsecond precision in SQLite timestamps) requiring gnat features not yet in Debian. * Adapt doc build script to python3. * Remove unused sphinx extensions. * Improve description of binary packages. * Change global Section from misc to more accurate libdevel. * Replace generic description of gnatcoll with specific descriptions. * Improve patch introducing a shared GNAT project (no-op for Debian, but may help acceptance by upstream). libgnatcoll-db (20.0-1) experimental; urgency=medium . * New upstream release built with gnat-10. Rename lib and -dev packages. * Split some patches and forward some. * Debhelper 13. * Drop obsolete Pre-Depends. * Pass build flags via the environment. * Spare some gprbuild runs. libgnatcoll-db (19.2-3) unstable; urgency=medium . [ Aurelien Jarno ] * Compile with mixgot option on mipsel. Closes: #953069. libgnatcoll-db (19.2-2) unstable; urgency=medium . * Reupload to unstable for gnat-9 transition. * Use debhelper 12 dh-sequence- syntax. * Standards-Version: 4.5.0. libgnatcoll-db (19.2-1) experimental; urgency=medium . * New upstream release, rebuilt with gcc-9 and updated dependencies. Rename lib and -dev packages accordingly. * Source is now only available as github commits instead of tarballs. Update Homepage, Source. Provide a script recreating the .orig. * Though distributed differently, the GPL versions do *not* provide the GCC Runtime exception to non-paying customers. * Track packaging history at salsa.debian.org. * Debhelper 12. Standards-Version 4.4.1, sort dependencies. * Fix a gpr project attribute name in link-pthread.diff. * Enable all linker warnings. * Only include specific dpkg-dev snippet. * Update autopkgtest variable name for temporary directory. libgnatcoll-db (18-4) unstable; urgency=medium . * Rebuild in unstable for gnat-8 transition. libgnatcoll-db (18-3) experimental; urgency=medium . * Link with pthread on architectures affected by #760211. * Standards-Version: 4.2.0. Rules-Requires-Root: no. libgnatcoll-db (18-2) experimental; urgency=medium . * Unset Library_Interface in sqlite project, restoring the symbols from the builder and gnade components. * Prevent such regressions with a runtime test. * Move LDFLAGS before libraries also when linking executables. libgnatcoll-db (18-1) experimental; urgency=medium . * New upstream version, splitting the libgnatcoll source package. Repackage this component without the huge copy of sqlite generated code. * No ALI/SO package renaming in experimental, but two new binary packages: libgnatcoll-sqlSO and libgnatcoll-sqlALI-dev. * Replace gnatcoll_db2ada executable name with new upstream name depending on the backend: gnatcoll_sqlite2ada. * Fix language list in sqlite module (error with dh_ada_library). * Remove -l options for static libraries (error with recent gprbuild). * Rewrite d/rules sequentially. The build must be strictly linear, so using Make syntax only leads to confusion. * Add a minimal run time test. nats-server (2.14.6-1) unstable; urgency=medium . * New upstream release powerline-go (1.26-2) unstable; urgency=medium . * d/p/fix_background_colour_bleeding.patch: New patch to fix the background color bleeding pycode-browser (1:1.03-4) unstable; urgency=medium . * created a dependency on xdg-utils, recommendations on evince, atril. * bumped debhelper-compat (=14), Standards-Version: 4.7.4 pycode-browser (1:1.03-3) unstable; urgency=medium . * upgraded the dependency on gir1.2-gtksource (3 to 4). Closes: #1079422 pycode-browser (1:1.03-2) unstable; urgency=medium . * modified d/rules to allow two successive builds. Closes: #1046919 * bumped Standards-Version: 4.6.2 pycode-browser (1:1.03-1) unstable; urgency=medium . * updated the watch file * New upstream version 1.03 * updated debian patches to fit the new version: removed python2to3.patch since it was applied upstream * bumped debhelper-compat (=13), Standards-Version: 4.6.0 * added a precompiled PDF file in debian/mapy.pdf, and created the file debian/source/include-binaries to explain its rationale. pycode-browser (1:1.02+git20181006-5) unstable; urgency=medium . * applied Steve Langasek's patch (thanks). Closes: #941545 pycode-browser (1:1.02+git20181006-4) unstable; urgency=medium . * migrated to Python3. Closes: #937407 * fixed the code in 151 python files. * bumped standards-version to 4.3 pycode-browser (1:1.02+git20181006-3) unstable; urgency=medium . * fixed the typo in d/control, thaks to Thomas Vincent. Closes: #915878 pycode-browser (1:1.02+git20181006-1) unstable; urgency=medium . * New upstream release (but no new upstream tag) pycode-browser (1:1.02+git20171115-1) unstable; urgency=medium . * New upstream release (but no new upstream tag) * fixes the build reproducibility issue pycode-browser (1:1.02-1) unstable; urgency=medium . * upgraded to the newest upstream version. pycode-browser (1:1.0-2) unstable; urgency=medium . * fixed the dependency for gir1.2-vte pycode-browser (1:1.0-1) unstable; urgency=medium . * created a file d/watch to take git tags in account * upgraded to the newest upstream version. Changed dependencies. Closes: #790189. Closes: #790365 * fixed d/copyright for a few lintian warnings pycode-browser (20120614+git+b041dd2-8) unstable; urgency=medium . * added dependencies on python-vte, python-glade2. Closes: #786583 * upgraded Standards-version to 3.9.6, compat to 9 pycode-browser (20120614+git+b041dd2-7) unstable; urgency=medium . * added a new build-dependency: cm-super-minimal. Closes: #751050 pycode-browser (20120614+git+b041dd2-6) unstable; urgency=medium . * added a build-dependency on texlive-fonts-recommended. Closes: #746056 * updated Standards:Version to 3.9.5 pycode-browser (20120614+git+b041dd2-5) unstable; urgency=low . * fixed typos in d/control. Closes: #700763 pycode-browser (20120614+git+b041dd2-4) unstable; urgency=low . * changed my DEBEMAIL. * modified the test used to re-run pdflatex. Closes: #714618 * updated Standards-Version to 3.9.4 pycode-browser (20120614+git+b041dd2-3) unstable; urgency=low * modified the invokation of lyx so it uses a dynamically created temporary directory. Closes:#682641 pycode-browser (20120614+git+b041dd2-2) unstable; urgency=low * added lyx, texlive-generic-recommended, texlive-latex-recommended and texlive-latex-base in build-dependencies. Closes: #680828 * fixed Makefile. Closes: #680301 pycode-browser (20120614+git+b041dd2-1) unstable; urgency=low * Initial release. Closes: #677660 * fixed a few tiny bugs (# missing in python comments, forgotten os.path.join() invokation) python-autarco (3.2.0-3) unstable; urgency=medium . * Team upload. * Fix 0.0.0 version in dist-info python-soundcard (0.4.6-3) unstable; urgency=medium . * Drop the version-specific libpython3.13 and libpython3.14 build dependencies. They were only needed for PyInstaller, it is no longer used. rust-clipper2c-sys (0.2.0+ds-1) unstable; urgency=medium . * Depend on g++ for downstream builds of the C++ wrapper. rust-clipper2c-sys (0.2.0+dfsg-4) unstable; urgency=medium . * Fix hurd-i386 build rust-devise-codegen (0.4.2-1) unstable; urgency=medium . * Package devise_codegen 0.4.2 from crates.io using debcargo 2.8.4 rust-serde (1.0.229-1) unstable; urgency=medium . * Team upload. * Package serde 1.0.229 from crates.io using debcargo 2.8.4 rust-serde-core (1.0.229-1) unstable; urgency=medium . * Team upload. * Package serde_core 1.0.229 from crates.io using debcargo 2.8.4 rust-serde-derive (1.0.229-3) unstable; urgency=medium . * Team upload. * Package serde_derive 1.0.229 from crates.io using debcargo 2.8.4 * Add breaks on old version of librust-serde-dev to help britney's autopkgtest scheduler. rust-serde-derive (1.0.229-2) unstable; urgency=medium . * Team upload. * Build against syn 3 (drop compat-syn-2). * Package serde_derive 1.0.229 from crates.io using debcargo 2.8.4 rust-serde-derive (1.0.229-1) unstable; urgency=medium . * Team upload. * Package serde_derive 1.0.229 from crates.io using debcargo 2.8.4 rust-smbios-lib (0.9.4-1) unstable; urgency=medium . * Package smbios-lib 0.9.4 from crates.io using debcargo 2.8.4 * Update my email address to nadzeya@debian.org * Build and ship the smbiosdump binary in a new smbiosdump package with a man page * Refresh patches for the new upstream version: - Narrow disable-binary-build.patch to the sudo test runner only and rename it to disable-sudo-test-runner.patch - Extend disable-hardware-dependent-tests.patch to ignore the integration tests, which read /sys/firmware/dmi/tables and fail for an unprivileged user thonny (5.0.0-2) unstable; urgency=medium . [ Alexandre Detiste ] * Salsa CI: test nocheck profile * use declarative dh-sequence-python3 thonny (5.0.0-1) unstable; urgency=medium . * New upstream version 5.0.0 (Closes: #1083797, #970808) * Switch from setuptools to uv_build * d/control: - Version bump stds and dh compat - Add self to uploaders - Add dh-sequence-single-binary - Remove unneeded deps, build-deps & obsolete version specs - Add pybuild-plugin-pyproject & python3-uv-build build-dep - Add test only build deps. - Sort build-deps - Remove redundant fields * d/rules: - Fix lintian warning executable-not-elf-or-script for locale/register_updates.py - Move more images to /usr/share - Override dh_auto_test to actually test. * d/thonny.install: move more images to /usr/share * Update watchfile to v5 * Add d/clean to remove extra Expat license file * Add override for genuine in-app help files * Add d/upstream/metadata * d/patches: patch out syntax warnings at pkg install time and piuparts (Closes: #1087111) * Add autopkgtests * Add d/salsa-ci.yml * Override dh_auto_test to actually test and add build-deps. thonny (4.1.7-1) unstable; urgency=medium . * Team upload * New upstream version 4.1.7 * d/thonny.lintian-overrides: Drop file, unused override * d/s/lintian-overrides: Drop file, override is not for a false positive * d/control: Add Rules-Requires-Root: no * d/control: Switch to debhelper-compat * d/rules: Don't install .DS_Store files thonny (4.0.1-1) unstable; urgency=medium . [ Aivar Annamaa ] * New upstream version. * Bump Standards-Version to 4.6.1 (no changes needed). * Bump versions of some dependencies * Add python3-wheel dependency . [ Dominik George ] * Bump copyright year in d/copyright for upstream. thonny (3.3.14-1) unstable; urgency=medium . [ Aivar Annamaa ] * New upstream version. * Bump Standards-Version to 4.6.0 (no changes needed). . [ Dominik George ] * Add package version constraints to d/control. * Add lintian override for link from usr/lib to usr/share. * Bump compat level to 13. thonny (3.2.7-1) unstable; urgency=medium . * New upstream version (Closes: #950884). * Bump Standards-Version (no changes needed). thonny (3.2.1-1) unstable; urgency=medium . * New upstream version. * Change pylint3 dependency to pylint. (Closes: #944831) thonny (3.1.2-1) unstable; urgency=medium . * New upstream version. thonny (3.1.1-1) unstable; urgency=medium . * New upstream version. * Depend on asttokens now it is in Debian. thonny (3.1.0-1) unstable; urgency=medium . [ Aivar Annamaa ] * New upstream version. . [ Dominik George ] * Add Recommends and Suggests from Python helper. * Remove duplicate explicit dependencies. thonny (3.0.8-1) unstable; urgency=medium . * New upstream version. thonny (3.0.5-1) unstable; urgency=medium . * New upstream version 3.0.5 thonny (3.0.4-1) unstable; urgency=medium . [ Aivar Annamaa ] * New upstream version 3.0.4 * Add required dependencies: - python3-docutils - python3-serial - python3-pyperclip - pylint3 - mypy * Add recommended dependencies: - zenity - xsel * Add suggested dependency: python3-distro * Update Thonny homepage (https instead of http) * Point docs to README.rst . [ Dominik George ] * Fix version requirement for jedi. * Remove code for using help.rst as README. * Rename all binary-package related files to thonny.*. thonny (2.1.22-1) unstable; urgency=medium . [ Mike Gabriel ] * Depend on pkg-resources. (Closes: #904771) . [ Aivar Annamaa ] * New upstream version 2.1.22 * Add python3-pkg-resources as dependency (by Mike Gabriel) * Update debian/watch to ignore beta versions . [ Dominik George ] * Update my mail address as Uploader. * Update dependency to jedi to >= 0.10. * Fix installation of resources after Python 3.7 was enabled. * Bump Standards-Version to 4.2.1. + No changes needed. thonny (2.1.17-1) unstable; urgency=medium . [ Dominik George ] . * Move to Salsa. . [ Aivar Annamaa ] . * New upstream version 2.1.17 thonny (2.1.16-3) unstable; urgency=medium . * Install icons to correct location. thonny (2.1.16-2) unstable; urgency=medium . * Install desktop and metainfo files to correct location. * Bump Standards-Version and compat level (no changes needed). * Rename lintian tag debian-watch-does-not-check-gpg-signature. * Use HTTPS URL for copyright format. thonny (2.1.16-1) unstable; urgency=medium . * Initial release (Closes: #857042) url-normalize (3.0.0-1) unstable; urgency=medium . * New upstream release; Closes: #1146281 wait4x (3.7.1-1) unstable; urgency=medium . * New upstream version 3.7.1. * Update standards version and remove Rules-Requires-Root. * Update maintainer email. * Move from gitlab-ci.yml to salsa-ci.yml. workrave (1.11.1-1) unstable; urgency=medium . * New upstream release - add new build dependencies to debian/control - remove autoconf overrides from debian/rules - update location of applet metadata.json.in file in debian/rules - install etc/xdg/autostart/org.workrave.Workrave.desktop * debian/patches/: - remove fix_workrave-dump.patch (applied upstream) - remove appdata-fixes.patch (applied upstream) - remove support-gnome-50.patch (applied upstream) - remove wayland-workaround.patch (no longer needed) * Bump Standards-Version to 4.7.4 * Bump debhelper-compat to 14 * Remove Priority field from debian/control * Update location of CC-licensed metadata in debian/copyright workrave (1.10.54-3) unstable; urgency=medium . [ Alessandro Astone ] * d/p: Declare support for GNOME Shell 50 . [ Francois Marier ] * Bump Standards-Version to 4.7.3 * Bump copyright year in debian/copyright * Fix typo in CC-BY-3.0 license text workrave (1.10.54-2) unstable; urgency=medium . [ Jeremy Bícha ] * Remove unnecessary Depends: libgirepository1.0-dev * Remove obsolete Pre-Depends . [ Francois Marier ] * Add debian/salsa-ci.yml workrave (1.10.54-1) unstable; urgency=medium . [ Francois Marier ] * New upstream version 1.10.54 (fixes: #1115529) * Add new build dependency * Keep debian/files out of git * Re-enable pristine-tar * Re-run `wrap-and-sort -ast` * Remove unnecessary "Rules-Require-Root: no" from debian/control . [ Jeremy Bícha ] * Automatically update supported GNOME Shell versions by parsing metadata.json workrave (1.10.53-2) unstable; urgency=medium . * Add missing Replaces in debian/control (closes: #1101970) * Add debian/gbp.conf to force pristine-tar OFF temporarily * Bump Standards-Version up to 4.7.2 workrave (1.10.53-1) unstable; urgency=medium . * New upstream release (closes: #1096060) - drop gnome-shell-46.patch and gnome48.patch (applied upstream) * Sort debian/control using "debputy reformat --style black" * Bump copyright years in debian/copyright workrave (1.10.52-6) unstable; urgency=medium . * Add build-depend on libxfce4ui-2-dev (closes: #1091108) workrave (1.10.52-5) unstable; urgency=medium . [ Jeremy Bícha ] * Add patch to mark compatible with GNOME Shell 47 (Closes: #1079260) * Bump maximum GNOME Shell to 47 . [ Francois Marier ] * Bump Standards-Version up to 4.7.0 * Bump copyright year in debian/copyright. workrave (1.10.52-3) unstable; urgency=medium . * Build with --enable-gnome45 option (closes: #1052115) * debian/control: Bump minimum GNOME Shell to 45 to match metadata.json workrave (1.10.52-2) unstable; urgency=medium . * Update Build-Depends to libglib2.0-0t64 (closes: #1068062) * Add support for gnome-shell 46 (closes: #1052115) workrave (1.10.52-1) unstable; urgency=medium . * New upstream release - adds optional build-time support for GNOME 45 (This will be enabled later to fix bug #1052115.) * Fix GitHub watch file. workrave (1.10.51.1-5) unstable; urgency=medium . * Add missing Breaks in workrave package. * Drop obsolete Breaks, Replaces and Build-Conflicts from debian/control. workrave (1.10.51.1-4) unstable; urgency=medium . * Patch upstream appdata.xml to improve GNOME Software listing. * Move appdata.xml to the workrave package. * Move /usr/share/gir-1.0/ to the workrave package (lintian warning). * Drop private_dirs patch which has been disabled since 2012. workrave (1.10.51.1-3) unstable; urgency=medium . * Add missing libgtk-4-dev build dependency (closes: #1050303) workrave (1.10.51.1-2) unstable; urgency=medium . [ Jeremy Bicha ] * Bump maximum GNOME Shell to 44. workrave (1.10.51.1-1) unstable; urgency=medium . * New upstream release - Add compatibility for GNOME Shell 44 (closes: #1037163) - Drop gnome-shell-43.patch workrave (1.10.50-3) unstable; urgency=medium . [ Francois Marier ] * Update watch file to account for GitHub changes * Run wrap_and_sort -ast * Add Wayland work-around (fixes: #980873). * Bump Standards-Version up to 4.6.2. * Bump copyright year in debian/copyright. * Convert example dbus script to Python 3. * Remove redundant gnome-shell dependency. . [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on gobject-introspection, libdbusmenu-glib-dev, libdbusmenu-gtk3-dev, libgirepository1.0-dev, libglib2.0-0, libglibmm-2.4-dev, libgtk-3-dev, libgtkmm-3.0-dev, libpulse-dev and libsigc++-2.0-dev. + workrave-gnome: Drop versioned constraint on gnome-shell in Depends. workrave (1.10.50-2) unstable; urgency=medium . [ Jeremy Bicha ] * Add patch to declare compatibility with GNOME Shell 43 * Bump maximum GNOME Shell to 43 . [ Francois Marier ] * Update Standards-Version to 4.6.1. workrave (1.10.50-1) unstable; urgency=medium . [ Jordi Mallach ] * Drop unused dbus-glib Build-Dep (closes: #955965). . [ Francois Marier ] * New upstream release * Drop gnome_42 patch (applied upstream). workrave (1.10.49-3) unstable; urgency=medium . * Let workrave suggest workrave extensions/plugins instead of the desktop environment packages directly. * Add patch to declare support for GNOME Shell 42. * Upload to unstable. workrave (1.10.49-2) experimental; urgency=medium . * Drop obsolete Breaks/Replaces. * Split applets into different binary packages to avoid pulling in a plethora of unwanted dependencies (closes: #783845). * Tighten GNOME shell deps according to metadata.json (closes: #802511). workrave (1.10.49-1) unstable; urgency=medium . * New upstream release * Bump copyright years in debian/copyright. workrave (1.10.48-2) unstable; urgency=medium . [ Jordi Mallach ] * Fix Repository field in upstream metadata. * Use https upstream urls and point to GitHub issue tracker. . [ Debian Janitor ] * Fix day-of-week for changelog entry 1.2.2.cvs20030617-1. . [ Francois Marier ] * Fix ayatana-indicators3 install directory (closes: #1002248). workrave (1.10.48-1) unstable; urgency=medium . [ Francois Marier ] * Update watch file to account for GitHub changes. . [ Jordi Mallach ] * New upstream release. * Adapt watch file to further filename changes in GitHub releases. * Drop obsolete patches. * Update Standards-Version to 4.6.0. workrave (1.10.44-7.1) unstable; urgency=medium . * Non-maintainer upload. * fix-gnome-extension-crash.patch: new patch, fixes GNOME extension crash at Shell startup. (Closes: #986968) workrave (1.10.44-7) unstable; urgency=medium . * Bump copyright years in debian/copyright. workrave (1.10.44-6) unstable; urgency=medium . * Use upstream commit to fix build with xfce4-panel 4.15 (closes: #978188). workrave (1.10.44-5) unstable; urgency=medium . [ Unit 193 ] * d/control: - Replace Build-Depends: xfce4-panel-dev → libxfce4panel-2.0-dev for GTK3. . [ Francois Marier ] * Add upstream metadata. * Bump Standards-Version up to 4.5.1. * Update debian/watch file to version 4. workrave (1.10.44-4) unstable; urgency=medium . [ Dmitry Shachnev ] * Install the gnome-panel module into multi-arch location. * Install the GObject introspection typelib into multi-arch location. * Use ${DEB_HOST_MULTIARCH} substitution in debian/workrave.install. . [ Francois Marier ] * Rename Vcs-git to Vcs-Git in debian/control (lintian warning). workrave (1.10.44-3) unstable; urgency=medium . [ Dmitry Shachnev ] * Switch from deprecated libpanel-applet-dev to libgnome-panel-dev. - Update install files. - Remove dh-exec build-dependency, no longer needed. workrave (1.10.44-2) unstable; urgency=medium . * Restore missing private libraries. workrave (1.10.44-1) unstable; urgency=medium . * New upstream release * Switch build dependency to libayatana-indicator3 (closes: #956759). * Patch configure.ac to build with libayatana-indicator3. * Bump debhelper-compat to 13. workrave (1.10.43-1) unstable; urgency=medium . * New upstream release workrave (1.10.42-1) unstable; urgency=medium . * New upstream release. workrave (1.10.37-1) unstable; urgency=medium . * New upstream release. * Bump Standards-Version up to 4.5.0. * Switch from debian/compat to debhelper-compat (= 12). * Build without root. workrave (1.10.34-3) unstable; urgency=medium . * Remove python-cheetah build dependency. (closes: #939480) workrave (1.10.34-2) unstable; urgency=medium . * Add missing build-dep on libboost-dev and python3-jinja2 * Bump Standards-Version up to 4.4.0 workrave (1.10.34-1) unstable; urgency=medium . * New upstream release * Fix workrave-dump script (closes: #826021) * Add metadata license to debian/copyright * Remove patches applied upstream - fix_appstream_xml.patch - fix_location_of_appdata.patch workrave (1.10.23-5) unstable; urgency=medium . * Bump Standards-Version up to 4.3.0 * Bump debhelper compat up to 12 * Run wrap_and_sort -ast workrave (1.10.23-2) unstable; urgency=medium . [ Jeremy Bicha ] * Use debian/workrave.docs to install NEWS * Drop --with autoreconf; it's the default since dh compat 10 * Switch to dh_missing --fail-missing * Drop unused debian/workrave.lintian-overrides * Don't build panel applet on s390x - The required library is being removed there (#906016) - Build-depend on dh-exec and update debian/*.install files * Handle Ubuntu's indicator directory install location workrave (1.10.23-1) unstable; urgency=medium . * New upstream version workrave (1.10.21-1) unstable; urgency=medium . [ Andreas Tille ] * Fix AppStream metadata format * Fix location of AppStream metadata * Lintian override for package naming . [ Francois Marier ] * New upstream version * Bump Standards-Version up to 4.2.1 workrave (1.10.20-1) unstable; urgency=medium . * New upstream version - drop all debian patches (applied upstream) - stop installing the renamed README since it's unnecessary * Switch VCS to salsa.debian.org * Switch to priority: optional in debian/control . * Bump Standards-Version to 4.1.3 * Bump debhelper compat to 11 and remove unnecessary build-deps * Remove trailing whitespace from debian/changelog (lintian notice) * Use https version of copyright format URI (lintian notice) * Update copyright years in debian/copyright workrave (1.10.16-2) unstable; urgency=medium . * Add panel_applet_inprocess.patch from upstream (closes: #866386) * Update the gnome-panel module location for gnome-panel 3.22 * Bump Standards-Version to 4.0.0 workrave (1.10.16-1) unstable; urgency=medium . * New upstream release * Update gnome_322 patch workrave (1.10.15-4) unstable; urgency=medium . * Mark applet as compatible with GNOME 3.21/3.22 (closes: #837214) workrave (1.10.15-3) unstable; urgency=medium . * Fix FTBFS with dpkg-buildpackage -A (closes: #830852) workrave (1.10.15-2) unstable; urgency=medium . * Ship contrib graphing tools in doc/workrave/examples (closes: #825982) workrave (1.10.15-1) unstable; urgency=medium . * New upstream release workrave (1.10.14-1) unstable; urgency=medium . * New upstream release workrave (1.10.13-1) unstable; urgency=medium . * New upstream release - drop gnome-shell_320.patch (applied upstream) workrave (1.10.12-2) unstable; urgency=medium . * Make applet compatible with gnome-shell 3.20 (closes: #822373) * Fix path of libindicators files in workrave.install (closes: #822402) * Add missing mate and cinammon files to the package * Bump Standards-Version to 3.9.8 workrave (1.10.12-1) unstable; urgency=medium . * New upstream release - drop gnome-shell-318.patch (applied upstream) * Move VCS-* fields to secure URLs * Bump Standards-Version to 3.9.7 workrave (1.10.10-1) unstable; urgency=medium . * New upstream release workrave (1.10.8-1) unstable; urgency=medium . * New upstream release * Update gnome-shell patch * Add build-depend on autoconf-archive workrave (1.10.6-4) unstable; urgency=medium . * Add build conflict on libgstreamer0.10-dev (closes: #785868) * Mark applet as compatible with gnome-shell 3.18 (closes: #802510) workrave (1.10.6-3) unstable; urgency=medium . * Force c++11 in debian/rules (closes: #801651) * Enable all hardening compilation flags * Add support for the mate desktop environment (closes: #801077) * Remove legacy menu entry (lintian warning) workrave (1.10.6-2) unstable; urgency=medium . * Drop versioned dependency on gnome-panel * Move xfce4-panel to Suggests (closes: #783845) * Run wrap-and-sort * Switch the build-dependency from libpanel-applet-4-dev to libpanel-applet-dev (Ubuntu merge) * Switch build-dependency from libgstreamer0.10-dev to libgstreamer1.0-dev (closes: #785868) workrave (1.10.6-1) unstable; urgency=medium . * New upstream release - drop GNOME 3.14 patch which was applied upstream * Enable XFCE Panel plugin (closes: #677469) * Disable upstream tests since they no longer work workrave (1.10.4-3) unstable; urgency=medium . * Mark the applet as compatible with GNOME 3.14 (closes: #762727) workrave (1.10.4-2) unstable; urgency=medium . * Bump Standards-Version up to 3.9.6 workrave (1.10.4-1) unstable; urgency=medium . * New upstream release (closes: #754908) * Drop all Debian patches * Build with autoreconf (makefiles are not in the github tarballs) * Point watch file to github releases (closes: #755101) workrave (1.10.1-4) unstable; urgency=medium . * Revert the Ubuntu changes from 1.10.1-3 (closes: #737034) * Manual libtool update to fix FTBFS on ppc64el workrave (1.10.1-3) unstable; urgency=medium . * Merge Ubuntu changes (closes: #736694) - Use dh-autoreconf to get new libtool macros for ppc64el - Disable -Werror to fix FTBFS while autoreconfing - Remove gettext macros to ensure libtool is creating po/Makefile.in.in * Bump Standards-Version up to 3.9.5 workrave (1.10.1-2) unstable; urgency=low . [ Sébastien Villemot ] * gnome_3.8.patch: makes the GNOME Shell extension compatible with GNOME 3.8 (Closes: #720037) . [ Francois Marier ] * Merge with Ubuntu: - link against libindicator3-dev and build the indicator workrave (1.10.1-1) unstable; urgency=low . * New upstream version * Merge with Ubuntu: - fix errors in the desktop file for Polish and Russian locales . * Update debian/copyright for upstream move to GPLv3+ * Remove unused intltool_vs_gettextize.patch * Bump Standards-Version up to 3.9.4 * Use canonical VCS URLs in debian/control workrave (1.9.909+abc941eb70-1) unstable; urgency=low [ Francois Marier ] * New upstream snapshot - Drop leak-fix patch (applied upstream) - Document how the tarball is built in README.source * Build GNOME applets and use gsettings * Massive update of Build-Depends as per configure.ac * Update README.source with snapshot instructions * Switch to machine-readable copyright file * Update alioth git repo links * Bump debhelper version to 9 * Bump Standards-Version to 3.9.3 [ Jordi Mallach ] * Avoid references to GNU/Linux in manpage. * Drop build dependency on libgnet-dev, it's obsolete and unneeded. * Add myself to Uploaders. * Rewrite d/rules into dh style. - Move all install tweaks to .install files. - Install manpages using dh_installman. * As a side effect, the package installs arch-dependant data in the arch triplet directory; add the required Pre-Depends for m-a-support. * Bring back GNOME Panel applet (for GNOME 3 fallback mode) and ship the new GNOME Shell extension (closes: #642514, #666100). * Add private_dirs.patch: move libworkrave-private and GObject Introspection files to a private dir, so they are really out of the way, but disable it for now as it breaks the Shell extension. * Move typelib out of the triplet dir as gobject-introspection is not M-A ready yet. * Enable dh_autoreconf for the above patches. * Add lintian overrides. * Add necessary Breaks/Replaces as the xpm icon has moved to workrave-data. * Prefix all debhelper files with package name. * Suggest gnome-shell and gnome-panel. workrave (1.9.4-3) unstable; urgency=low * Apply upstream patch to fix memory leak (closes: #648597) workrave (1.9.4-2) unstable; urgency=low * Stop building GNOME application and applet (closes: #638100, #614038) * Bump Standards-Version to 3.9.2 * Add empty build-arch and build-indep target in debian/rules (lintian) workrave (1.9.4-1) unstable; urgency=low * New upstream release - drop all Debian patches (applied upstream) * Update location of .xpm menu icon * Remove empty /usr/include directory after building * Remove obsolete breaks/replaces from debian/control workrave (1.9.3-2) unstable; urgency=medium * Add missing build dependency on libpulse-dev (closes: #610275) workrave (1.9.3-1) unstable; urgency=low * New upstream release (closes: #598222) - detects concurrent instances (closes: #266371) - drop gtkmm patch (applied upstream) * Backport 3 upstream commits for broken network connections * Patch a small typo in error messages (lintian notice) * Switch from Conflicts/Replaces to Breaks/Replaces in debian/control * Bump Standards-Version to 3.9.1 * Bump debhelper compatibility to 8 workrave (1.9.1-3) unstable; urgency=medium * Sync with Ubuntu: - merge in gtkmm API changes (closes: #577317) workrave (1.9.1-2) unstable; urgency=low * Drop the dependency on libgnomeuimm-2.6-dev (closes: #568802) * Bump Standards-Version to 3.8.4 * Switch to 3.0 (quilt) source format workrave (1.8.5-4) unstable; urgency=low * Fix the watch file (closes: #453544) * Bump Standards-Version to 3.7.3 (no changes) * Remove /usr/sbin from debian/dirs (it was empty) * Add a call to dh_desktop in debian/rules workrave (1.8.5-3) unstable; urgency=low * Rename XS-Vcs-* fields to Vcs-* * Sync with Ubuntu: fix the GNOME applet icon and category workrave (1.8.5-1) unstable; urgency=low * New upstream release (closes: #441930, #416252) * Add a menu icon for GNOME/KDE (closes: #318835) workrave (1.8.4-9) unstable; urgency=low * Fix display of portugese translation (closes: #440118) Thanks to Goedson Teixeira Paixao and Rob Caelers for the patch! workrave (1.8.4-8) unstable; urgency=low * Build with dbus support and provide an example script in /usr/share/doc/workrave/examples (closes: #373289) * Add a blurb in README.Debian about the above example script workrave (1.8.4-7) unstable; urgency=low * Suggest values for the micro and rest breaks in README.Debian * debian/control: mention the collab-maint svn repo workrave (1.8.4-6) unstable; urgency=low * Get a fix from upstream svn (closes: #419100) * Fixed the watch file * Reformat README.Debian, update the bugzilla link workrave (1.8.4-5) unstable; urgency=low * New maintainer (closes: #434492). Thanks Michael for your work! * debian/rules: remove commented-out calls to dh_* * debian/copyright: be more explicit with the GPL and refer to /usr/share/common-licenses/GPL-2 instead of the GPL symlink * debian/control: expand RSI in the short description * debian/menu: change section for the menu transition * Sync with Ubuntu: - mutex crash: http://issues.workrave.org/cgi-bin/bugzilla/show_bug.cgi?id=611 - POTFILES.in fixes workrave (1.8.4-4) unstable; urgency=high * Applied fix from upstream that supposedly fixes the crashes on startup (closes: 421366); I cannot check myself, but confirmed by others. * The bug closed has severity ‘grave’, therefore high urgency. workrave (1.8.4-3) unstable; urgency=low * Added a comment on how to fix a Workrave that disappeared when no panel at all is used (closes: #425359) workrave (1.8.4-2) unstable; urgency=low * Fix C++ includes (closes: #417762) thanks to Martin Michlmayr workrave (1.8.4-1) unstable; urgency=low * New upstream version - KDE applet space fixed (closes: #289382) - historystats reader fixed (closes: #390495) * Add dependency on libxtst-dev to enable XRecord extension (closes: #388669) workrave (1.8.3-1) unstable; urgency=low * New upstream version - builds with G++ 4.2 (closes: #357748) - breaks cleanly while screen is locked (closes: #334972) - shouldn’t crash anymore (or less regularly, closes: #365270) - applet popup menu is now accessible when all timers hidden (closes: #359931) - fixed Czech translation (closes: #365269) * New Brazilian Portuguese translation straight from Workrave issue tracker (closes: #320639 as well, I should hope) workrave (1.8.2-1) unstable; urgency=low * New upstream (closes: #353950) workrave (1.6.2-1) unstable; urgency=low * New upstream. This supposedly closes: #251070; I hope it does. workrave (1.6.1-2) unstable; urgency=low * Extended build-deps. workrave (1.6.1-1) unstable; urgency=low * New upstream version. Unfortunate timing. workrave (1.6.0-2) unstable; urgency=low * As intltool requires Perl's XML parser, now build-depend on libxml-parser-perl (closes: #248650) workrave (1.6.0-1) unstable; urgency=low * New upstream version workrave (1.4.1-1) unstable; urgency=low * „Neues Orbit, neues Glück!“ * New upstream * This recompile might close #217998 workrave (1.4.0-1) unstable; urgency=low * New upstream version (closes: #207723) * Add auto-update for config.* workrave (1.2.2.cvs20030617-3) unstable; urgency=low * Recompile with new orbit, this also closes: #198738 workrave (1.2.2.cvs20030617-2) unstable; urgency=low * Make non-executable configure executable (closes: #198094) (hack, real fix when real new version arrives) * Add Build-Dep for g++-3.2, as g++-3.3 is too buggy for orbit workrave (1.2.2.cvs20030617-1) unstable; urgency=low * CVS checkout * Fixes sheep-when-respawning and mouse drift, I hope, and closes bugs 189950 and 190802 * Should also be buildable everywhere, I hope, which should close bugs 189954 and 193426 * Fix description typo (closes: #196661) * Rebuild makes it real sid again (closes: #192594) workrave (1.2.2-1) unstable; urgency=low * Changed section to gnome * New description from last version closes: #188233 workrave (1.0.0-2) unstable; urgency=low * First official Debian package (closes: #162159) REMOVED: dirsearch 0.4.3-1