Changeset 1209
- Timestamp:
- 01/14/12 19:58:03 (4 months ago)
- Location:
- main/linuxmuster-base/branches/testing
- Files:
-
- 1 added
- 2 deleted
- 3 edited
-
debian/changelog (modified) (1 diff)
-
sbin/linuxmuster-setup (modified) (2 diffs)
-
var/config-static/etc/apt/sources.list (modified) (1 diff)
-
var/config-static/etc/apt/sources.list.d/paedml50.list (deleted)
-
var/config-static/etc/apt/sources.list.d/paedml51.list (deleted)
-
var/config-static/etc/apt/sources.list.d/paedml60.list (added)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-base/branches/testing/debian/changelog
r1208 r1209 5 5 * deactivated various ipcop stuff. 6 6 7 -- Thomas Schmitt <schmitt@lmz-bw.de> Sat, 14 Jan 2012 19:3 4:20+01007 -- Thomas Schmitt <schmitt@lmz-bw.de> Sat, 14 Jan 2012 19:36:01 +0100 8 8 9 9 linuxmuster-base (5.1.0-3lenny0) lenny; urgency=low -
main/linuxmuster-base/branches/testing/sbin/linuxmuster-setup
r1207 r1209 1 #!/bin/ sh1 #!/bin/bash 2 2 # setup for Linux-Musterloesung 3 3 # … … 9 9 10 10 # check debian version 11 if ! grep -q 5\.0\.[1-9] /etc/debian_version; then12 echo "This is not Debian 5.0.x Lenny. Please upgrade your system!"13 exit 114 fi11 #if ! grep -q 5\.0\.[1-9] /etc/debian_version; then 12 # echo "This is not Debian 5.0.x Lenny. Please upgrade your system!" 13 # exit 1 14 #fi 15 15 16 16 # read dist.conf -
main/linuxmuster-base/branches/testing/var/config-static/etc/apt/sources.list
r787 r1209 1 deb http:// ftp.de.debian.org/debian/ lenny main contrib non-free2 deb-src http:// ftp.de.debian.org/debian/ lenny main contrib non-free1 deb http://de.archive.ubuntu.com/ubuntu/ oneiric main restricted 2 deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric main restricted 3 3 4 deb http://security.debian.org/ lenny/updates main contrib non-free 5 deb-src http://security.debian.org/ lenny/updates main contrib non-free 4 ## Major bug fix updates produced after the final release of the 5 ## distribution. 6 deb http://de.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted 7 deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted 6 8 7 deb http://volatile.debian.org/debian-volatile lenny/volatile main 8 deb-src http://volatile.debian.org/debian-volatile lenny/volatile main 9 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 10 ## team. Also, please note that software in universe WILL NOT receive any 11 ## review or updates from the Ubuntu security team. 12 deb http://de.archive.ubuntu.com/ubuntu/ oneiric universe 13 deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric universe 14 deb http://de.archive.ubuntu.com/ubuntu/ oneiric-updates universe 15 deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric-updates universe 9 16 17 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 18 ## team, and may not be under a free licence. Please satisfy yourself as to 19 ## your rights to use the software. Also, please note that software in 20 ## multiverse WILL NOT receive any review or updates from the Ubuntu 21 ## security team. 22 deb http://de.archive.ubuntu.com/ubuntu/ oneiric multiverse 23 deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric multiverse 24 deb http://de.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse 25 deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse 26 27 ## Uncomment the following two lines to add software from the 'backports' 28 ## repository. 29 ## N.B. software from this repository may not have been tested as 30 ## extensively as that contained in the main release, although it includes 31 ## newer versions of some applications which may provide useful features. 32 ## Also, please note that software in backports WILL NOT receive any review 33 ## or updates from the Ubuntu security team. 34 deb http://de.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse 35 deb-src http://de.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse 36 37 ## Uncomment the following two lines to add software from Canonical's 38 ## 'partner' repository. 39 ## This software is not part of Ubuntu, but is offered by Canonical and the 40 ## respective vendors as a service to Ubuntu users. 41 deb http://archive.canonical.com/ubuntu oneiric partner 42 deb-src http://archive.canonical.com/ubuntu oneiric partner 43 44 deb http://security.ubuntu.com/ubuntu oneiric-security main restricted 45 deb-src http://security.ubuntu.com/ubuntu oneiric-security main restricted 46 deb http://security.ubuntu.com/ubuntu oneiric-security universe 47 deb-src http://security.ubuntu.com/ubuntu oneiric-security universe 48 deb http://security.ubuntu.com/ubuntu oneiric-security multiverse 49 deb-src http://security.ubuntu.com/ubuntu oneiric-security multiverse 50 51 ## This software is not part of Ubuntu, but is offered by third-party 52 ## developers who want to ship their latest software. 53 deb http://extras.ubuntu.com/ubuntu oneiric main 54 deb-src http://extras.ubuntu.com/ubuntu oneiric main 55
Note: See TracChangeset
for help on using the changeset viewer.
