From 0e441ddfa11441b76e48e05245d1caea4bc535c6 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Thu, 29 Sep 2011 13:48:16 +0200 Subject: [PATCH] lintian ispravke --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 6 +++--- debian/postinst | 2 ++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd2087b..ffd5f61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ntp-cn (2:4.2.6.p2.2) stable; urgency=low * Non-maintainer upload. * ovisnost o verzijama paketa u squeeze + * lintian ispravke -- Valentin Vidic Thu, 29 Sep 2011 13:26:37 +0200 diff --git a/debian/compat b/debian/compat index b8626c4..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +7 diff --git a/debian/control b/debian/control index acc02ed..fc92f1d 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: ntp-cn Section: net Priority: optional Maintainer: Ivan Rako -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.1 Package: ntp-cn Architecture: all Depends: ntp (>= 1:4.2.6.p2), ntpdate (>= 1:4.2.6.p2), lockfile-progs, - carnet-tools-cn + carnet-tools-cn, ${misc:Depends} Description: Network Time Protocol: server and utilities NTP, the Network Time Protocol, is used to keep computer clocks accurate over the Internet, or by following an accurate hardware receiver which diff --git a/debian/postinst b/debian/postinst index 58fa1da..592bb90 100755 --- a/debian/postinst +++ b/debian/postinst @@ -38,3 +38,5 @@ if [ -x /etc/init.d/ntp ]; then /etc/init.d/ntp restart fi fi + +#DEBHELPER# -- 1.7.10.4