dput-ng 1.39 source package in Ubuntu

Changelog

dput-ng (1.39) unstable; urgency=medium

  * Team upload.
  * Fix for Python3.12
    Closes: #1061454
  * Fix name ordering for sftp uploader (thanks for the patch to
    Michael Kuhn <email address hidden>)
    Closes: #815189

 -- Andreas Tille <email address hidden>  Sat, 17 Feb 2024 12:40:19 +0100

Upload details

Uploaded by:
dput-ng Maintainers
Uploaded to:
Sid
Original maintainer:
dput-ng Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dput-ng_1.39.dsc 2.2 KiB 5dbc180bbd54e80eeddd94d500ecbc0bf5f7a4ccba8f7cd6a1c9498ed9f809c7
dput-ng_1.39.tar.xz 85.9 KiB 15429b4c10ce8f536b9017f29e1cb5c4d3993e1ea09b4e158040f39d0c3e801e

Available diffs

No changes file available.

Binary packages built by this source

dput-ng: next generation Debian package upload tool

 dput-ng is a Debian package upload tool which provides an easy to use
 interface to Debian (like) package archive hosting facilities. It allows
 anyone who works with Debian packages to upload their work to a remote
 service, including Debian's ftp-master, mentors.debian.net, Launchpad or other
 package hosting facilities for Debian package maintainers.
 .
 dput-ng features many enhancements over dput, such as more comprehensive
 checks, an easy to use plugin system, and code designed to handle the numerous
 archives that any Debian package hacker will interact with.
 .
 dput-ng aims to be backwards compatible with dput in command-line flags,
 configuration files, and expected behavior.

dput-ng-doc: next generation Debian package upload tool (documentation)

 dput-ng is a Debian package upload tool which provides an easy to use
 interface to Debian (like) package archive hosting facilities. It allows
 anyone who works with Debian packages to upload their work to a remote
 service, including Debian's ftp-master, mentors.debian.net, Launchpad or other
 package hosting facilities for Debian package maintainers.
 .
 This package provides exhaustive user documentation, developer API docu-
 mentation and command interface documentation.

python3-dput: next generation Debian package upload tool (Python 3 library)

 dput-ng is a Debian package upload tool which provides an easy to use
 interface to Debian (like) package archive hosting facilities. It allows
 anyone who works with Debian packages to upload their work to a remote
 service, including Debian's ftp-master, mentors.debian.net, Launchpad or other
 package hosting facilities for Debian package maintainers.
 .
 This package provides Python library functions providing core functionality to
 dput-ng and tools building on top of that. This library provides upload
 classes, profile parser, sanity checks and helper functions required to build
 a dput service.
 .
 The recommended package python3-paramiko is needed to upload via SSH.