dput-ng 1.38 source package in Ubuntu

Changelog

dput-ng (1.38) unstable; urgency=medium

  [ Ben Hutchings ]
  * Add support for config in $XDG_CONFIG_HOME/dput (Closes: #1057147)
  * Add rsync upload method

  [ Helmut Grohne ]
  * Add a dcut migrate command meant to be used with LTS uploads.

 -- Helmut Grohne <email address hidden>  Thu, 25 Jan 2024 14:32:29 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dput-ng_1.38.dsc 2.2 KiB 2d87d6f32751e4aaaee00c0b85b57b31c530c502813ddaaeeefd3608f48bbc2a
dput-ng_1.38.tar.xz 85.8 KiB 715c24358ae686b130dfff9087e349cef02e4eac588c65633def9a361c7a86f6

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.