From 9c7d181a71d00df814130e24f82ffb3885717c50 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Tue, 13 Sep 2011 10:55:38 +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 3ea38c5..39b4421 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt-cn (6.0.2) stable; urgency=low + + * ispravak lintian upozorenja + + -- Valentin Vidic Tue, 13 Sep 2011 10:55:03 +0200 + apt-cn (6.0.1) stable; urgency=low * novi sources.list 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 fc82927..95659a5 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: apt-cn Section: net Priority: optional Maintainer: Ivan Rako -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 8) +Standards-Version: 3.9.1 Package: apt-cn Architecture: all -Depends: carnet-tools-cn (>= 2.0), apt, carnet-keyring +Depends: carnet-tools-cn (>= 2.0), apt, carnet-keyring, ${misc:Depends} Description: CARNet sources.list This package contains the sources.list used for CARNet Debian. diff --git a/debian/postinst b/debian/postinst index cdb2245..541852e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -46,3 +46,5 @@ if [ ! -z "$needed" ]; then echo "CN: You can add the above to /etc/apt/sources.list or just:" echo "CN: # install-carnet-sources.list" fi + +#DEBHELPER# -- 1.7.10.4