From 5ee702323f23072dc8aba1c2b3796a098b389cb9 Mon Sep 17 00:00:00 2001
From: Zeljko Boros <Zeljko.Boros@carnet.hr>
Date: Wed, 19 Oct 2016 12:36:37 +0200
Subject: [PATCH] Prva inacica za Debian Jessie

---
 config_example.php |    2 +-
 debian/changelog   |    6 ++++++
 debian/compat      |    2 +-
 debian/control     |    4 ++--
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/config_example.php b/config_example.php
index ba9b67a..c65b2fe 100644
--- a/config_example.php
+++ b/config_example.php
@@ -5,5 +5,5 @@
     // The default port is 106
     #$poppass_port = 106;
 
-    $min_pass_length = 0;
+    $min_pass_length = 8;
     $max_pass_length = 9999999;
diff --git a/debian/changelog b/debian/changelog
index b1dc678..ccb21ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+squirrelmail-change-pass (3.1.5) stable; urgency=low
+
+  * Prva inacica za Debian Jessie
+
+ -- Zeljko Boros <Zeljko.Boros@CARNet.hr>  Wed, 19 Oct 2016 11:35:34 +0200
+
 squirrelmail-change-pass (3.1-4) stable; urgency=low
 
   * Ispravak lintian gresaka.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 26068d2..3127208 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: web
 Priority: optional
 Maintainer: Grupa za izradu paketa <paketi@carnet.hr>
 Uploaders: Zeljko Boros <Zeljko.Boros@CARNet.hr>, Valentin Vidic <Valentin.Vidic@CARNet.hr>
-Build-Depends: debhelper (>= 9), quilt (>= 0.60-2)
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), quilt (>= 0.63-3)
+Standards-Version: 3.9.6
 
 Package: squirrelmail-change-pass
 Architecture: all
-- 
1.7.10.4