Is the order of ..-backports repositories in sources.list significant?
...or does ..-backports take precedence over the standard entries, regardless of placement?
Are the two following examples effectively the same?
deb http://archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse
vs.
deb http://archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse