From 1c073909010513452e757cea09988e58225057be Mon Sep 17 00:00:00 2001 From: Baptiste BEAUPLAT Date: Wed, 10 Oct 2018 21:53:54 +0200 Subject: [PATCH] Fix RFS template: replace 'hello' string by package name --- debexpo/templates/sponsor/rfs_howto.mako | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debexpo/templates/sponsor/rfs_howto.mako b/debexpo/templates/sponsor/rfs_howto.mako index 8ffa8d91..d45c313f 100644 --- a/debexpo/templates/sponsor/rfs_howto.mako +++ b/debexpo/templates/sponsor/rfs_howto.mako @@ -116,7 +116,11 @@ tool. dget -x ${ c.config['debexpo.server'] }/debian/pool/main/h/hello/hello_3.1-4.dsc %endif +%if c.package: + More information about ${ c.package.name } can be obtained from https://www.example.com. +%else: More information about hello can be obtained from https://www.example.com. +%endif Changes since the last upload: -- GitLab