Re: RFC: 3.0 (git), now with bundles

2010-06-02 Thread Peter Krefting
Joey Hess: A while ago there was discussion onlist about making 3.0 (git) use git-bundle as its repository serialization format. I think that is a great improvement from the old ad-hoc format. Attached patch implements it. How does this interact with the actual Git repository, when it comes t

Upstream license files in the Debian packages

2010-06-02 Thread mad
Hello, I have not found informations about it, where go the upstream license files in the Debian packages ? /usr/share/doc/package ? Should they be compressed ? Regards, Mad -- To UNSUBSCRIBE, email to debian-dpkg-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact li

Re: Upstream license files in the Debian packages

2010-06-02 Thread Jonathan Yu
On Wed, Jun 2, 2010 at 6:25 AM, mad wrote: > I have not found informations about it, where go the upstream license files in > the Debian packages ? /usr/share/doc/package ? Should they be compressed ? These should be installed automatically by debhelper (I don't think the copyright information is

Re: Upstream license files in the Debian packages

2010-06-02 Thread mad
- Mail Original - De: "Jonathan Yu" À: "mad" Cc: debian-dpkg@lists.debian.org Envoyé: Mercredi 2 Juin 2010 13h54:48 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: Upstream license files in the Debian packages On Wed, Jun 2, 2010 at 6:25 AM, mad wrote: > I

Re: Upstream license files in the Debian packages

2010-06-02 Thread Jonathan Yu
On Wed, Jun 2, 2010 at 8:13 AM, mad wrote: > Thanks to reply but thats not the question : "where go the upstream license > files in the Debian packages ?" and I'm not talking about the > debian/copyright file but the license files that come with upstream sources > like "gnu.txt" for example. Oh

Re: Upstream license files in the Debian packages

2010-06-02 Thread mad
Ok, thanks you very much. - Mail Original - De: "Jonathan Yu" À: "mad" Cc: debian-dpkg@lists.debian.org Envoyé: Mercredi 2 Juin 2010 14h53:00 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: Upstream license files in the Debian packages On Wed, Jun 2, 2010 a

Re: RFC: 3.0 (git), now with bundles

2010-06-02 Thread Joey Hess
Peter Krefting wrote: > How does this interact with the actual Git repository, when it comes > to detecting patches to upstream and such? I haven't really read up > on how the format is specified, so please point me in that direction > if what I am asking is obvious. It *is* the actual git reposit

Re: RFC: 3.0 (git), now with bundles

2010-06-02 Thread Joey Hess
Tollef Fog Heen wrote: > | * All history is currently included (via the --all switch to git-bundle), > | but I plan to add a format-specific dpkg-source option, to allow > | filtering of what is included in the bundle. > > Maybe allow a filter to be specified in debian/source somewhere? It sh

Re: RFC: 3.0 (git), now with bundles

2010-06-02 Thread Joey Hess
Attached updated patch adds the ability to limit the history depth that is included in the git bundle (via --git-depth), as well as fully control which tags/branches/objects are included/excluded in the bundle (via --git-ref). A new .gitshallow file is added to the source package to record info gi