- update maintainer dokumentacije
authorDinko Korunic <kreator@carnet.hr>
Fri, 11 Apr 2008 19:18:07 +0000 (21:18 +0200)
committerDinko Korunic <kreator@carnet.hr>
Fri, 11 Apr 2008 19:18:07 +0000 (21:18 +0200)
- 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>

README.maintainer
debian/postinst
src/functions.sh [changed mode: 0644->0755]
src/postfix.sh [changed mode: 0644->0755]
src/sendmail.sh [changed mode: 0644->0755]
src/variables.sh [changed mode: 0644->0755]
version.sh

index e3b40ad..59aa028 100644 (file)
@@ -1,4 +1,6 @@
 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).
index cdeb66c..9e3b82e 100755 (executable)
@@ -33,7 +33,7 @@ update_conf() {
   # 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
 }
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 6045577..e9d15fd 100644 (file)
@@ -1,3 +1,3 @@
-VERSION=2.4.2-1
+VERSION=2.4.2-4
 POSTTMPLVERSION=3:2.4.2-1
 MASTTMPLVERSION=3:2.4.2-1