DebianRepository

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--- DebianRepository rto 2009-02-09 21:33:33.947968 

+++ DebianRepository rto 2009-02-01 20:46:29.012379 

@@ -1,23 +1,23 @@

-Most of the software published through this website is available through a Debian repository i maintain on this domain.
+Most of the software published through this website is available through a Debian repository i maintain on a server called [dev.infonet.dk](http://dev.infonet.dk).

-It contains packages for woody, sarge, etch, lenny and sid, although the woody packages are not updated anymore.
+It contains packages for woody, sarge, etch and sid, although the woody packages are updated anymore.

 It also contains a distribution called experimental that contains nightly builds of some of the software packages, use at your own risk.

 To get the packages using your APT tool of choice add one or more of the following lines to your `/etc/apt/sources.list`:

-    deb http://halfdans.net/debian experimental ./
-    deb http://halfdans.net/debian unstable ./
-    deb http://halfdans.net/debian etch ./
-    deb http://halfdans.net/debian sarge ./
-    deb http://halfdans.net/debian woody ./
+    deb http://dev.infonet.dk/debian experimental ./
+    deb http://dev.infonet.dk/debian unstable ./
+    deb http://dev.infonet.dk/debian etch ./
+    deb http://dev.infonet.dk/debian sarge ./
+    deb http://dev.infonet.dk/debian woody ./


-I don't provide a Release file for the archive, but if you want to "pin" it, you can use the following in your `/etc/apt/preferences`:
+I don't provide a Release file for the archive, but if you want to "pin" it, you can use the following in your `/etc/apt/preferences`:

     Package: *
-    Pin: origin halfdans.net
+    Pin: origin dev.infonet.dk
     Pin-Priority: 600


-The sarge repository also provides various development packages needed to get some of the packages to build on sarge, such as: autoconf, automake and m4. These packages are just built directly from Debian's official unstable archives.
+The sarge also provides various development packages needed to get some of the packages to build on sarge, such as: autoconf, automake and m4. These packages are just built directly from Debian's official unstable archives.