Where do lucid-updates come from?

Posted by timbooo on Ask Ubuntu See other posts from Ask Ubuntu or by timbooo
Published on 2012-01-24T10:36:27Z Indexed on 2012/04/15 11:48 UTC
Read the original article Hit count: 257

Filed under:
|

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?

© Ask Ubuntu or respective owner

Related posts about command-line

Related posts about apt