From ea3d9c2afd62afa40152d267c2b46acc9fe330e1 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 20 May 2011 09:36:46 +0100 Subject: less namespaced substvar --- debian/control | 2 +- 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) -- cgit v0.12