From fb227c5ba3c84d66a88fc374814d1b446060e9b2 Mon Sep 17 00:00:00 2001 From: Dafydd Harries Date: Mon, 18 Mar 2013 16:51:56 -0400 Subject: add {{Import}} template --- export.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'export.py') diff --git a/export.py b/export.py index 4b63483..4c04b01 100644 --- a/export.py +++ b/export.py @@ -182,6 +182,12 @@ def export(pkgs, descs, cps, cpf, name): ('Submitted by', 'Debian import'), ('Submitted date', today())]) + print Template('Import', [ + ('Source', 'Debian'), + ('Source link', + 'http://packages.debian.org/sid/' + srcpkg_names[0]), + ('Date', today())]) + people = [] res = [] -- cgit v1.2.3