aboutsummaryrefslogtreecommitdiffstats
path: root/debian/debian.control.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/debian.control.sh')
-rwxr-xr-xdebian/debian.control.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/debian.control.sh b/debian/debian.control.sh
index 01a176f..f3ccee0 100755
--- a/debian/debian.control.sh
+++ b/debian/debian.control.sh
@@ -26,6 +26,9 @@ IFS="${lineIFS}"
while read -r control_line 0<&3; do
case "${control_line}" in
+ "Version:"*)
+ printf "Version: %s\n" "`date '+%Y.%m.%d'`"
+ ;;
"Depends:"*)
printf "Depends: "
IFS="${saveIFS}"