git.vger.kernel.org archive mirror
 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; 10+ 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] 10+ messages in thread

* Re: GIT Packages for Debian Etch
  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 23:18 ` Christoph Lameter
  1 sibling, 2 replies; 10+ messages in thread
From: Pierre Habouzit @ 2007-06-18 21:27 UTC (permalink / raw)
  To: Thomas Glanzmann, carlo, Linus Torvalds, LKML, Michael Gernoth,
	GIT

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

On Mon, Jun 18, 2007 at 11:25:24PM +0200, Thomas Glanzmann wrote:
> 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/ ./

  FWIW there is even simpler: I maintain a backport on
www.backports.org. Which is a semi-official service driven by Debian
Developers.

Cheers,
-- 
·O·  Pierre Habouzit
··O                                                madcoder@debian.org
OOO                                                http://www.madism.org

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: GIT Packages for Debian Etch
  2007-06-18 21:27 ` Pierre Habouzit
@ 2007-06-18 21:34   ` Thomas Glanzmann
  2007-06-18 21:48   ` Carlo Wood
  1 sibling, 0 replies; 10+ messages in thread
From: Thomas Glanzmann @ 2007-06-18 21:34 UTC (permalink / raw)
  To: Pierre Habouzit; +Cc: GIT, LKML

Hello Pierre,

> FWIW there is even simpler: I maintain a backport on
> www.backports.org. Which is a semi-official service driven by Debian
> Developers.

good to know, maybe I am going to use backports in the future.

        Thomas

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

* Re: GIT Packages for Debian Etch
  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
  1 sibling, 1 reply; 10+ messages in thread
From: Carlo Wood @ 2007-06-18 21:48 UTC (permalink / raw)
  To: Thomas Glanzmann, LKML, Michael Gernoth, GIT

On Mon, Jun 18, 2007 at 10:27:41PM +0100, Pierre Habouzit wrote:
>   FWIW there is even simpler: I maintain a backport on
> www.backports.org. Which is a semi-official service driven by Debian
> Developers.

It seems that this is only for etch (and sarge).
I run a mixed Lenny/sid machine here. It doesn't necessarily
work when I start to install things for etch. Certainly not
once testing upgrades its libc. Or?

-- 
Carlo Wood <carlo@alinoe.com>

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

* Re: GIT Packages for Debian Etch
  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
  0 siblings, 2 replies; 10+ messages in thread
From: Thomas Glanzmann @ 2007-06-18 21:56 UTC (permalink / raw)
  To: Carlo Wood, LKML, GIT

Hello,

> It seems that this is only for etch (and sarge).  I run a mixed
> Lenny/sid machine here. It doesn't necessarily work when I start to
> install things for etch. Certainly not once testing upgrades its libc.
> Or?

true. But when you run sid you get a newer version of git automatically.
Sooner or later. And you can always build it yourself. It's a pain in
the ass until you have all build dependencies installed and all the
tests pass. Most of them you can get by typing:

        apt-get build-dep git-core

But after that it is very straight forward.

        Thomas

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

* Re: GIT Packages for Debian Etch
  2007-06-18 21:56     ` Thomas Glanzmann
@ 2007-06-18 22:03       ` Thomas Glanzmann
  2007-06-18 22:04       ` Carlo Wood
  1 sibling, 0 replies; 10+ messages in thread
From: Thomas Glanzmann @ 2007-06-18 22:03 UTC (permalink / raw)
  To: Carlo Wood, LKML, GIT

Hello,

* Thomas Glanzmann <thomas@glanzmann.de> [070618 23:56]:
> > It seems that this is only for etch (and sarge).  I run a mixed
> > Lenny/sid machine here. It doesn't necessarily work when I start to
> > install things for etch. Certainly not once testing upgrades its libc.
> > Or?

> true.

I guess not so true. Because debian had always compatibility libs. So I
guess when they bump the libc revision on sid, they provide a compat
library at the same time so that you're able to run the old binaries.
But don't nail me down on this one. But for the mean time you should be
good with the packages I provided in the previous e-mail for sure.

        Thomas

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

* Re: GIT Packages for Debian Etch
  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
  1 sibling, 1 reply; 10+ messages in thread
From: Carlo Wood @ 2007-06-18 22:04 UTC (permalink / raw)
  To: Thomas Glanzmann, LKML, GIT

On Mon, Jun 18, 2007 at 11:56:10PM +0200, Thomas Glanzmann wrote:
> true. But when you run sid you get a newer version of git automatically.
> Sooner or later. And you can always build it yourself. It's a pain in
> the ass until you have all build dependencies installed and all the
> tests pass.

Oh, I already build it before my previous post :p

I just did:

sudo apt-get install libz-dev asciidoc xmlto libexpat1-dev subversion unzip tcl8.4 libsvn-perl libcurl3-dev

after having a peek at git-core_1.5.2.1-1.dsc, and then it did build
just fine immediately.

-- 
Carlo Wood <carlo@alinoe.com>

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

* Re: GIT Packages for Debian Etch
  2007-06-18 22:04       ` Carlo Wood
@ 2007-06-18 22:08         ` Thomas Glanzmann
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Glanzmann @ 2007-06-18 22:08 UTC (permalink / raw)
  To: Carlo Wood, LKML, GIT

Hello,

> after having a peek at git-core_1.5.2.1-1.dsc, and then it did build
> just fine immediately.

good point, that makes sense. I have to keep that in mind. Last time I
looked at the failed tests, saw the missing dependency and tried again.
:-)

        Thomas

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

* Re: GIT Packages for Debian Etch
  2007-06-18 21:25 GIT Packages for Debian Etch Thomas Glanzmann
  2007-06-18 21:27 ` Pierre Habouzit
@ 2007-06-18 23:18 ` Christoph Lameter
  2007-06-18 23:36   ` Roland Dreier
  1 sibling, 1 reply; 10+ messages in thread
From: Christoph Lameter @ 2007-06-18 23:18 UTC (permalink / raw)
  To: Thomas Glanzmann; +Cc: carlo, Linus Torvalds, LKML, Michael Gernoth, GIT

On Mon, 18 Jun 2007, Thomas Glanzmann wrote:

> 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:

Is there some way you can feed that into Debian please? Why the go around 
through a separate repository? The maintainer of git-core is not actively 
maintaining the package?

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

* Re: GIT Packages for Debian Etch
  2007-06-18 23:18 ` Christoph Lameter
@ 2007-06-18 23:36   ` Roland Dreier
  0 siblings, 0 replies; 10+ messages in thread
From: Roland Dreier @ 2007-06-18 23:36 UTC (permalink / raw)
  To: Christoph Lameter
  Cc: Thomas Glanzmann, carlo, Linus Torvalds, LKML, Michael Gernoth,
	GIT

 > Is there some way you can feed that into Debian please? Why the go around 
 > through a separate repository? The maintainer of git-core is not actively 
 > maintaining the package?

No.  The current version of git in Debian is 1.5.2.1, a little out of
date from the current 1.5.2.2 but not too bad.  However, Debian Etch
was already released with an older version of git.  Debian
testing/Lenny (the next release, which is still being developed) does
not have the latest version of git yet because it is blocked waiting
for the next version of curl as well as a few other problems.

 - R.

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

end of thread, other threads:[~2007-06-18 23:37 UTC | newest]

Thread overview: 10+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).