gitpkg 0.30 source package in Ubuntu
Changelog
gitpkg (0.30) unstable; urgency=medium * New utility functions in repo-config-helper which simplify configuration option handling in hook scripts. * Provide finer grained overrides for usefully configurable options in the cowpoke and dpkg-buildpackage exit hooks, so that overriding things like the target to build for, or where to upload, don't necessarily override all of the other configured defaults. * Support creating "source only" changes files for upload, even when doing a full binary package build. -- Ron Lee <email address hidden> Tue, 10 Aug 2021 01:00:34 +0930
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | devel | |
Lunar | release | universe | devel | |
Kinetic | release | universe | devel | |
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gitpkg_0.30.dsc | 1.4 KiB | 8e30582879890ec7538af8c94516072dac442dbbbd3e0af0c46757a54ea613a4 |
gitpkg_0.30.tar.gz | 49.7 KiB | 3a6ee90d447ebbad769a1a739b8cb79c5ca49630e317a5c6d3a0dd3b735b1225 |
Available diffs
- diff from 0.29+nmu1 to 0.30 (16.8 KiB)
No changes file available.
Binary packages built by this source
- gitpkg: tools for maintaining Debian packages with git
This package provides tools and automation to assist with maintaining Debian
packages in git.
.
gitpkg - creates a source package from specified repository versions.
git-debimport - creates a git repository from a set of existing packages.
.
No particular repository layout is required for gitpkg to export source from
it, existing repositories should require no modification. If there is a valid
Debian source tree in there then gitpkg can export a package from any revision
of it for you. In the Grand Old Manner these tools are intended to simplify
specific parts of your existing packaging process and integrate smoothly with
it, not to replace that with its own singular constraints on how you may work.
Since not every packaging style suits every package, gitpkg aims to be able to
work equally well with all of them by sticking to just its part of the job and
staying out of your way entirely until that job needs to be done. Hook points
are provided for performing additional package and user specific operations as
you may desire or require at export time.