oio11: (Фея)
oio11 ([personal profile] oio11) wrote2013-02-06 09:19 pm

[SOLVED] How to test Waldorf without a complete reinstall? (Page 1) / Help & Support (Testing/Unst

machinebacon
#! unstable


Registered: 2009-07-02

Posts: 6,198






Re: [SOLVED] How do I test Waldorf without a complete reinstall?



It's basically only three steps, all as sudo:

1) Edit the sources.list

nano /etc/apt/sources.list

and change every squeeze to wheezy, and every statler to waldorf. The backports lines can be commented (put a # in front). Save and exit.

For reference this is the sources.list of Waldorf - you can copy&paste it:

deb http://packages.crunchbang.org/waldorf waldorf main
deb http://ftp.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb-src http://cdn.debian.net/debian/ wheezy main contrib non-free

2) Edit the apt-configuration

nano /etc/apt/apt.conf

and change the default release to wheezy

APT::Default-Release "wheezy";

The newest release doesn't have this file, but it doesn't hurt to create it.

3) Edit the apt-preferences

nano /etc/apt/preferences

and change the priority

Package: *
Pin: release a=waldorf
Pin-Priority: 1001

Package: *
Pin: release a=wheezy
Pin-Priority: 500

Then you can perform the upgrade:

sudo apt-get update && sudo apt-get dist-upgrade

It will most probably get stuck somewhere, in this case do

sudo apt-get install -f

Reference (change "sid" to "wheezy" and "unstable" to "testing"): http://crunchbanglinux.org/forums/topic … se-to-sid/

Edit: added the 'original' entries


Last edited by machinebacon (2012-05-03 14:27:17)

http://crunchbang.org/forums/viewtopic.php?id=19301


###CRUNCHBANG

## Compatible with Debian Wheezy, but use at your own risk.
#deb-src http://packages.crunchbang.org/waldorf waldorf main
deb http://packages.crunchbang.org/waldorf waldorf main
deb http://packages.crunchbang.org/waldorf-dev waldorf main

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


## CRUNCHBANG MULTIMEDIA
## Debian Multimedia Mirror

## http://packages.crunchbang.org/waldorf/pool/main/
deb http://your-mirror.debian.org/debian experimental main
deb http://mozilla.debian.net/ experimental iceweasel-beta



### Debian Multimedia - http://www.deb-multimedia.org
## Run this command: sudo apt-get install deb-multimedia-keyring
deb http://www.deb-multimedia.org testing main non-free
#deb http://www.deb-multimedia.org testing main
deb http://www.deb-multimedia.org wheezy main non-free
#deb http://ftp.us.debian.org/debian/ wheezy main
deb-src http://ftp.us.debian.org/debian/ wheezy main

#deb http://www.deb-multimedia.org sid main non-free
deb ftp://ftp.deb-multimedia.org sid main non-free
deb http://www.deb-multimedia.org/ sid main


## CRUNCHBANG MOZILLA
## Debian Mozilla Mirror

#deb http://your-mirror.debian.org/debian experimental main
#deb http://mozilla.debian.net/ experimental iceweasel-beta


## DEBIAN
#deb http://ftp.debian.org/debian/ wheezy main contrib non-free
#deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
#deb http://www.deb-multimedia.org wheezy main non-free
#deb http://ftp.pt.debian.org/debian/ testing main contrib non-free

deb http://ftp.uk.debian.org/debian/ testing main
deb http://ftp.uk.debian.org/debian/ wheezy-updates main
deb http://ftp.uk.debian.org/debian/ wheezy-updates non-free
deb http://ftp.uk.debian.org/debian/ wheezy-proposed-updates main

deb http://ftp.uk.debian.org/debian experimental main contrib non-free
deb-src http://ftp.uk.debian.org/debian experimental main contrib non-free
#deb http://ftp.jp.debian.org/debian experimental main
deb http://ftp.ru.debian.org/debian wheezy main


## DEBIAN SECURITY

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



# DEBIAN WHEEZY
deb http://ftp.ru.debian.org/debian testing main contrib non-free
deb-src http://ftp.ru.debian.org/debian testing main contrib non-free

deb http://mirror.yandex.ru/debian/ wheezy main

### wget -O - http://notesalexp.org/debian/alexp_key.asc | apt-key add - #to add gpg key
##apt-get update #to update package list
##apt-get install package
deb http://notesalexp.org/debian/wheezy/ wheezy main

deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-updates 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

#### Video tools
## Run this command: wget -O - http://www.bunkus.org/gpg-pub-moritzbunkus.txt | sudo apt-key add -
#deb http://www.bunkus.org/debian/wheezy/ ./
deb-src http://www.bunkus.org/debian/wheezy/ ./

# Wine - эмулятор для работы Windows программ
#deb http://wine.sourceforge.net/apt/ binary/

# Wine-doors - надстройка для Wine, облегчает жизнь
#deb http://ppa.launchpad.net/wine-doors-dev-team/ppa/ubuntu intrepid main

#deb-src http://ppa.launchpad.net/wine-doors-dev-team/ppa/ubuntu intrepid main
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main


# Docky
deb http://ppa.launchpad.net/docky-core/stable/ubuntu/ maverick main
deb http://ppa.launchpad.net/docky-core/unstable/ubuntu/ maverick main
#deb http://ppa.launchpad.net/docky-core/unstable/ubuntu/ natty main
#deb http://ppa.launchpad.net/docky-core/unstable/ubuntu/ oneiric main
#deb http://ppa.launchpad.net/docky-core/stable/ubuntu/ natty main
#deb http://ppa.launchpad.net/docky-core/stable/ubuntu/ oneiric main

### VLC
#deb http://download.videolan.org/pub/videolan/debian woody main
#deb-src http://download.videolan.org/pub/videolan/debian woody main
#deb http://ppa.launchpad.net/videolan/stable-daily/ubuntu/ oneiric main

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main
deb http://www.deb-multimedia.org/ unstable main

#deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
#deb-src http://ftp.debian.org/debian/ wheezy-updates 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

#Third Parties Repos
#Debian Multimedia
#deb http://www.las.ic.unicamp.br/pub/debian-multimedia/ testing main

#Debian Mozilla team
#deb http://archive.ualinux.com/ubuntu maverick main
deb http://archive.ualinux.com/ubuntu natty main
#deb http://ppa.launchpad.net/webupd8team/java/ubuntu maverick main
#deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu maverick main

deb http://ppa.launchpad.net/webupd8team/java/ubuntu natty main
deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu natty main

########################################################################

http://http.debian.net/
http://lists.debian.org/debian-user/2011/05/msg00448.html