CaffeineAddict
Well-Known Member
I'm trying to build a package from
The instructions which I'm following are here: https://wiki.debian.org/SimpleBackportCreation
My
Then I do:
And get this error:
Taking a look online the package is there:
I also tried pulling the sources from
And get the same error.
Any suggestions on how to get around this?
And why can't I download sources if they are reported to be there?
unstable
branch called freeorion
.The instructions which I'm following are here: https://wiki.debian.org/SimpleBackportCreation
Bash:
rmadison freeorion --architecture amd64
freeorion | 0.4.8-1+deb10u1 | oldoldstable | amd64
freeorion | 0.4.10.1-1+b2 | oldstable | amd64
freeorion | 0.4.10.2-1+b7 | stable | amd64
freeorion | 0.5+git20230820-4+b3 | testing | amd64
freeorion | 0.5+git20230820-4+b3 | unstable | amd64
My
sources.list
have these entries:
Bash:
# Debian testing package sources
deb-src http://deb.debian.org/debian/ testing main
# Debian unstable package sources
deb-src http://deb.debian.org/debian/ unstable main
Then I do:
Bash:
sudo apt update
apt source freeorion/testing
And get this error:
Bash:
Reading package lists... Done
E: Can not find version '0.4.10.2-1' of package 'freeorion'
E: Unable to find a source package for freeorion
Taking a look online the package is there:
I also tried pulling the sources from
unstable
with:
Bash:
apt source freeorion/unstable
Any suggestions on how to get around this?
And why can't I download sources if they are reported to be there?