From 7211e2c8d1f5185bbf08b9d21e746f5a428685f3 Mon Sep 17 00:00:00 2001
From: Ivan Rako <irako@nekkar.carnet.hr>
Date: Tue, 13 Sep 2011 06:38:48 +0200
Subject: [PATCH] novi sources.list

---
 debian/changelog |    6 ++++++
 debian/postinst  |    4 +++-
 sources.list     |    7 +++++--
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea6f4e0..3ea38c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apt-cn (6.0.1) stable; urgency=low
+
+  * novi sources.list
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr>  Tue, 13 Sep 2011 06:37:33 +0200
+
 apt-cn (6.0.0) stable; urgency=low
 
   * prva verzija za squeeze
diff --git a/debian/postinst b/debian/postinst
index 84230b9..cdb2245 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -8,12 +8,14 @@ set -e
 repos_regexp="
 ^deb .*tp://security.debian.org.*squeeze/updates main contrib non-free
 ^deb .*tp://ftp.hr.debian.org/.*debian.*squeeze main contrib non-free
+^deb .*tp://ftp.hr.debian.org/.*debian.*squeeze-updates main contrib non-free
 ^deb .*tp://ftp.carnet.hr/carnet-debian.*squeeze main non-free"
 
 repos="
 1 deb http://security.debian.org/ squeeze/updates main contrib non-free
 2 deb http://ftp.hr.debian.org/debian/ squeeze main contrib non-free
-3 deb http://ftp.carnet.hr/carnet-debian/ carnet-squeeze main non-free"
+3 deb http://ftp.hr.debian.org/debian/ squeeze-updates main contrib non-free
+4 deb http://ftp.carnet.hr/carnet-debian/ carnet-squeeze main non-free"
 
 notneeded_repos_regexp="^deb.*tp://.*debian-non-US"
 
diff --git a/sources.list b/sources.list
index 1d148bd..16ed76b 100644
--- a/sources.list
+++ b/sources.list
@@ -1,11 +1,14 @@
 # See sources.list(5) for more information
 deb http://ftp.hr.debian.org/debian/ squeeze main contrib non-free
+deb http://ftp.hr.debian.org/debian/ squeeze-updates main contrib non-free
 deb http://security.debian.org/ squeeze/updates main contrib non-free
 
-# CARNet Debian Linux v4
+# CARNet Debian Linux
 deb http://ftp.carnet.hr/carnet-debian/ carnet-squeeze main non-free
 
 # Uncomment if you want the apt-get source function to work
-#deb-src http://ftp.carnet.hr/debian/ squeeze main contrib non-free
+#deb-src http://ftp.hr.debian.org/debian/ squeeze main contrib non-free
+#deb-src http://ftp.hr.debian.org/debian/ squeeze-updates main contrib non-free
 #deb-src http://security.debian.org/ squeeze/updates main contrib non-free
 #deb-src http://ftp.carnet.hr/carnet-debian/ carnet-squeeze main non-free
+
-- 
1.7.10.4