Where do lucid-updates come from?
- by timbooo
Considering the following command:
# apt-get --simulate --show-upgraded upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
libimobiledevice0 libpam-ck-connector libparted0debian1
Inst libimobiledevice0 [0.9.7-1ubuntu1] (0.9.7-1ubuntu1.2 Ubuntu:10.04/lucid-updates)
Inst libpam-ck-connector [0.4.1-3ubuntu1] (0.4.1-3ubuntu2 Ubuntu:10.04/lucid-updates)
Inst libparted0debian1 [2.2-5ubuntu5.1] (2.2-5ubuntu5.2 Ubuntu:10.04/lucid-updates)
[...]
I can read an Inst line as the following:
Inst <package> [<oldversion>] (<newversion> Ubuntu:10.04/lucid-updates)
Can someone tell me where the Ubuntu:10.04/lucid-updates comes from? - Considering an own repository, how is this configurable?