openstack-pkg-tools 123ubuntu1 source package in Ubuntu

Changelog

openstack-pkg-tools (123ubuntu1) lunar; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - d/gbp.conf: Update gbp configuration file.
    - d/control: Update Vcs-* links and maintainers.
    - init-template/init-script-template: Set umask in init-script-template
      to ensure log files are created with 0640 mode bits.
    - pkgos_func: Update pkgos_adduser to use /usr/sbin/nologin instead
      of /bin/false when creating system accounts that do not run a shell.

openstack-pkg-tools (123) unstable; urgency=medium

  * Fix init template to support uwsgi with Python 3.11 and up.

openstack-pkg-tools (122) experimental; urgency=medium

  * Remove ~bpo.* from the exported OSLO_PACKAGE_VERSION, because of new
    restrictions in setuptools.

openstack-pkg-tools (121) experimental; urgency=medium

  * Add pkgos_add_section().

openstack-pkg-tools (120) unstable; urgency=medium

  * Deprecate option --no-py2 and --no-py3 (always package for PY3 only).
  * Fix homepage URL, and copyright.
  * Test runner with colors.

 -- Corey Bryant <email address hidden>  Tue, 18 Apr 2023 10:26:43 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
openstack-pkg-tools_123ubuntu1.tar.xz 91.0 KiB 1b0b95bcc3e6e57e326c0e33dd2563f6a617b6540fb5a0946c58c1ecec2c7ade
openstack-pkg-tools_123ubuntu1.dsc 1.9 KiB 0ad7aa81a0b0cd84cd0abb0a221f001f487231385c6e55f0aaf6169ee6140fea

Available diffs

View changes file

Binary packages built by this source

openstack-pkg-tools: Tools and scripts for building Openstack packages in Debian

 This package contains some useful shell scripts and helpers for building the
 OpenStack packages in Debian, including:
 .
  * shared code for maintainer scripts (.config, .postinst, ...).
  * init script templates to automatically generate init scripts for sysv-rc and
    systemd.
  * tools to build backports using sbuild and/or Jenkins based on gbp workflow.
  * utility to maintain git packaging (to be included in a debian/rules).
 .
 Even if this package is maintained in order to build OpenStack packages, it is
 of a general purpose, and it can be used for building any package.