From dff0b6a4d1526203b220380ba39a1b59b61cc4f2 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Fri, 27 Apr 2012 17:28:36 +0200 Subject: [PATCH] stavljena verzija sa . umjesto - --- debian/control | 2 +- debian/postinst | 2 ++ debian/postrm | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 23467bf..e446b20 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: postfix-cn Section: mail Priority: optional Maintainer: Ivan Rako -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 8) Standards-Version: 3.9.1 Package: postfix-cn diff --git a/debian/postinst b/debian/postinst index eefbed2..c294a00 100755 --- a/debian/postinst +++ b/debian/postinst @@ -359,3 +359,5 @@ if [ "$restart_postfix" = "yes" ]; then fi fi cp_mail postfix-cn + +#DEBHELPER# diff --git a/debian/postrm b/debian/postrm index b6dcb1f..2106974 100755 --- a/debian/postrm +++ b/debian/postrm @@ -8,3 +8,5 @@ set -e . /usr/share/debconf/confmodule db_purge || true + +#DEBHELPER# -- 1.7.10.4