From 619c685e45d67bd0ecbe67dd322e8ba90f2e4f58 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Mon, 21 Oct 2013 15:17:47 +0200 Subject: [PATCH] novi repozitoriji --- debian/changelog | 6 ++++++ debian/postinst | 16 ++++++++-------- sources.list | 16 ++++++++-------- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9859f9a..48da406 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt-cn (7.0.1) stable; urgency=low + + * novi repozitoriji + + -- Valentin Vidic Mon, 21 Oct 2013 15:17:52 +0200 + apt-cn (7.0.0) stable; urgency=low * carnet debian 7 diff --git a/debian/postinst b/debian/postinst index 541852e..b01a131 100755 --- a/debian/postinst +++ b/debian/postinst @@ -6,16 +6,16 @@ set -e [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx 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" +^deb .*tp://security.debian.org.*wheezy/updates main contrib non-free +^deb .*tp://ftp.hr.debian.org/.*debian.*wheezy main contrib non-free +^deb .*tp://ftp.hr.debian.org/.*debian.*wheezy-updates main contrib non-free +^deb .*tp://ftp.carnet.hr/carnet-debian.*wheezy 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.hr.debian.org/debian/ squeeze-updates main contrib non-free -4 deb http://ftp.carnet.hr/carnet-debian/ carnet-squeeze main non-free" +1 deb http://security.debian.org/ wheezy/updates main contrib non-free +2 deb http://ftp.hr.debian.org/debian/ wheezy main contrib non-free +3 deb http://ftp.hr.debian.org/debian/ wheezy-updates main contrib non-free +4 deb http://ftp.carnet.hr/carnet-debian/ carnet-wheezy main non-free" notneeded_repos_regexp="^deb.*tp://.*debian-non-US" diff --git a/sources.list b/sources.list index 16ed76b..a9413a1 100644 --- a/sources.list +++ b/sources.list @@ -1,14 +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 +deb http://ftp.hr.debian.org/debian/ wheezy main contrib non-free +deb http://ftp.hr.debian.org/debian/ wheezy-updates main contrib non-free +deb http://security.debian.org/ wheezy/updates main contrib non-free # CARNet Debian Linux -deb http://ftp.carnet.hr/carnet-debian/ carnet-squeeze main non-free +deb http://ftp.carnet.hr/carnet-debian/ carnet-wheezy main non-free # Uncomment if you want the apt-get source function to work -#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 +#deb-src http://ftp.hr.debian.org/debian/ wheezy main contrib non-free +#deb-src http://ftp.hr.debian.org/debian/ wheezy-updates main contrib non-free +#deb-src http://security.debian.org/ wheezy/updates main contrib non-free +#deb-src http://ftp.carnet.hr/carnet-debian/ carnet-wheezy main non-free -- 1.7.10.4