Change log for feature-check package in Ubuntu

114 of 14 results
Published in noble-proposed
feature-check (2.1.0-2) unstable; urgency=medium

  * Fix the no-arch-any FTBFS: split the rules file targets into
    -arch and -indep ones.

 -- Peter Pentchev <email address hidden>  Sun, 11 Feb 2024 12:45:56 +0200

Available diffs

Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
feature-check (1.0.1-2) unstable; urgency=medium

  * Make the debian/clean file really clean up the Python egg-info
    directory after it was pushed down to python/src/ in confget-2.3.4.
    Closes: #1044232
  * Declare compliance with Policy 4.6.2 with no changes.
  * Add the year 2023 to my debian/* copyright notice.
  * Override a Lintian check: tappy.py loops over Python versions.
  * Use the pyproject plugin for pybuild.
  * Minor fixes to the `tappy.py` autopkgtest tool:
    - reformat with 100 characters per line
    - run through Ruff's isort implementation
    - minor fixes suggested by Ruff
    - add some infrastructure for running Python checkers on tappy.py
    - drop a type: ignore annotation, not needed for recent versions of mypy
    - drop support for Python versions before 3.9

 -- Peter Pentchev <email address hidden>  Sun, 27 Aug 2023 02:47:43 +0300

Available diffs

Superseded in noble-release
Published in mantic-release
Published in lunar-release
Obsolete in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
feature-check (1.0.1-1) unstable; urgency=medium

  * Upload to unstable.
  * Declare compliance with Debian Policy 4.6.0 with no changes.
  * New upstream release:
    - refresh the python-no-executable patch

 -- Peter Pentchev <email address hidden>  Fri, 17 Dec 2021 15:45:56 +0200

Available diffs

Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
feature-check (0.2.2-7) unstable; urgency=medium

  * Add the cmp-num and cmp-rest upstream patches to fix some version
    string comparisons. Closes: #990276

 -- Peter Pentchev <email address hidden>  Thu, 24 Jun 2021 15:33:07 +0300

Available diffs

Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
feature-check (0.2.2-6) unstable; urgency=medium

  [ Michael Hudson-Doyle ]
  * debian/tests/control: have tap-python.sh depend on python3-all so all
    supported Python 3.x versions are actually installed. Closes: 972530

  [ Peter Pentchev ]
  * Drop dh-python, dh-sequence-python3 is enough.
  * Rewrite the tap-python test in Python as tappy.

 -- Peter Pentchev <email address hidden>  Mon, 26 Oct 2020 11:14:52 +0200

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
feature-check (0.2.2-5) unstable; urgency=medium

  * Declare compliance with Policy 4.5.0 with no changes.
  * Add the year 2020 to my debian/* copyright notice.
  * Drop the adequate autopkgtest.
  * Drop the Name and Contact upstream metadata fields.
  * Test against supported, not installed, Python versions.
  * Configure pybuild and pytest through the environment.
  * Use debian/clean to remove subdirectories.
  * Use a build dependency on dh-sequence-python3.
  * Update the debhelper compat level to 13:
    - drop the conditional around the dh_auto_test target
    - `dh_missing --fail-missing` is now the default
    - use execute_after targets

 -- Peter Pentchev <email address hidden>  Sun, 10 May 2020 01:40:56 +0300

Available diffs

Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
feature-check (0.2.2-4) unstable; urgency=medium

  * Mark the adequate autopkgtest as superficial.
  * Declare compliance with Policy 4.4.0 with no changes.
  * Fix the tap-python test (both build-time and autopkgtest) to
    actually test with the various Python interpreters, not just pypy.
  * Also skip the tests in the "nocheck" build profile.
  * Annotate test-related build dependencies with <!nocheck>.
  * Run the Salsa CI jobs.
  * Drop the PyPy package.
  * Drop the Python 2 package, too.  Closes: #936510
  * Point the Vcs-* headers to the Salsa mirror.

 -- Peter Pentchev <email address hidden>  Tue, 24 Sep 2019 11:32:16 +0300

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
feature-check (0.2.2-3) unstable; urgency=medium

  * Switch to a DEP-14 debian/master branch.
  * Add a simple git-buildpackage config file.
  * Use the test-name autopkgtest feature.

 -- Peter Pentchev <email address hidden>  Tue, 26 Feb 2019 17:08:55 +0200

Available diffs

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
feature-check (0.2.2-2) unstable; urgency=medium

  * Add a patch to not install the Python command-line executable
    even internally during the build.
  * Use the PYBUILD_* variables in the rules file.
  * Add a PyPy package.
  * Use a single tool for TAP testing the Python modules.
  * Check for "nocheck" in DEB_BUILD_OPTIONS before running any tests.

 -- Peter Pentchev <email address hidden>  Mon, 14 Jan 2019 17:43:43 +0200

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
feature-check (0.2.2-1) unstable; urgency=medium

  * New upstream release, update the upstream copyright years.
  * Declare compliance with Debian Policy 4.3.0 with no changes.
  * Bump the debhelper compatibility level to 12 with no changes.
  * Add the year 2019 to my debian/* copyright notice.
  * Run the TAP tests with the Python 2 and Python 3 modules,
    not just the Perl command-line tool.
  * Add a trivial git-buildpackage config file.

 -- Peter Pentchev <email address hidden>  Wed, 09 Jan 2019 22:31:26 +0200

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
feature-check (0.2.1-1) unstable; urgency=medium

  * New upstream release: drop the dependency on python-typing.
  * Drop shlibs:Depends from all the binary packages: they are all either
    in Perl or in Python.
  * Make full use of the python:* and python3:* variables, even if
    some of them will not be defined for this package.

 -- Peter Pentchev <email address hidden>  Tue, 27 Nov 2018 11:23:49 +0200

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
feature-check (0.2.0-1) unstable; urgency=medium

  * Bring up to compliance with Debian Policy 4.2.1: install the upstream
    release notes (CHANGES.md) as NEWS and not changelog.
  * Use the B-D: debhelper-compat (= 11) mechanism.
  * Add a trivial autopkgtest running adequate on the installed package.
  * New upstream release:
    - build the Python libraries
    - add two autopkgtest cases for the Python libraries
  * Minimize the upstream signing key, only keep the <email address hidden> UID.

 -- Peter Pentchev <email address hidden>  Fri, 23 Nov 2018 02:01:44 +0200

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
feature-check (0.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Use my Debian e-mail address in the Maintainer field.

 -- Peter Pentchev <email address hidden>  Tue, 15 May 2018 10:57:09 +0300

Available diffs

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
feature-check (0.1.0-1) unstable; urgency=low

  * Initial release.  Closes: #896892

 -- Peter Pentchev <email address hidden>  Fri, 04 May 2018 16:42:30 +0300
114 of 14 results