This project is a fork of the dpkg.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/dpkg.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptiondpkg proposed updates
repository URLhttps://git.hadrons.org/git/debian/dpkg.git
ownerjrnieder@gmail.com
last changeMon, 29 Apr 2024 06:18:56 +0000 (29 08:18 +0200)
last refreshSat, 4 May 2024 03:06:42 +0000 (4 05:06 +0200)
content tags
add:
README
dpkg - Debian's package maintenance system

This is the dpkg suite of programs that form the foundation of the Debian's
package management system; on the lower layer there are ‘dpkg-deb’ and
‘dpkg-split’ programs handling the binary formats, and ‘dpkg-source’ program
handling the source formats; there is a collection of tools to handle building
source packages into binary packages; there is the medium-level and less
user-friendly command-line interface (CLI) in the form of the ‘dpkg’ command;
and then there is the terminal user interface (TUI) ‘dselect’ program (which
has gone out of preference in favor of the apt (CLI) and aptitude (TUI)
programs).

The dpkg suite also includes some other programs currently maintained
on external repositories, namely ‘dpkg-repack’, ‘dpkg-www’, ‘dupload’
and ‘debsig-verify’.


Releases
--------

The current legacy, stable and development releases can be found at:

  <https://deb.debian.org/debian/pool/main/d/dpkg/>

For older releases check:

  <https://snapshot.debian.org/package/dpkg/>


Mailing List
------------

The subscription interface and web archives can be found at:

  <https://lists.debian.org/debian-dpkg/>

The mailing list address is (no subscription required to post):

  debian-dpkg@lists.debian.org


Source Repository
-----------------

The primary repository can be browsed and cloned from:

  <https://git.dpkg.org/git/dpkg/dpkg.git>


Building from git source
------------------------

To prepare the dpkg source tree from git before starting the build process
some required software needs to be installed:

  GNU autoconf >= 2.60
  GNU automake >= 1.11
  GNU libtool >= 2.0
  GNU autopoint >= 0.19.7 (from GNU gettext)
  GNU gettext >= 0.19.7 (only with --enable-nls)

After installing the needed software, and running the following command on
the git tree:

  $ ./autogen

the source should be roughly equivalent to the distributed tar source.

To enable translated documentation this software will be needed:

  po4a >= 0.59


Building from tar source
------------------------

The minimum software required to configure and build dpkg from a tarball is:

  C99 compiler (see doc/coding-style.txt)
  perl (see doc/coding-style.txt)
  pkgconf
  GNU make

To enable optional functionality or programs, this software might be needed:

  libmd (used by libdpkg, required if libc is missing digest functions)
  libz (from zlib, used instead of gzip command-line tool)
  liblzma (from xz utils, used instead of xz command-line tool)
  libzstd (from libzstd, used instead of zstd command-line tool)
  libbz2 (from bzip2, used instead of bzip2 command-line tool)
  libselinux
  curses compatible library (needed on --enable-dselect)

To run the test suite («make check» or «make authorcheck» for author tests,
those that might not be pertinent during release builds) the following
software might be needed:

  Test::MinimumVersion perl module (optional, author)
  Test::Pod perl module (optional)
  Test::Pod::Coverage perl module (optional, author)
  Test::Spelling perl module (optional, author)
  Test::Strict perl module (optional)
  Test::Synopsis perl module (optional, author)
  Test::Perl::Critic perl module (optional, author)
  aspell (optional, author)
  aspell-en (optional, author)
  codespell (optional, author)
  cppcheck (optional, author)
  fakeroot (optional)
  sop [sqop (from Sequoia-PGP), pgpainless-cli] (optional)
  sq (from Sequoia-PGP, optional)
  gpg-sq (from Sequoia-PGP, optional), gpg (optional)
  i18nspector (optional, author)
  shellcheck (optional, author)

To enable additional developer's documentation («make doc») this software
will be needed:

  pod2man
  doxygen
  dot

To enable code coverage («./configure --enable-coverage; make coverage»)
this software is needed:

  lcov (from the Linux Test Project)
  Devel-Cover perl module

The build process is done by running the usual «./configure; make». To
see all available configuration options please run «./configure --help».
The following configure options might be of interest to disable specific
programs:

  --disable-dselect
  --disable-start-stop-daemon
  --disable-update-alternatives

And the following to disable modifications to the build flags:

  --disable-compiler-warnings
  --disable-compiler-optimizations
  --disable-linker-optimizations
shortlog
4 days ago Guillem JoverRevert "test: Pass -T+1 to xz to workaround spurious... main
5 days ago Guillem Jovertest: Initialize varbuf before use
5 days ago Guillem Joverlibdpkg: Add missing header includes
5 days ago Peter Kreftingpo: Update Swedish translations
5 days ago Guillem Joversrc: Check whether SOURCE_DATE_EPOCH is set before...
5 days ago Guillem Joversrc: Fix timestamp parse error reporting
5 days ago Guillem Joverdpkg: Use a variable for each conffile pathname type
5 days ago Guillem Joverdpkg-realpath: Rewrite in C
5 days ago Guillem Joverlibdpkg: Add new file_getcwd() function
5 days ago Guillem Joverlibdpkg: Add new varbuf prefix and suffix handling...
5 days ago Guillem Joverlibdpkg: Add support for DPKG_NLS environment variable
6 days ago Guillem Joverman: Document DPKG_COLORS and DPKG_NLS for all perl...
6 days ago Guillem Joverman: Add new libdpkg(7) manual page
6 days ago Guillem Joverbuild: Pass abs_srcdir and abs_builddir to the TAP...
6 days ago Guillem Joverlibdpkg: Remove varbuf_end_str() function
6 days ago Guillem Joverlibdpkg: Always NUL terminate varbufs
...
tags
7 weeks ago 1.22.6 Release 1.22.6
2 months ago 1.22.5 Release 1.22.5
3 months ago 1.22.4 Release 1.22.4
3 months ago 1.22.3 Release 1.22.3
4 months ago 1.22.2 Release 1.22.2
6 months ago 1.22.1 Release 1.22.1
7 months ago 1.20.13 Release 1.20.13
8 months ago 1.22.0 Release 1.22.0
11 months ago 1.21.22 Release 1.21.22
14 months ago 1.21.21 Release 1.21.21
14 months ago 1.21.20 Release 1.21.20
15 months ago 1.21.19 Release 1.21.19
15 months ago 1.21.18 Release 1.21.18
15 months ago 1.21.17 Release 1.21.17
15 months ago 1.21.16 Release 1.21.16
16 months ago 1.21.15 Release 1.21.15
...
heads
4 days ago main
5 days ago bookworm
5 days ago 1.21.x
3 weeks ago pu/dpkg-buildpackage-dsc
4 weeks ago next/dist-transparency
2 months ago next/substvars++
2 months ago next/time64
2 months ago pu/perl-Dpkg-BuildDriver
3 months ago pu/merge-bash-completions
3 months ago pu/arch-hurd-arm64
4 months ago next/time64-default
5 months ago pu/s-s-d-stop-context
5 months ago pu/default-uniform-compression
5 months ago pu/chroot-arch
7 months ago bullseye
7 months ago 1.20.x
...