View Git repositories

dpkg hosts its code at https://salsa.debian.org/dpkg-team/dpkg.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:dpkg

See all merge proposals.

dpkg has 3 active branches owned by 2 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:dpkg
Series: 1.10
1 Development 2021-01-04 03:21:39 UTC
9610. libdpkg: Fix passing the allocated in...

Author: Guillem Jover
Revision Date: 2021-01-04 03:21:39 UTC

libdpkg: Fix passing the allocated instdir back into fsys_set_dir()

The code was free()ing the previously allocated string too early, then
trying to strdup() it. Instead use an intermediate to free() the old
pointer before overwriting it with the new one.

Fixes: commit f13aebc8a05da51a54da55d55b023ca8199a6471
Changelog: silent

lp:~diwic/dpkg/original-maintainer (Has a merge proposal) 1 Development 2013-05-22 12:48:43 UTC
195. Add "Original-Maintainer" to known fi...

Author: David Henningsson
Revision Date: 2013-05-22 12:39:34 UTC

Add "Original-Maintainer" to known fields. We encourage the
use of "XSBC-Original-Maintainer" in Ubuntu, thus we shouldn't
warn when this is used.

lp:~chrisccoulson/dpkg/ssd-ionice 0 Experimental 2009-01-13 22:01:36 UTC
10. Don't use errno for checking the succ...

Author: Chris Coulson
Revision Date: 2009-01-13 22:01:36 UTC

Don't use errno for checking the success of strtol,
as it doesn't get set if the string contains no numbers

13 of 3 results
You can't create new branches for dpkg.