mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
setup-packaging-environment: Use apt-get rather than aptitude
This commit is contained in:
parent
f82cd1f2cc
commit
dc962d7a3f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -16,8 +16,10 @@ ubuntu-dev-tools (0.131) UNRELEASED; urgency=low
|
||||
_blocks list.
|
||||
* ubuntutools.update_maintainer: Don't use strict changelog parsing
|
||||
(LP: #806633)
|
||||
* setup-packaging-environment: Software Sources isn't on the Administration
|
||||
menu, post Gnome 2 (LP: #841975)
|
||||
* setup-packaging-environment:
|
||||
- Software Sources isn't on the Administration menu, post Gnome 2
|
||||
(LP: #841975)
|
||||
- Use apt-get rather than aptitude.
|
||||
* Removed get-build-deps, mk-build-deps -ir is equivalent (LP: #158108)
|
||||
|
||||
[ Colin Watson ]
|
||||
|
@ -79,7 +79,7 @@ echo "In order to do packaging work, you'll need a minimal set of packages."
|
||||
echo "Those, together with other packages which, though optional, have proven"
|
||||
echo "to be useful, will now be installed."
|
||||
echo
|
||||
sudo aptitude install ubuntu-dev-tools devscripts debhelper cdbs patchutils pbuilder build-essential
|
||||
sudo apt-get install ubuntu-dev-tools devscripts debhelper cdbs patchutils pbuilder build-essential
|
||||
separator2
|
||||
|
||||
echo "Enabling the source repository"
|
||||
|
Loading…
x
Reference in New Issue
Block a user