summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-05-20 08:36:46 (GMT)
committerColin Watson <cjwatson@debian.org>2011-05-20 08:36:46 (GMT)
commitea3d9c2afd62afa40152d267c2b46acc9fe330e1 (patch)
tree2493a7e9342a53f7fcfce91a3bb7773077f6b352 /debian
parent376a60e9041e76c2331b12db5611e82930e683bf (diff)
downloaddebootstrap-ea3d9c2afd62afa40152d267c2b46acc9fe330e1.zip
debootstrap-ea3d9c2afd62afa40152d267c2b46acc9fe330e1.tar.gz
debootstrap-ea3d9c2afd62afa40152d267c2b46acc9fe330e1.tar.bz2
less namespaced substvar
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index ad993d4..8d0e26e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Git: git://git.debian.org/d-i/debootstrap.git
Package: debootstrap
Architecture: all
Depends: ${misc:Depends}, wget
-Recommends: gnupg, ${keyring:Recommends}
+Recommends: gnupg, ${keyring}
Description: Bootstrap a basic Debian system
debootstrap is used to create a Debian base system from scratch,
without requiring the availability of dpkg or apt. It does this by
diff --git a/debian/rules b/debian/rules
index 03d5c5f..314bac7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,4 +35,4 @@ override_dh_auto_install:
debian/debootstrap-udeb/usr/share/debootstrap/scripts/unstable
override_dh_gencontrol:
- dh_gencontrol -- -Vkeyring:Recommends=$(KEYRING)
+ dh_gencontrol -- -Vkeyring=$(KEYRING)