From 0e51036b0e700e1767ac092c0cb615e25f82f529 Mon Sep 17 00:00:00 2001
From: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Date: Wed, 12 Oct 2011 15:53:06 +0200
Subject: [PATCH] ispravak lintian upozorenja

---
 debian/changelog |    6 ++++++
 debian/compat    |    2 +-
 debian/control   |    6 +++---
 debian/postinst  |    2 ++
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db4c4d3..76e74b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openssh-cn (2:5.5p1.3) stable; urgency=low
+
+  * ispravak lintian upozorenja
+
+ -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Wed, 12 Oct 2011 15:53:21 +0200
+
 openssh-cn (2:5.5p1-2) stable; urgency=medium
 
   * Novi opis paketa
diff --git a/debian/compat b/debian/compat
index b8626c4..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+8
diff --git a/debian/control b/debian/control
index d757d94..0a0b1d8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: openssh-cn
 Section: net
 Priority: optional
 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.1
 
 Package: openssh-cn
 Architecture: all
-Depends: carnet-tools-cn (>= 2.5), openssh-client (>= 1:5.1p1-5), openssh-server (>= 1:5.1p1-5)
+Depends: carnet-tools-cn (>= 2.5), openssh-client (>= 1:5.1p1-5), openssh-server (>= 1:5.1p1-5), ${misc:Depends}
 Description: secure shell server, an rshd replacement
  This is the portable version of OpenSSH, a free implementation of
  the Secure Shell protocol as specified by the IETF secsh working
diff --git a/debian/postinst b/debian/postinst
index 3090076..4a87744 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -26,3 +26,5 @@ if [ -x /usr/sbin/invoke-rc.d ]; then
 else
   [ -x /etc/init.d/ssh ] && /etc/init.d/ssh restart
 fi
+
+#DEBHELPER#
-- 
1.7.10.4