Is it a bug, or a misfeature?
Collapse
X
-
-
Does anyone know how the Ubuntu repository gets updated? My version went up to 3.1.1 from 3.0.9 when I installed v10.1 of Ubuntu, so someone must be making changes at some point.
Any idea on how to get the packaged version updated? (I'm so not smart enough to do anything like that myself)Comment
-
And as for those dumb kids and their stupid monkey... it'll be death by slow torture!
{suddenly I have the urge to write a really nasty x-rated bit of fanfic...}Comment
-
My favorite episode of Space Ghost was when Zorak had a mini baby Zorak. So funny!
Okay back to Angband...A(3.1.0b) CWS "Fyren_V" NEW L:50 DL:127 A++ R+++ Sp+ w:The Great Axe of Eonwe
A/FA W H- D c-- !f PV+++ s? d P++ M+
C- S+ I- !So B ac++ GHB? SQ? !RQ V F:Comment
-
I went into synaptic package manager - my installed version is 3.1.1.1626-1. When I go into "downloads" here, I find a 3.2, which synaptic doesn't show as the most recent version.
Does anyone know how the Ubuntu repository gets updated? My version went up to 3.1.1 from 3.0.9 when I installed v10.1 of Ubuntu, so someone must be making changes at some point.
Any idea on how to get the packaged version updated? (I'm so not smart enough to do anything like that myself)"Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
-
Ubuntu auto-converts a load of Debian packages directly from the Debian archives, and angband is one such. So keep an eye on the Debian repository (http://packages.debian.org/sid/angband) and whatever is in there will eventually migrate into Ubuntu some weeks later.Comment
-
Er, it's not yet two months since the 3.1.2v2 package I submitted was accepted into Debian, so give them a chance. That said, I have no idea how Ubuntu works, so I don't know if it needs any human intervention to do the conversion."Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
-
I was going by the source date here, which is FebComment
-
First, run
Code:sudo apt-get build-dep angband
Then download these 3 files from packages.debian.org:
Unpack them by typing
Code:dpkg-source -x angband_3.1.2v2-2.dsc
Code:debuild binary
Comment
-
Comment
-
Unfortunately, the sudo line gets me :
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for angband
Thoughts?Comment
-
Code:autoconf automake cvs libncurses5-dev libsdl1.2-dev libsdl-mixer1.2-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-net1.2-dev libglade2-dev
Comment
-
You need source repositories enabled in sources.list. You can enable them in Synaptic or by editing sources.list directly, but here is dependency list from 3.1.2v2 control file:
Code:autoconf automake cvs libncurses5-dev libsdl1.2-dev libsdl-mixer1.2-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-net1.2-dev libglade2-dev
I give up
Perhaps, some things are not meant to be - I shall find a potion to raise my "patience" score, and wait for the world to catch up
Thanks everyone - for all the help and pointers - it's very much appreciated!Comment
-
Well, unfortunately Launchpad PPA won't accept unmodified Debian package... This could be a handy distribution tool before latest V gets promoted to the official Ubuntu repos. Maybe someone with Lucid will be kind (and trustworthy) enough to build a package for you.Comment
-
Surely it's simpler to check out svn://rephial.org/angband/trunk and build it from that rather than try to build an Ubuntu package? The latter will get auto-built one day."Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
Comment