All of lore.kernel.org
 help / color / mirror / Atom feed
* GIT Packages for Debian Etch
@ 2007-06-18 21:25 Thomas Glanzmann
  2007-06-18 21:27 ` Pierre Habouzit
  2007-06-18 23:18 ` Christoph Lameter
  0 siblings, 2 replies; 14+ messages in thread
From: Thomas Glanzmann @ 2007-06-18 21:25 UTC (permalink / raw)
  To: carlo, Linus Torvalds, LKML; +Cc: Michael Gernoth, GIT

Hello,
a friend of mine always builds the Debian Packages from unstable for
Debian Etch. I have on all my machines the following line in
/etc/apt/sources.list:

        deb http://rmdir.de/~michael/git/ ./

apt-get update; apt-get dist-upgrade

and you're up2speed.

If you don't trust that packages it is very easy to build them yourself:

        wget http://ftp.debian.org/debian/pool/main/g/git-core/git-core_1.5.2.1-1.dsc
        wget http://ftp.debian.org/debian/pool/main/g/git-core/git-core_1.5.2.1.orig.tar.gz
        wget http://ftp.debian.org/debian/pool/main/g/git-core/git-core_1.5.2.1-1.diff.gz
        dpkg-source -x git-core_1.5.2.1-1.dsc
        cd git-core-1.5.2.1/
        fakeroot debian/rules binary

It runs the whole test suite and only contiues producing debs if they're good
to go. It might be possible that you have to install some build dependencies by
yourself. If some new git version hits unstable you can get the references for
the three files above from:

        http://packages.debian.org/git-core
                => unstable
                => scroll to end of page
                => Source Packages
                => Source Package: git-core, Download: [dsc] ...

        Thomas

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-06-20  1:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-18 21:25 GIT Packages for Debian Etch Thomas Glanzmann
2007-06-18 21:27 ` Pierre Habouzit
2007-06-18 21:34   ` Thomas Glanzmann
2007-06-18 21:48   ` Carlo Wood
2007-06-18 21:56     ` Thomas Glanzmann
2007-06-18 22:03       ` Thomas Glanzmann
2007-06-18 22:04       ` Carlo Wood
2007-06-18 22:08         ` Thomas Glanzmann
2007-06-18 23:18 ` Christoph Lameter
2007-06-18 23:36   ` Roland Dreier
2007-06-19  6:13   ` Thomas Glanzmann
2007-06-19 19:16     ` Christoph Lameter
2007-06-19 23:37       ` Jeffrey Hundstad
2007-06-20  1:33         ` Kyle Moffett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.