Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Upgrading to "wheezy"

User discussion about Debian Development, Debian Project News and Announcements. Not for support questions.
Post Reply
Message
Author
fred108
Posts: 2
Joined: 2011-03-18 07:49

Upgrading to "wheezy"

#1 Post by fred108 »

Hi , I'm in the process of upgrading to the testing repo's from debian squeeze stable. I was just wondering if I have my /etc/apt/sources.list correctly?

# deb cdrom:[Debian GNU/Linux 6.0.1 _Squeeze_ - Official amd64 DVD Binary-1 20110319-14:31]/ squeeze contrib main

# deb cdrom:[Debian GNU/Linux 6.0.1 _Squeeze_ - Official amd64 DVD Binary-1 20110319-14:31]/ squeeze contrib main

deb http://ftp.au.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.au.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

# squeeze-updates, previously known as 'volatile'
deb http://ftp.au.debian.org/debian/ squeeze-updates main contrib non-free
deb-src http://ftp.au.debian.org/debian/ squeeze-updates main contrib non-free

deb http://liquorix.net/debian sid main

Cheers and thanks

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Upgrading to "wheezy"

#2 Post by Bulkley »

First, I'd block the non-free. You don't need regular doses from non-free. I'd also block liquorix unless you want very frequent updates. (I use a liquorix kernel too :D ) You can knock off those cdrom lines; they are probably out of date as we write. Here's what I use regularly:

Code: Select all

#Testing
deb ftp://ftp.us.debian.org/debian/ testing main contrib #non-free
deb-src ftp://ftp.us.debian.org/debian/ testing main contrib 

#Security
deb http://security.debian.org/ testing/updates main contrib  

emariz
Posts: 2901
Joined: 2008-10-17 07:59

Re: Upgrading to "wheezy"

#3 Post by emariz »

It seems right. Here's mine:

Code: Select all

cat /etc/apt/sources.list
deb http://ftp.se.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://ftp.acc.umu.se/mirror/debian-multimedia testing main non-free

User avatar
bohu
Posts: 83
Joined: 2005-12-27 22:35
Location: Southwest Missouri, near Branson
Contact:

Re: Upgrading to "wheezy"

#4 Post by bohu »

Here is my sources.list

############################
# Testing US mirror:
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
# deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free

# Testing Security Updates
deb http://security.debian.org/ testing/updates main contrib non-free

#Testing Proposed Updates
deb http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
############################


## Debian Unstable ##
## (rarely used, sometimes I enable it just to see what is new,###
## but I'm never brave enough to install anything from it) ###
# deb http://http.us.debian.org/debian/ unstable main contrib non-free
############################


## Experimental ##
## (never used. don't know why I even keep this in the list ##
# Debian experimental http://wiki.debian.org/DebianExperimental
# deb http://ftp.debian.org/debian/ experimental main contrib non-free
############################


## Multimedia ##
# Marillat For info visit http://www.debian-multimedia.org
deb http://www.debian-multimedia.org testing main non-free
############################


### Frostwire ###
# Frostwire http://apt.debianchile.org/frostwire/
deb http://apt.debianchile.org/frostwire testing main
############################

### Wine ###
# deb http://www.lamaresh.net/apt squeeze main
############################

### Linux Mint Debian Edition ####
### I get firefox from here and nothing else ###
deb http://packages.linuxmint.com/ debian main upstream import
############################
---------- NRA certified pistol instructor, linux advocate, bookworm, pitbull enthusiast ----------

fred108
Posts: 2
Joined: 2011-03-18 07:49

Re: Upgrading to "wheezy"

#5 Post by fred108 »

Thanks for the quick replys. Good to know how it should be done as I am just a dumb plumber

eric1959
Posts: 1298
Joined: 2008-12-15 13:17
Location: Amsterdam

Re: Upgrading to "wheezy"

#6 Post by eric1959 »

http://debgen.simplylinux.ch/
I am just a dumb plumber
So you know all about Inserting the male hose into the female fitting.....
Debian Bits And Snips
Squeeze, Gnome, amd64, Intel Core i3-530, Geforce GT330

User avatar
traveler
Posts: 942
Joined: 2010-06-09 22:07

Re: Upgrading to "wheezy"

#7 Post by traveler »

terusbelajar wrote:
bohu wrote: ### Linux Mint Debian Edition ####
### I get firefox from here and nothing else ###
deb http://packages.linuxmint.com/ debian main upstream import
############################
wow nice info :)
Image
I wish for a conjugal visit and world peace. (Don't want to seem selfish.)

jhon987
Posts: 17
Joined: 2011-11-11 23:05

Re: Upgrading to "wheezy"

#8 Post by jhon987 »

Last edited by jhon987 on 2012-01-15 19:33, edited 1 time in total.

Post Reply