diff options
author | Colin Watson <cjwatson@debian.org> | 2011-05-20 09:36:46 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2011-05-20 09:36:46 +0100 |
commit | ea3d9c2afd62afa40152d267c2b46acc9fe330e1 (patch) | |
tree | 2493a7e9342a53f7fcfce91a3bb7773077f6b352 | |
parent | 376a60e9041e76c2331b12db5611e82930e683bf (diff) | |
download | debootstrap-ea3d9c2afd62afa40152d267c2b46acc9fe330e1.tar.gz |
less namespaced substvar
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
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) |