freerdp3 (3.22.0+dfsg-3) unstable; urgency=medium . * d/control: add libwinpr3-3:Replaces: libwinpr2-2 to override wlog.7. There's no upgrade path from freerdp2 in bookworm to freerdp3 in trixie, so if the user had freerdp2 installed in bookworm and upgraded the system to trixie, it is very likely they still have freerdp2 installed (obsolete package). And the new libwinp3-3 ships the same manpage as the old libwinpr2-2. Allow replacing this file when installing new libwinpr3-3. Do not add Breaks: though, since this way, all freerdp2 packages has to be removed (which might be a good thing in the end, but for that we ought to provide xfreerdp2 etc binaries too). Also Breaks libwinpr2-2t64, since apparently some users managed to install the t64 packages on a bookworm system somehow. (Closes: #1127622) * rename source package back to freerdp3. It turned out this is too much pain (security tracker, bug reports, autopkgtests, etc) for nothing. Suggest renaming it to freerdp at freerdp4 time. germinate (2.49) unstable; urgency=medium . * Team upload. * Remove now-unused dependency on python3-pkg-resources (closes: #1083414). * Use dh-sequence-python3. * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13. * Use pybuild-plugin-pyproject. * Run tests using pytest. * Enable autopkgtest-pkg-pybuild. * Remove old FSF postal address. germinate (2.48) unstable; urgency=medium . [ Michael Hudson-Doyle ] * Support running on amd64v3 * write the full list of packages a seed expands to a json file . [ Robert Krátký ] * Change blacklist to blocklist germinate (2.47) unstable; urgency=medium . [ Thomas Bechtold ] * Change default distribution to questing. germinate (2.46) unstable; urgency=medium . [ Benjamin Drung ] * Add new helper function _split_alternatives * Support alternatives in recommends (LP: #2097623) germinate (2.45) unstable; urgency=medium . [ Zhaoxuan Zhai ] * feat: add support for url with authentication germinate (2.44) unstable; urgency=medium . * Bump the recursion limit to 6000 (LP: #2058460) germinate (2.43) unstable; urgency=medium . [ Michael Hudson-Doyle ] * Perform shallow clones of seed repos. * Add a way to use an apt config file to locate the indices. . [ Julian Andres Klode ] * Take over maintenance from Colin, set Maintainer to germinate@packages.debian.org, and add myself to uploaders. germinate (2.42) unstable; urgency=medium . [ Julian Andres Klode ] * Allow seeds to declare alternative dependencies as fallbacks. These are not resolved further, but only added to the generated meta package dependencies. germinate (2.41) unstable; urgency=medium . * Remove germinate/tests/test_lint.py. It wasn't set up to honour the top-level setup.cfg when run from pybuild, and lint checks are handled by pre-commit hooks now anyway. germinate (2.40) unstable; urgency=medium . * Update standards version to 4.6.2, no changes needed. * Drop support for Python < 3.3 (including Python 2). * Change default non-VCS seed location to https://ubuntu-archive-team.ubuntu.com/seeds/ (adding recommendation of ca-certificates). * Change default distribution to mantic. * Change default architecture to amd64. * Reformat code using black, pyupgrade, and isort. germinate (2.39) unstable; urgency=medium . * Modernize Python packaging, removing distutils dependency (closes: #1022429). * Upgrade to debhelper v13. germinate (2.38) unstable; urgency=medium . * Fix ABC imports for Python 3.10 (closes: #1002401). germinate (2.37) unstable; urgency=medium . [ Iain Lane ] * Make fetching over HTTP have a timeout (LP: #1912495). germinate (2.36) unstable; urgency=medium . [ Christian Ehrhardt ] * Improve ordering of rescued packages (LP: #1895106). germinate (2.35) unstable; urgency=medium . [ Christian Ehrhardt ] * Report architecture of unknown dependencies. . [ Paride Legovini ] * germinate_update_metapackage: Fix duplicates handling (LP: #1905987). germinate (2.34) unstable; urgency=medium . * Fix lint errors with latest flake8 (closes: #963390). germinate (2.33) unstable; urgency=medium . [ Colin Watson ] * Document (no-)follow-build-depends in germinate(1). * Move Build-Depends-Indep to Build-Depends; some of these are needed during the clean target (e.g. python3-setuptools), and since germinate builds no architecture-dependent packages it isn't worth maintaining these lists separately. . [ Steve Langasek ] * Add a new follow-build-depends-all feature. germinate (2.32) unstable; urgency=medium . * Remove ancient X-Python-Version and X-Python3-Version fields. * Upgrade to debhelper v9. * Install debhelper extension using debhelper rather than from setup.py. * Convert to pybuild. * Apply "wrap-and-sort -at". * Simplify the approach for injecting the package version. * Add tox testing support. * Drop support for Python 3.2 (which lacked u"..." literals). * Use six instead of hand-written Python 2/3 portability code. * Use testtools rather than plain unittest/unittest2. * Silence noisy logging from test suite. * Switch from pychecker to flake8. * Drop Python 2 binary package (but still supported upstream). * Policy version 4.4.0: no changes required. germinate (2.31) unstable; urgency=medium . * Set Homepage to https://launchpad.net/germinate (closes: #923388). * Use HTTPS form of copyright-format URL. germinate (2.30) unstable; urgency=medium . * Build with LC_ALL=C.UTF-8 so that setup.py handles non-ASCII characters in debian/changelog correctly (closes: #913262). germinate (2.29) unstable; urgency=medium . [ Jelmer Vernooij ] * Use secure URI in Vcs control header. . [ Colin Watson ] * Set Rules-Requires-Root: no. . [ Steve Langasek ] * Skip use of deprecated 'imp' module, and just try/except the import we actually want. germinate (2.28) unstable; urgency=medium . * Support versioned Provides (LP: #1758004). * Build-depend on dh-python. germinate (2.27) unstable; urgency=medium . [ Iain Lane ] * Initial support for specifying snaps in seeds. . [ Colin Watson ] * Drop support for Python 3.0 and 3.1. * Change default distribution to bionic. germinate (2.26) unstable; urgency=medium . * Add an --always-follow-build-depends option to force germinate to follow Build-Depends regardless of seed feature flags. * Change default distribution to zesty. germinate (2.25) unstable; urgency=medium . * Cope with malformed Built-Using fields, since we only started checking these recently and so older series have some errors. germinate (2.24) unstable; urgency=medium . [ Dimitri John Ledkov ] * Create a [no-]follow-build-depends feature; follow by default. * Expand source package by adding the Built-Using set. Treat all Built-Using as if part of the build-dependency tree. . [ Colin Watson ] * Change default distribution to xenial. germinate (2.23) unstable; urgency=medium . * Handle Build-Depends-Arch, introduced in dpkg 1.16.4. * Require at least Python 2.7 and simplify some code accordingly. * Prefer Packages.xz and Sources.xz to other compression formats if possible. germinate (2.22) unstable; urgency=medium . * Raise a slightly more useful exception if python-apt fails to parse a dependency. * Work around lack of build profile support in older versions of apt/python-apt. germinate (2.21) unstable; urgency=medium . * Fix broken germinate-update-metapackage caused by overenthusiastic sorting of imports. germinate (2.20) unstable; urgency=medium . * Switch to git; adjust Vcs-* fields. * Add support for fetching seeds from git (LP: #1455689). * Change default distribution to wily. * Policy version 3.9.6: no changes required. germinate (2.19) unstable; urgency=medium . * Make it possible to add a custom seed with no parents. * Fix TagFile.sections to use try/finally so that the temporary directory reliably gets cleaned up. germinate (2.18) unstable; urgency=medium . * Fix Vcs-Bzr field so that it actually works with bzr. Adjust Vcs-Browser field to match. * Allow subclasses of SeedStructure to override a new make_seed method in order to slot in a different Seed implementation. germinate (2.17) unstable; urgency=medium . * Bump recursion limit to 3000; apparently utopic trips over the existing limit (LP: #1312478). germinate (2.16) unstable; urgency=medium . * Quote slashes in suite names when constructing local tag file names (thanks, Eugene Paskevich). * Change default distribution to trusty. * Update kubuntu-meta example in germinate-update-metapackage(1). * Policy version 3.9.5: no changes required. germinate (2.15) unstable; urgency=medium . * Use type and selector attributes of urllib.request.Request in Python >= 3.1 rather than the deprecated get_type and get_selector accessor methods, fixing a build failure with Python 3.4 which removed these methods entirely. germinate (2.14) unstable; urgency=low . * Micro-optimise lesser seeds calculation in Germinator._promote_dependency. * Amend dh_germinate_metapackage(1) to note that this program must be run after dh_prep. * Tolerate missing reasons when writing output. This is possible when germinate is being run over multiple flavours for the same architecture, and packages are promoted differently between seeds depending on the flavour. We can't generate a correct reason without a heavy performance cost in this case, but we can at least not crash. * Remove a few unnecessary "if condition: return True; else: return False" patterns. * Support multiarch (build-)dependency qualifiers (:any, :native). germinate (2.13) unstable; urgency=low . * Fix dh_germinate_clean(1) and dh_germinate_metapackage(1) to recommend syntax compatible with debhelper 8. * Policy version 3.9.4: - Add a Vcs-Browser field. * Change default distribution to saucy. germinate (2.12) unstable; urgency=low . * Add dists option to distribution sections in germinate-update-metapackage configuration, making it more useful for released distributions. germinate (2.11) unstable; urgency=low . * Use collections.defaultdict instead of manually initialising elements. * Simplify some sorted() calls, relying on the default iterator for mappings being .keys(). * Simplify code to clean up bzr cache, removing an unnecessary helper function. * Add support for reading seeds from relative filesystem paths (thanks, Sjoerd Simons; LP: #1010186). * Only allow dh_python2 to operate on python-germinate, to avoid chaos caused by shebang rewriting. germinate (2.10) unstable; urgency=low * Always open Packages files as UTF-8, regardless of the current locale. LP: #1025818. germinate (2.9) unstable; urgency=low * Support both Python 2 and 3 directly rather than using 2to3. * Make various cosmetic changes to conform to PEP-8. * Switch the top-level scripts to Python 3 by default. (They can still be run manually with /usr/bin/python if need be.) * Update copyright dates. * Policy version 3.9.3: - Convert debian/copyright to copyright-format 1.0. germinate (2.8) unstable; urgency=low * Build-depend on python-unittest2 so that the test suite works with Python 2.6 (closes: #661608). germinate (2.7) unstable; urgency=low * Explicitly specify the encoding to io.open so that tests pass even in the C locale. germinate (2.6) unstable; urgency=low * Fix processing of multiple suites where there are different versions of a package with different Provides fields. * Fix SeedStructure.write_seed_text to handle UTF-8 text in seeds correctly. germinate (2.5) unstable; urgency=low * Stop fetching Suggests from Packages; we don't use it. * Build a cache of seed entries when analysing reverse-dependencies, so that we don't have to expensively call get_seed_entries once per package per seed (LP: #915569). * Convert to setuptools. * Add the beginnings of a test suite. * Make the main bodies of scripts into modules so that they can be tested more easily. * Remove private AtomicUTF8File class; just write all files as UTF-8. * Port to Python 3: - Use "raise Exception(value)" syntax rather than the old-style "raise Exception, value". - Use Python 3-style print functions. - Use a list comprehension rather than filter (which behaves differently in Python 3). - Make GraphCycleError a subclass of Exception rather than of StandardError. - Simplify stringiness tests in TagFile.__init__ and Seed.__init__ using basestring. - Implement rich comparison methods instead of __cmp__ for Seed and GerminatedSeed. (Seed needs all of them for interface-compatibility; GerminatedSeed only needs __eq__ and __ne__.) - Use Python 3 replacements for urllib, urllib2, and ConfigParser if available. - When decompressing tag files from the archive, explicitly treat everything as binary data. - In Python 3, decode seed data read from URLs as UTF-8. - Pass universal_newlines=True to subprocess.Popen to get Unicode output. - Make sure to close stdout of subprocess.Popen objects. - Use 2to3 to handle the few remaining 2/3 differences at build time. - Add a python3-germinate package. germinate (2.4) unstable; urgency=low * Make Kernel-Version lexically scoped from the point in the seed where it's encountered to either the end of the seed or the next Kernel-Version entry, whichever comes first. Previously, the set of Kernel-Version values allowed for a seed was the union of all Kernel-Version entries in the seed, which is not what we want in practice. germinate (2.3) unstable; urgency=low * Adjust AtomicFile to not rename the .new file into place if the context exited with an exception (thanks, Jeroen T. Vermeulen). * Cope with an Archive implementation returning Maintainer values that are already unicode. germinate (2.2) unstable; urgency=low * Fix Germinator._follow_recommends to prevent a crash while calculating reverse-dependencies (LP: #900404). germinate (2.1) unstable; urgency=low * Call superclass constructor in GerminateFormatter's constructor. * Build-depend on python-all. * Store instances of Seed as GerminatedSeed._raw_seed, rather than instances of BytesIO which are transient and won't compare the way we need them to. * Remove build-sources entries that also appear in sources outputs at output time rather than immediately, which has the effect of removing sources that appear in any seed in the structure rather than just those processed earlier. This fixes behaviour when processing multiple seed structures, but also seems to fit more closely with the original intent of build-sources as documented in README, which I think was broken all the way back in r70 when seed hierarchies were first allowed to fork. * Fix inclusion/exclusion of packages from seeds other than "extra". germinate (2.0) unstable; urgency=low * Make sure to always close files after finishing with them. Mostly this is done using the 'with' statement in Python 2.6, but pychecker gets unhappy with contextlib.closing so I carried on using traditional try/finally blocks in cases that would require that. * Remove all uses of os.system and os.popen, replacing them with uses of the better-designed subprocess module. * Remove all code supporting the germinate -i/--ipv6 option; this has been off by default since November 2004, the service behind this was discontinued in March 2007 (http://lists.debian.org/debian-ipv6/2007/02/msg00015.html), and germinate was never a great place to track this kind of thing anyway. * Convert all option parsing to optparse. Consolidate defaults into a new Germinate.defaults module. * Update copyright dates. * Move canonical source location from people.canonical.com to a hosted branch on Launchpad. * Slightly modernise use of dh_python2. * Forbid seed names containing slashes. * Eliminate most uses of list.sort() in favour of sorted(iterable). * When promoting dependencies from lesser seeds, remove them from the lesser seed lists at output time rather than immediately. This is mostly to make it easier to process multiple seed structures, but also fixes a long-standing bug where promoted dependencies were only removed from a single arbitrary lesser seed rather than from all possible ones. * Memoise the results of Germinator's _inner_seeds, _strictly_outer_seeds, and _outer_seeds methods. This saves nearly a third of germinate's runtime in common cases. * Write all output files atomically. * Change default distribution to precise. * Update kubuntu-meta example in germinate-update-metapackage(1). * Refer to versioned GPL file in debian/copyright. * Policy version 3.9.2: no changes required. * Massive API cleanup: - Move output-writing functions from the top-level germinate program into Germinator. - Redesign how Germinator gets Packages/Sources sections from the archive. This now works via an abstract interface, which should make it easier to plug in alternative archive sources (e.g. a database). - Move all apt_pkg interaction into library code. Germinator.__init__ now takes an architecture argument so that it can set APT::Architecture. - Turn open_seed into a Seed class, allowing it to be a context manager. - Move code pertaining to the structure of seeds into a SeedStructure class, simplifying the interface. - Make all module names lower-case, per PEP-8. Remove the separate Germinate.Archive.tagfile module; this is now in germinate.archive directly. Adjust build system and pychecker handling to support this. - Remove unnecessary logging helper functions. - Don't modify level names on the root logger simply as a result of importing germinate.germinator; move this into a function. - Prefix all private methods with an underscore. - Remove germinate.tsort from germinate's public API. - Convert all method names to the PEP-8 preferred style (method_name rather than methodName). - Introduce wrapper functions for the various uses of write_list and write_source_list, and make the underlying methods private. - Make most instance variables private by prefixing an underscore, adding a few accessor methods. - Convert build system to distutils, make the germinate Python package public, and create a new python-germinate binary package. - Improve the Seed class so that seeds can be read multiple times without having to redownload them, and so that they remember which branch they came from. - Don't modify inner seeds when processing outer ones; filter build-dependencies on output instead. - Don't plant or grow seeds that have already had functionally-identical versions planted or grown respectively. - Automatically convert string dists/components/mirrors/source_mirrors arguments to lists in TagFile constructor. - Make it possible for a single Germinator to process multiple seed structures, reusing the work done on common seeds. - Canonicalise mirrors (by appending '/' if necessary) in TagFile rather than in the main germinate program. - Handle the extra seed entirely within Germinator rather than modifying SeedStructure (which doesn't fit well with processing the same seed structure on multiple architectures). - Use module-level loggers. - Get rid of the custom PROGRESS log level. - Change germinate.archive to use logging rather than print. - Add docstrings for all public classes and methods, and tidy up a few existing ones per PEP-257. germinate (1.27) unstable; urgency=low [ Alexandros Frantzis ] * Change local tag file name format to permit multiple repositories on the same host (LP: #634831). germinate (1.26) unstable; urgency=low * Use 'bzr branch' rather than 'bzr get'; the latter is apparently deprecated in bzr 2.4. * Change default distribution to oneiric. germinate (1.25.1) unstable; urgency=low * Add a new option, --no-installer, allowing one to process seeds without considering debian-installer udebs in the output. germinate (1.25) unstable; urgency=low * Only raise an exception from open_tag_files if an appropriate file is not found on any mirror (thanks, Tom Gall, Steve Langasek, and Barry Warsaw; LP: #717879). germinate (1.24) unstable; urgency=low * Always refresh copies of local Packages and Sources files (i.e. when using the file: scheme). germinate (1.23) unstable; urgency=low * Write out entire decompressed Packages/Sources files in one go, rather than line-by-line. This is a bit faster. * Convert to dh_python2. * Change default distribution to natty. * Update kubuntu-meta example in germinate-update-metapackage(1) (remove ia64 and sparc). germinate (1.22) unstable; urgency=low * Change default distribution to maverick. * Update kubuntu-meta example in germinate-update-metapackage(1) (remove lpia). germinate (1.21) unstable; urgency=low [ Julian Andres Klode ] * Port the code to the new python-apt API and require at least version 0.7.93.2 of python-apt (closes: #571744). [ Colin Watson ] * Convert to source format 3.0 (native). * Policy version 3.8.4: no changes required. germinate (1.20) unstable; urgency=low * Add 'make check' which runs pychecker if available, and make it pass. * Change default distribution to lucid. * Update kubuntu-meta example in germinate-update-metapackage(1) (add netbook; remove hppa; add armel). germinate (1.19) unstable; urgency=low [ Colin Watson ] * Fix interpretation of architecture-specific regex seed entries where the regex contains a character class (which looks a bit like an architecture specification in the wrong light). [ Loïc Minier ] * Document --source-mirror option in germinate(1). germinate (1.18) unstable; urgency=low * Make germinate-update-metapackage write out a metapackage-map file, which is useful for later determining the set of seeds and metapackages to build. * Add a debhelper addon, useful for building metapackages. germinate (1.17) unstable; urgency=low * Use people.canonical.com everywhere rather than people.ubuntu.com. * Change default distribution to karmic. * Convert to debhelper 7. I've taken some care to avoid use of the new override targets since Ubuntu hardy-jaunty don't have a debhelper that supports those. * Policy version 3.8.2: no changes required. germinate (1.16) unstable; urgency=low * Pass germinate-update-metapackage's list of components to debootstrap. * Replace internal wiki link in README with something world-readable. germinate (0.34) unstable; urgency=low * Follow Recommends in Section: metapackages as if they were Depends. * Ignore leading and trailing whitespace and blank lines in STRUCTURE files. * Allow comments (starting with #) in STRUCTURE files. germinate (0.33) unstable; urgency=low * Honour recommends in germinate-pkg-diff. germinate (0.32) unstable; urgency=low * Use dch -iU rather than dch -U. (I use DEBCHANGE_RELEASE_HEURISTIC=changelog so never noticed the problem.) * Fix germinate-pkg-diff --mode option (was incorrectly --mirror, contrary to its meaning and the documentation). * Make germinate-pkg-diff work again even if supported is not in its list of seeds. * germinate-pkg-diff now automatically adds inherited seeds as necessary. Thus, the default list of seeds is reduced to simply 'desktop'. * Download package index files to a temporary directory if they aren't going to be saved. * Clean up package index files downloaded for germinate-pkg-diff. * Add germinate-pkg-diff -a/--arch option. * Update copyright dates. * Add manual pages for germinate-pkg-diff and germinate-update-metapackage. germinate (0.31) unstable; urgency=low * Fix excluding packages from seeds other than extra. germinate (0.30) unstable; urgency=low * Generalise Extra-Include and Extra-Exclude to allow rescuing packages from any seed, not just extra. For example, Mobile-Include: *-dev will rescue all packages from sources that generate binaries named *-dev in the mobile output. germinate (0.29) unstable; urgency=low * Add Vcs-Bzr control field. * Use dch -U if available. * Document meaning of seed entries in parentheses. * Remove old arch-tag lines. * PEP-8 import ordering. * Add --version option to all programs. germinate (0.28) unstable; urgency=low * Try to fall back to alternative dependencies if one is blacklisted. * Honour blacklist entries even if they're explicitly seeded. * Don't apply blacklists (apart from the "supported" blacklist) to build-dependencies. * Be a little more verbose when blacklisting packages. * Allow "seed_map/SEED" configuration file entries in update-metapackage to have an output metapackage read its package list from multiple seeds (needed for splitting required and minimal in the Ubuntu seeds). germinate (0.27) unstable; urgency=low * Add support for negative architecture specifications, e.g. [!powerpc]. * Document % and [arch] seed syntaxes in germinate(1). * Add support for prefixing seed entries with "!" to enforce blacklisting packages from the containing seed and any of its inner seeds. For example, this allows a package to be in Ubuntu main but blacklisted from being shipped on CDs. * Change default distribution to gutsy. germinate (0.26) unstable; urgency=low * Change default non-bzr seed location to http://people.ubuntu.com/~ubuntu-archive/seeds/. germinate (0.25) unstable; urgency=low * Change default distribution to feisty. * Fix file descriptor leak in Germinator.parseStructure(). * Put the contents of the STRUCTURE seed file in a new "structure" output file. * Change default seed distribution to "ubuntu.feisty"; note new naming scheme. * Fetch seeds from http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ by default if the --bzr option is used. germinate (0.24) unstable; urgency=low * When processing whole-source seed entries, only include real packages. This avoids slews of warnings for binaries that only exist on other architectures, and avoids mistakenly picking up virtual packages. germinate (0.23) unstable; urgency=low * Fix recommends-related changelog entries from update-metapackage. germinate (0.22) unstable; urgency=low * Fix crash when promoting from lesser seeds. * Include recommends in main outputs (they should continue to appear in Task headers and such, just not in metapackage dependencies), and create a .seed-recommends output for just the seeded recommendations. germinate (0.21ubuntu1) edgy; urgency=low * added support for recommends in seeds via enclosing the packagename in '('..')'. E.g. * (pkgname) # this will produce a recommends germinate (0.21) unstable; urgency=low * Add optional output_seeds setting (defaults to value of seeds) in update.cfg, to allow seeds to be germinated for inheritance purposes without being output. * Sort added and removed packages in metapackage changelogs. germinate (0.20) unstable; urgency=low * Consider sources from inner seeds while rescuing packages from extra (so e.g. in Ubuntu Extra-Include in supported should look at source packages from minimal etc. as well as from supported). * Rescue from sources in the build tree in a separate pass, and add rescued packages to the depends/build-depends lists rather than pretending that they're explicitly seeded. This means that rescued packages end up correctly in supported or supported+build-depends depending on whether their source packages were found while processing dependencies or build-dependencies. germinate (0.19) unstable; urgency=low * Allow shell-style globs in seeds wherever regular expressions are allowed. (Regular expressions are surrounded by /.../, making this unambiguous.) * Add support for Extra-Include and Extra-Exclude variables, which allow automatically rescuing packages that match certain patterns from extra (https://launchpad.net/distros/ubuntu/+spec/seed-cleanup). * Tweak logging priorities for messages about virtual seed entries. * Don't display debugging messages by default; add germinate -v/--verbose option to display them. * Use sets rather than lists where possible. This roughly halves the runtime for the Ubuntu seeds. * Add extras recursively: binaries generated by sources pulled in by dependencies or build-dependencies of extra binaries should themselves be extra. germinate (0.18) unstable; urgency=low * Convert to python-support. * Move python and python-support build-dependencies to Build-Depends-Indep. * Policy version 3.7.2. germinate (0.17) unstable; urgency=low * Fix d-i kernel version pruning to happen early enough to exclude seeded packages for the wrong kernel version (which can easily happen e.g. if regex seeds are used). * If no Kernel-Version variable is given, allow all udebs with Kernel-Version headers rather than none of them. * Change default distribution to edgy. germinate (0.16) unstable; urgency=low * Add --bzr option to automatically check out seeds from bzr. * Switch from urllib to urllib2. * Refactor duplicated seed-fetching code into new Germinate.seeds module. * Add optional seed_dist setting in update.cfg files, to allow setting a default seed distribution. * Add --bzr option to update-metapackage as well (mostly implementing https://launchpad.net/distros/ubuntu/+spec/ubuntu-meta-from-bzr). germinate (0.15) unstable; urgency=low * Source moved to bzr; update copyright file. * Add germinate-update-metapackage script to help manage updating ubuntu-meta et al (closes: https://launchpad.net/bugs/37917). * Improve man page documentation of --seed-packages slightly (see #363536). germinate (0.14) unstable; urgency=low * Move Python modules to /usr/lib/germinate; .pyc/.pyo files are architecture-dependent. germinate (0.13) unstable; urgency=low * Build-depend on python (closes: #363040). germinate (0.12) unstable; urgency=low * Upload to Debian (closes: #360631). * Switch to my debian.org maintainer address. germinate (0.11) dapper; urgency=low * Fix plantSeed() backward incompatibility for *-meta/update scripts by defaulting seedrelease to None. germinate (0.10) dapper; urgency=low * Add seed distribution name to seed descriptions in the "Why" column. germinate (0.9) dapper; urgency=low * When processing the build tree, germinate is (correctly) careful not to promote packages from lesser seeds, since we still want to consider them (e.g.) part of ship even if they're build-dependencies of desktop. However, this sometimes caused us to select the wrong alternative from an or-ed build-dependency (e.g. redland Build-Depends: libmysqlclient15-dev | libmysqlclient12-dev | libmysqlclient10-dev and libmysqlclient15-dev was in the Ubuntu supported seed). To fix this, process the packages at that point anyway and just avoid promoting them. germinate (0.8) dapper; urgency=low * When identifying extras, check for binaries built from multiple source packages and skip any superseded binaries. * Change default for --components to main and restricted, since the Ubuntu seeds rely on packages from restricted in order to germinate correctly. germinate (0.7) dapper; urgency=low * Depend on python-apt (thanks, Jani Monoses). germinate (0.6) dapper; urgency=low * Add regular expression support in seeds. Weaken architecture specification error checking in order to be able to use [...] in regular expressions more easily. * Add support for including all the binaries from a given source package (using "%source") in seeds. * Add germinate --cleanup option, to prevent caching of Packages and Sources files. * Add germinate --source-mirror option, to allow Packages and Sources files to be on different mirrors (e.g. Ubuntu ports architectures). germinate (0.5) dapper; urgency=high * Stop accidentally including extra in the all and supported+build-depends outputs. germinate (0.4) dapper; urgency=low * Don't attempt to satisfy versioned dependencies of .debs using virtual packages, as the packaging toolchain doesn't support that. (udpkg/anna do support this for .udebs, and the installer relies on that.) * Change default distribution to dapper. germinate (0.3) breezy; urgency=low * Add a man page for germinate. * Explain in pkg-diff --help that you can supply a list of seeds to compare against as non-option arguments. * Update pkg-diff's default seeds to 'minimal standard desktop', to match the breezy seeds. * Add germinate --seed-packages option, to allow calculating dependencies of individual extra packages during a germinate run. * Policy version 3.6.2. No changes required. * Update GPL notices with the FSF's new address. germinate (0.2) breezy; urgency=low * Fix formatting of output lines with UTF-8 maintainer strings. * Really pick the first reason from the build-dependency tree to display in output files. * Record allowed d-i kernel versions on a per-seed basis, so that we can have some kernel versions supported for netboot installations only. * Force a trailing slash onto the end of any --seed-source argument. germinate (0.1) breezy; urgency=low * Initial release. golang-1.26 (1.26.0-1) unstable; urgency=medium . * New upstream version 1.26.0 - Refresh patch golang-1.26 (1.26~rc3-2) unstable; urgency=medium . * Skip TestTSAN test on s390x. The test consistently fails, and is probably a real bug. It's currently being investigated, but until that is resolved, we disable the test to be able to build the golang package, so it can migrate to testing. See https://github.com/golang/go/issues/77289 and Debian BTS #1126312 * Update d/copyright - Use Comment: as field name in d/copyright - Remove src/image/jpeg/idct.go from d/copyright, has been removed upstream - Remove MPEG license terms, no longer needed - Update d/copyright with correct license name. - Use Go license for d/rules, just like all other files in that directory - Update license name from FreeBSD to BSD-2-Clause - Add d/lrc.config as license hints for lrc * Run wrap-and-sort -astkb * Remove Breaks: dh-golang (<< 1.43~), o-o-stable is at 1.51 * Remove leading '/' from .install files * Remove unused lintian overrides * Add lintian overrides for golang-X.Y-src * Add myself as uploader, somehow I got involved again. :-) golang-1.26 (1.26~rc3-1) unstable; urgency=medium . * Team upload. * New upstream version 1.26~rc3 * Remove Priority: optional from d/control * Remove Rules-Requires-Root from d/control * Update Standards-Version to 4.7.3 golang-1.26 (1.26~rc2-1) unstable; urgency=medium . * Initial upload of Go 1.26 (rc2) golang-github-go-piv-piv-go (2.5.0-2) unstable; urgency=medium . * Team upload * Upload to unstable * Vendor minimal go-piv v1 for yubikey-agent . golang-github-go-piv-piv-go (2.5.0-1) experimental; urgency=medium . * Team upload. * Modernize Salsa CI * Use watch v5 * Drop Rules-Requires-Root: no * Standards-Version: 4.7.3 * Drop Priority: optional * Bump debian/* copyright years * Use gbp sign-tags and upstream-vcs-tag . golang-github-go-piv-piv-go (2.4.0-1) experimental; urgency=medium . * Team upload. * Upload to experimental because known to trigger FTBFS in (only) yubikey-agent and golang-github-smallstep-certificates. * Add d/salsa-ci.yml. * Use pkgconf instead of obsolete pkg-config. * Standards-Version: 4.7.2. * Fix lintian debian-changelog-line-too-long. * Bump debian/* copyright years. * New upstream version 2.4.0 * Improve d/copyright for new RSA code. * Use dh-sequence-golang. * Install extra files. * Re-enable self-tests. * Use gbp debian-branch debian/latest. golang-github-go-piv-piv-go (2.5.0-1) experimental; urgency=medium . * Team upload. * Modernize Salsa CI * Use watch v5 * Drop Rules-Requires-Root: no * Standards-Version: 4.7.3 * Drop Priority: optional * Bump debian/* copyright years * Use gbp sign-tags and upstream-vcs-tag golang-github-go-piv-piv-go (2.4.0-1) experimental; urgency=medium . * Team upload. * Upload to experimental because known to trigger FTBFS in (only) yubikey-agent and golang-github-smallstep-certificates. * Add d/salsa-ci.yml. * Use pkgconf instead of obsolete pkg-config. * Standards-Version: 4.7.2. * Fix lintian debian-changelog-line-too-long. * Bump debian/* copyright years. * New upstream version 2.4.0 * Improve d/copyright for new RSA code. * Use dh-sequence-golang. * Install extra files. * Re-enable self-tests. * Use gbp debian-branch debian/latest. graphite-web (1.1.10-10) unstable; urgency=medium . * declare compliance to policy 4.7.3 (remove redondant control fields) * fix server not ready on slow archs (Closes: #1127692) libpgjava (42.7.10-1) unstable; urgency=medium . * New upstream version 42.7.10. lowdown (2.0.4-2) unstable; urgency=medium . * Add liblowdown-dev -> libbsd-dev, libmd-dev dependencies, as these are a) required for static linking and b) required in all cases by pkgconf's stricter parser. (Closes: #1126924) * Remove Rules-Requires-Root: no (now the default). mdds (3.2.0-5) unstable; urgency=medium . * upload to unstable mdds (3.2.0-4) experimental; urgency=medium . * fix nocheck checks in debian/rules * add to libtbb-dev Build-(Depends|Conflicts) mdds (3.2.0-3) experimental; urgency=medium . * B-D on libtbb-dev only on !i386 !armhf, add Build-Conflicts for i386 armhf to force tbb usage only on 64bit - it will be ignored if not present mdds (3.2.0-2) experimental; urgency=medium . * add B-D on pkg-config mdds (3.2.0-1) experimental; urgency=medium . * New upstream version 3.2.0 . * add libtbb-dev to Build-Depends: neovim-rainbow-delimiters (0.10.0+ds-2) unstable; urgency=medium . * Team upload. * Upload to unstable * d/control: Bump S-V to 4.7.3; drop priority: optional and RRR neovim-rainbow-delimiters (0.10.0+ds-1) experimental; urgency=medium . * Initial release. (Closes: #1116642) py-aosmith (1.0.17-1) unstable; urgency=medium . * New upstream release. python-sphinx-feature-classification (2.0.0-3) unstable; urgency=medium . * Cleans better (Closes: #1049307). ruby-contracts (0.17.3-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-cool.io (1.9.3-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-faraday-net-http-persistent (2.3.1-1) unstable; urgency=medium . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-graphql-client (0.26.0-1) unstable; urgency=medium . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-hoe (4.6.0+dfsg1-1) unstable; urgency=medium . * Team upload. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * New upstream release. * Drop {XS,XB}-Ruby-Versions from control. * Update Standards-Version to 4.7.3, no changes needed. ruby-jar-dependencies (0.5.5-1) unstable; urgency=medium . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. * Use ${ruby:Depends} for runtime dependencies. ruby-librarian (1.2.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-listen (3.10.0-1) unstable; urgency=medium . * Team upload. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-pathname2 (2.0.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. * Drop {XS,XB}-Ruby-Versions from control. * Refresh ruby-test-files.yaml. ruby-rack-attack (6.8.0-1) unstable; urgency=medium . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-rspec-collection-matchers (1.2.1-1) unstable; urgency=medium . * Team upload. . [ Debian Janitor ] * Set field Upstream-Contact in debian/copyright. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on ruby-rspec-expectations. * Bump debhelper from old 12 to 13. * Update standards version to 4.6.1, no changes needed. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/gbp.conf: remove trailing empty lines * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * New upstream release. * Drop {XS,XB}-Ruby-Versions from control. * Update Standards-Version to 4.7.3, no changes needed. ruby-rspec-junit-formatter (0.6.0-1) unstable; urgency=medium . * Team upload. . [ Cédric Boutillier ] * use github as source in watch file to fetch tests . [ Debian Janitor ] * Update standards version to 4.5.1, no changes needed. * Remove constraints unnecessary since buster (oldstable) * Update standards version to 4.6.1, no changes needed. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/gbp.conf: remove trailing empty lines * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * New upstream release. * Drop {XS,XB}-Ruby-Versions from control. * Update Standards-Version to 4.7.3, no changes needed. ruby-tanuki-emoji (0.13.0-1) unstable; urgency=medium . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. * Add missing build dependency on ruby-i18n. ruby-telesign (4.0.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-telesignenterprise (5.0.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. * Bump build dependency on ruby-telesign to 4.0.0. ruby-toml-rb (4.1.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. ruby-tomlrb (2.0.4-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. slic3r-prusa (2.9.4+dfsg-3) unstable; urgency=medium . * [f22450a] Drop xvfb and xauth build-deps (Closes: #1066949) * [8b838ce] Enable CI pipelines in salsa * [ef2ae8f] Fix cmake-related FTBFS by setting CMAKE_POLICY_VERSION_MINIMUM. Thanks to Gregor Riepl (Closes: #1125587) subversion (1.14.5-6) unstable; urgency=medium . * Fix "build source after successful build" (Closes: #1046849) + Remove subversion/tests/cmdline/.davautocheck.sh.stop during clean + Do not run upstream's extraclean target in parallel * Remove Priority field, since optional is the default value * Remove kfreebsd architecture restrictions * Declare compliance with Policy 4.7.3 superqt (0.7.8-1) unstable; urgency=medium . * New upstream release. vcr.py (8.1.1-1) unstable; urgency=medium . * Team upload. * New upstream release: - Fix iscoroutinefunction deprecation warning on Python 3.14 (closes: #1123365). volk (3.3.0-2) unstable; urgency=medium . * debian/libvolk3.3.symbols - add sybol tags for arch volk (3.3.0-1) experimental; urgency=medium . * New upstream release. New kernels volk_16i_x2_add_saturated_16i volk_16u_x2_add_saturated_16u volk_32f_sincos_32f_x2.h volk_64f_x2_dot_prod_64f.h volk_8i_x2_add_saturated_8i.h volk_8u_x2_add_saturated_8u.h Improvements to a lot of kernels RiscV kernels are further improved and fixed RVV index_max/min kernels always return the correct (first) index now New AVX512 implementations for a lot of kernels Add more NEON kernels with better accuracy Documentation Working on auto-publishing latest docs More clarification on our software library dependencies policy Improved documentation on the underlying algorithms that are used Code quality cx-limited-range: Reduce scope of compile feature Fully rely on std::filesystem (we used to have a boost::filesystem fallback) Align CMake auto-format with GNU Radio Update to modern PIC enablement Fix NEON compile checks Update code style in more places tighter CI Add -Werror flag to CI for C compilation Remove obsolete CI, add new CI Fix obsolete MacOS Intel CI Tests Add specialized test suite for the rotator kernel Improved usability with gtest Tighter error bounds for a lot of implementations Usability new performance test output fastest implementation is marked with a star speed up vs. generic implementation is printed test "heat up" added [A. Maitland Bottoms] * Standards-Version 4.7.3 (no changes) * upload to experimental for library soversion change. * export Debian build flags (Closes: #1124916) wm2 (4+svn20090216-4.1) unstable; urgency=medium . * Non-maintainer upload. . [ Andreas Tille ] * Add Vcs fields * Secure URI in Homepage * d/copyright: - DEP5 - Review * d/watch: version=5 * d/rules: Short dh * debhelper-compat 13 * Standards-Version: 4.7.3 . [ Helmut Grohne ] * Fix FTCBFS: (Closes: #928784) + Let dh_auto_build pass cross tools to make. + Rename C++ compiler to CCC.