Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
openstack-devuan-images
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
devuan-packages
openstack-devuan-images
Commits
38d60361
Commit
38d60361
authored
Sep 14, 2015
by
Thomas Goirand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added aptitude as installed packages. (Closes: #797962)
parent
68367612
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
build-openstack-debian-image
build-openstack-debian-image
+1
-1
changelog
debian/changelog
+6
-0
control
debian/control
+0
-1
No files found.
build-openstack-debian-image
View file @
38d60361
...
...
@@ -158,7 +158,7 @@ if [ -z "${USER_LOGIN}" ] ; then
USER_LOGIN
=
debian
fi
NEEDED_PACKAGES
=
sudo
,adduser,locales,extlinux,openssh-server,linux-image-amd64,euca2ools,file,kbd
NEEDED_PACKAGES
=
sudo
,adduser,locales,extlinux,openssh-server,linux-image-amd64,euca2ools,file,kbd
,aptitude
if
[
"
${
RELEASE
}
"
=
"wheezy"
]
;
then
# These are needed by cloud-init and friends, and since we don't want backports of them,
# but just normal packages from Wheezy, we resolve dependencies by hand, prior to using
...
...
debian/changelog
View file @
38d60361
openstack-debian-images (1.6) unstable; urgency=medium
* Added aptitude as installed packages. (Closes: #797962)
-- Thomas Goirand <zigo@debian.org> Mon, 14 Sep 2015 09:58:29 +0000
openstack-debian-images (1.5) unstable; urgency=medium
* Using httpredir.debian.org instead of http.debian.net (Closes: #792362).
...
...
debian/control
View file @
38d60361
...
...
@@ -11,7 +11,6 @@ Vcs-Git: git://anonscm.debian.org/openstack/openstack-debian-images.git
Package: openstack-debian-images
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: debootstrap,
extlinux,
initramfs-tools,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment