prva verzija za lenny
authorIvan Rako <irako@nekkar.carnet.hr>
Mon, 18 May 2009 12:50:20 +0000 (14:50 +0200)
committerIvan Rako <irako@nekkar.carnet.hr>
Mon, 18 May 2009 12:50:20 +0000 (14:50 +0200)
debian/changelog
debian/control
debian/postinst
sources.list

index ef10a26..b9b3898 100644 (file)
@@ -1,3 +1,9 @@
+apt-cn (4.0.0) stable; urgency=low
+
+  * Prva verzija za lenny
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr>  Mon, 18 May 2009 14:48:46 +0200
+
 apt-cn (3.0.0) stable; urgency=low
 
   * Prva verzija za Etch
index 6686eb9..ee9cd59 100644 (file)
@@ -7,5 +7,5 @@ Standards-Version: 3.6.1
 
 Package: apt-cn
 Architecture: all
-Depends: carnet-tools-cn (>= 2.0), apt
+Depends: carnet-tools-cn (>= 2.0), apt, carnet-keyring
 Description: CARNet sources.list
index cd0b20b..749f92b 100755 (executable)
@@ -6,14 +6,14 @@ set -e
 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
 
 repos_regexp="
-^deb .*tp://security.debian.org etch/updates main contrib non-free
-^deb .*tp://ftp.carnet.hr/.*debian etch main contrib non-free
-^deb .*tp://ftp.carnet.hr/carnet-debian etch main non-free"
+^deb .*tp://security.debian.org lenny/updates main contrib non-free
+^deb .*tp://ftp.carnet.hr/.*debian lenny main contrib non-free
+^deb .*tp://ftp.carnet.hr/carnet-debian lenny main non-free"
 
 repos="
-1 deb http://security.debian.org etch/updates main contrib non-free
-2 deb http://ftp.carnet.hr/debian etch main contrib non-free
-3 deb http://ftp.carnet.hr/carnet-debian etch main non-free"
+1 deb http://security.debian.org lenny/updates main contrib non-free
+2 deb http://ftp.carnet.hr/debian lenny main contrib non-free
+3 deb http://ftp.carnet.hr/carnet-debian lenny main non-free"
 
 notneeded_repos_regexp="^deb.*tp://.*debian-non-US"
 
index 7e311ac..edc9a94 100644 (file)
@@ -1,12 +1,12 @@
 # See sources.list(5) for more information, especialy
 # Remember that you can only use http, ftp or file URIs
 # CDROMs are managed through the apt-cdrom tool.
-deb http://ftp.carnet.hr/debian etch main contrib non-free
-deb http://security.debian.org etch/updates main contrib non-free
+deb http://ftp.carnet.hr/debian lenny main contrib non-free
+deb http://security.debian.org lenny/updates main contrib non-free
 
 # CARNet Debian Linux v3
-deb http://ftp.carnet.hr/carnet-debian carnet-etch main non-free
+deb http://ftp.carnet.hr/carnet-debian carnet-lenny main non-free
 
 # Uncomment if you want the apt-get source function to work
-#deb-src http://ftp.carnet.hr/debian etch main contrib non-free
-#deb-src http://security.debian.org etch/updates main contrib non-free
+#deb-src http://ftp.carnet.hr/debian lenny main contrib non-free
+#deb-src http://security.debian.org lenny/updates main contrib non-free