summaryrefslogtreecommitdiffstats
path: root/archive
diff options
context:
space:
mode:
authorIsmael Luceno2013-05-10 16:38:29 -0300
committerIsmael Luceno2013-05-10 16:38:29 -0300
commit79bb3eab773787f4ec57e7814659aee41e651a6e (patch)
tree7b6a779ec54df53c64487d0b20c943d7ed6dad48 /archive
parent62ba85031658460d111a3fc823611db36c156c33 (diff)
ubuntu-keyring: Add optional dependency on ubuntu-keyring
Diffstat (limited to 'archive')
-rwxr-xr-xarchive/cdebootstrap/DEPENDS5
-rw-r--r--archive/cdebootstrap/HISTORY3
2 files changed, 7 insertions, 1 deletions
diff --git a/archive/cdebootstrap/DEPENDS b/archive/cdebootstrap/DEPENDS
index 3cecb9be74..031903a3a5 100755
--- a/archive/cdebootstrap/DEPENDS
+++ b/archive/cdebootstrap/DEPENDS
@@ -1,3 +1,6 @@
-suggest_depends debian-archive-keyring '' '' 'Verify package downloads' &&
+suggest_depends debian-archive-keyring '' '' \
+ 'Verify Debian package downloads' &&
+suggest_depends ubuntu-keyring '' '' \
+ 'Verify Ubuntu package downloads' &&
depends libdebian-installer &&
depends dpkg
diff --git a/archive/cdebootstrap/HISTORY b/archive/cdebootstrap/HISTORY
index fab30a1a68..73b32100cb 100644
--- a/archive/cdebootstrap/HISTORY
+++ b/archive/cdebootstrap/HISTORY
@@ -1,3 +1,6 @@
+2013-05-10 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: Added optional dependency on ubuntu-keyring
+
2009-08-04 Ethan Grammatikidis <eekee57@fastmail.fm>
* DETAILS, DEPENDS: created spell
* DEPENDS: added suggested depend on debian-archive-keyring