Ispravak lintian gresaka.
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Mon, 21 Oct 2013 09:29:47 +0000 (11:29 +0200)
committerValentin Vidic <Valentin.Vidic@CARNet.hr>
Mon, 21 Oct 2013 09:29:47 +0000 (11:29 +0200)
debian/compat
debian/control
debian/postinst
debian/prerm

index b8626c4..ec63514 100644 (file)
@@ -1 +1 @@
-4
+9
index 61f9ba1..2768156 100644 (file)
@@ -1,14 +1,15 @@
 Source: carnet-keyring
 Section: misc
 Priority: important
-Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-Build-Depends: debhelper (>= 5.0.0)
-Standards-Version: 3.6.1
+Maintainer: Grupa za izradu paketa <paketi@carnet.hr>
+Uploaders: Valentin Vidic <Valentin.Vidic@CARNet.hr>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.4
 
 Package: carnet-keyring
 Provides: carnet-keyring-cn
 Architecture: all
-Depends: gnupg (>= 1.0.6-4)
+Depends: gnupg (>= 1.0.6-4), ${misc:Depends}
 Description: GnuPG archive key of the CARNet packages repository
  The CARNet packages repository digitally signs its Release files. This
  package contains the repository key used for that.
index 3e25c92..9339527 100644 (file)
@@ -5,3 +5,5 @@ set -e
 if [ -x /usr/bin/apt-key ]; then
     apt-key add /usr/share/keyrings/carnet-keyring.gpg
 fi
+
+#DEBHELPER#
index 8b43449..3807d39 100644 (file)
@@ -9,3 +9,5 @@ case "$1" in
        fi
        ;;
 esac
+
+#DEBHELPER#