Thread
:
New Developer Questions
View Single Post
TA-t3
2007-12-03 , 13:16
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
8
Re: deb-src
To actually access the deb-src line you'll have to use
apt-get source package-name
The
fakeroot apt-get install package-name
will only download and install the binary from the deb line, deb-src isn't used for apt-get install.
So:
apt-get source package-name
cd package-name (well, package-name with some version no etc.)
fakeroot debian/rules binary
(there are other ways to build, this is one of them)
You'll end up with a .deb in the ../ directory
This one can be installed with dpkg -i package-name*.deb either in scratchbox (use fakeroot then) or on the tablet (as root)
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3