Novi repozitoriji za stretch debian/9.0.1
authorZeljko Boros <Zeljko.Boros@carnet.hr>
Wed, 23 Oct 2019 21:16:45 +0000 (23:16 +0200)
committerZeljko Boros <Zeljko.Boros@carnet.hr>
Wed, 23 Oct 2019 21:16:45 +0000 (23:16 +0200)
debian/changelog
debian/control
debian/postinst

index ef26274..cae4b8b 100644 (file)
@@ -1,3 +1,9 @@
+aapt-cn (9.0.1) stable; urgency=low
+
+  * Novi repozitoriji za stretch
+
+ -- Zeljko Boros <Zeljko.Boros@CARNet.hr>  Wed, 23 Oct 2019 23:09:19 +0200
+
 apt-cn (9.0.0) stable; urgency=low
 
   * Prva inacica za Debian Stretch
index 84fe764..bb4915f 100644 (file)
@@ -2,7 +2,7 @@ Source: apt-cn
 Section: net
 Priority: optional
 Maintainer: Grupa za izradu paketa <paketi@carnet.hr>
-Uploaders: Valentin Vidic <Valentin.Vidic@CARNet.hr>, Zeljko Boros <Zeljko.Boros@carnet.hr>
+Uploaders: Zeljko Boros <Zeljko.Boros@carnet.hr>
 Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.8
 
index b01a131..b3b9e4a 100755 (executable)
@@ -6,16 +6,16 @@ set -e
 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
 
 repos_regexp="
-^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"
+^deb .*tp://security.debian.org.*stretch/updates main contrib non-free
+^deb .*tp://ftp.hr.debian.org/.*debian.*stretch main contrib non-free
+^deb .*tp://ftp.hr.debian.org/.*debian.*stretch-updates main contrib non-free
+^deb .*tp://ftp.carnet.hr/carnet-debian.*stretch main non-free"
 
 repos="
-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"
+1 deb http://security.debian.org/ stretch/updates main contrib non-free
+2 deb http://ftp.hr.debian.org/debian/ stretch main contrib non-free
+3 deb http://ftp.hr.debian.org/debian/ stretch-updates main contrib non-free
+4 deb http://ftp.carnet.hr/carnet-debian/ carnet-stretch main non-free"
 
 notneeded_repos_regexp="^deb.*tp://.*debian-non-US"