The dpkg-source utility is found in dpkg-dev package.apt-get build-dep glibc
apt-get source -b glibc
should work
or, if you already have the build-dependencies and source files
downloaded (.orig.tar.gz, .diff.gz, and .dsc):
dpkg-source -x glibc*.dsc
cd glibc-*
make -f debian/rules build
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
Popular Posts
-
Biomedical Engineering make extensive use of software. Signal processing algorithms and other aspects of the biomedical engineering needs ex...
-
I was very disappointed by the poor sound capabilities of the GNU Ocatve project compared to MATLAB. The playaudio() function was inconveni...
-
Bugzilla is a great project. Yet, customizing it to your needs is an overwhelming task! I was assigned a task that our Bugzilla server shoul...
-
Please contribute to this new emerging WikiBook Biomedical Engineering: A Roadmap Don't forget to add your name to the authors list ;-)
-
At last, lecture notes on Biomedical Engineering =) http://www.morganclaypool.com/toc/bme/3/1
Tuesday, July 1, 2008
Dealing with Debian source packages
I found this interesting post, quoting:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment