mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
mk-sbuild: Don't install devscripts by default (LP: #904502)
This commit is contained in:
parent
3f1644fad6
commit
d3144ea253
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -6,6 +6,7 @@ ubuntu-dev-tools (0.138) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
[ Stefano Rivera ]
|
[ Stefano Rivera ]
|
||||||
* Correct reference to qemu-user-static in pbuilder-dist.1 (Closes: #651999)
|
* Correct reference to qemu-user-static in pbuilder-dist.1 (Closes: #651999)
|
||||||
|
* mk-sbuild: Don't install devscripts by default (LP: #904502)
|
||||||
|
|
||||||
-- Benjamin Drung <bdrung@debian.org> Sat, 10 Dec 2011 12:46:33 +0100
|
-- Benjamin Drung <bdrung@debian.org> Sat, 10 Dec 2011 12:46:33 +0100
|
||||||
|
|
||||||
|
@ -390,7 +390,7 @@ if [ ! -r "/usr/share/debootstrap/scripts/$RELEASE" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BUILD_PKGS="build-essential fakeroot devscripts apt-utils"
|
BUILD_PKGS="build-essential fakeroot apt-utils"
|
||||||
# Handle distro-specific logic, unknown to debootstrap
|
# Handle distro-specific logic, unknown to debootstrap
|
||||||
case "$DISTRO" in
|
case "$DISTRO" in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user