setup-packaging-environment: Use apt-get rather than aptitude

This commit is contained in:
Stefano Rivera 2011-09-10 00:58:00 +02:00
parent f82cd1f2cc
commit dc962d7a3f
2 changed files with 5 additions and 3 deletions

6
debian/changelog vendored
View File

@ -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 ]

View File

@ -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"