diff: improve header snippet (DEP-3 style).

This commit is contained in:
Daniel Hahler 2011-12-08 22:21:23 +01:00
parent 640a92b43d
commit 84574dfefd

View File

@ -1,11 +1,11 @@
# DEP-3 (http://dep.debian.net/deps/dep3/) style patch header # DEP-3 (http://dep.debian.net/deps/dep3/) style patch header
snippet header DEP-3 style header snippet header DEP-3 style header
Description: ${1} Description: ${1}
Origin: ${2} Origin: ${2:vendor|upstream|other}, ${3:url of the original patch}
Bug: ${3} Bug: ${4:url in upstream bugtracker}
Forwarded: ${4} Forwarded: ${5:no|not-needed|url}
Author: ${5:`g:snips_author`} Author: ${6:`g:snips_author`}
Reviewed-by: ${6} Reviewed-by: ${7:name and email}
Last-Update: ${7:`strftime("%Y-%m-%d")`} Last-Update: ${8:`strftime("%Y-%m-%d")`}
Applied-Upstream: ${8} Applied-Upstream: ${9:upstream version|url|commit}