- revert update_conf da koristi MASTTMPLVERSION
- chmod +x na src/*sh
- update version.sh da reflektira zadnju verziju paketa
Signed-off-by: Dinko Korunic <kreator@carnet.hr>
Before commiting a build candidate, remember to update version.sh!
+
VERSION must be same as the latest changelog entry, stripped of epoch.
-POSTTMPLVERSION,
-MASTTMPLVERSION should indicate when a particular template was last updated.
+
+POSTTMPLVERSION, MASTTMPLVERSION should indicate when a particular
+template was last updated (Postfix template or Amavis master template).
# placeholder.
# remember to set changed_config=1 and restart_daemon=1 if necessary
#:
- if dpkg --compare-versions "$1" lt 3:2.4.2-3; then
+ if dpkg --compare-versions "$1" lt $MASTTMPLVERSION; then
conf_from_template
fi
}
-VERSION=2.4.2-1
+VERSION=2.4.2-4
POSTTMPLVERSION=3:2.4.2-1
MASTTMPLVERSION=3:2.4.2-1