Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-30 Thread Sean Whitton
Hello, On Tue 29 Oct 2019 at 08:32AM +01, Tobias Frost wrote: >> For example, you would not be able to do this: >>git clone salsa:something >>cd something >>make some straightforward change >>git tag# } [1] >>git push # } >> Instead you would have to download the .origs

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-29 Thread Ian Jackson
Helmut Grohne writes ("Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)"): > I think I'd trust the tag2upload service given the documentation you > presented about it. I'm less faithful in all dgit installations being >

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-29 Thread Bastian Blank
Hi Didier On Mon, Oct 28, 2019 at 10:05:11AM +0100, Didier 'OdyX' Raboud wrote: > Of course, all of this can only work if we can have, or make the ".git to > .dsc" conversion reproducible; hence my query. Now, please read the first mail of this thread again. Yes, maybe parts of it are unclear,

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-29 Thread Helmut Grohne
Hi Ian, On Tue, Oct 29, 2019 at 12:54:57PM +, Ian Jackson wrote: > I wonder if I have misunderstood you, because: > > The tag2upload proposal is based on dgit, which already provides this. > dgit indeed defines an isomorphism between source packages and git > trees, and dgit clone gives a git

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-29 Thread Ian Jackson
Helmut Grohne writes ("Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)"): > In other words, I want these formats (source package and tagged git > tree) to be isomorphic (minus history). This requirement is too strong > sin

Re: Building Debian source packages reproducibly

2019-10-29 Thread Philipp Kern
On 2019-10-29 08:32, Tobias Frost wrote: On Mon, Oct 28, 2019 at 05:53:00PM +, Ian Jackson wrote: (...) For example, you would not be able to do this: git clone salsa:something cd something make some straightforward change git tag# } [1] git push # } Instead you would

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-29 Thread Tobias Frost
Hi Ian, On Mon, Oct 28, 2019 at 05:53:00PM +, Ian Jackson wrote: (...) > For example, you would not be able to do this: >git clone salsa:something >cd something >make some straightforward change >git tag# } [1] >git push # } > Instead you would have to download the

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-28 Thread Helmut Grohne
Hi Ian, On Mon, Oct 28, 2019 at 05:53:00PM +, Ian Jackson wrote: > The sticking point, as I understand it, is that this still does not > allow dak to verify that the *contents* of the .dsc were as intended > by the uploading human. [0] > > In the tag2upload proposal, the conversion from git t

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-28 Thread Scott Kitterman
On October 28, 2019 5:53:00 PM UTC, Ian Jackson wrote: >Scott Kitterman writes ("Re: Building Debian source packages >reproducibly (was: Re: [RFC] Proposal for new source format)"): >> Effectively tag2upload would replace DAK as the entry point for >> packages into

Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-28 Thread Ian Jackson
Didier 'OdyX' Raboud writes ("Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)"): > Where I'm coming from is that we were discussing the tag2upload > problem at miniDebConf Vaumarcus. [...] I appreciate your efforts to

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-28 Thread Ian Jackson
Scott Kitterman writes ("Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)"): > Effectively tag2upload would replace DAK as the entry point for > packages into the archive (the equivalent to the current source > package signature

Re: Building Debian source packages reproducibly

2019-10-28 Thread Sven Joachim
one by now I think it's reasonable to assume >> > it's difficult, and thinking that it's so is not excessively >> > pessimistic. >> >> Generating a reproducible source package given a particuar git commit >> is trivial. All you have to do is use

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-28 Thread Scott Kitterman
On Monday, October 28, 2019 9:45:36 AM EDT Theodore Y. Ts'o wrote: > On Mon, Oct 28, 2019 at 10:05:11AM +0100, Didier 'OdyX' Raboud wrote: > > Where I'm coming from is that we were discussing the tag2upload problem at > > miniDebConf Vaumarcus. The heart of the problem is that FTP-Master are > > (c

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-28 Thread Theodore Y. Ts'o
On Mon, Oct 28, 2019 at 10:05:11AM +0100, Didier 'OdyX' Raboud wrote: > Where I'm coming from is that we were discussing the tag2upload problem at > miniDebConf Vaumarcus. The heart of the problem is that FTP-Master are > (currently) not going to accept .dscs built reproducibly by a (even trusted

Re: Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-28 Thread Marek Mosiewicz
ting a reproducible source package given a particuar git > > commit > > is trivial. All you have to do is use "git archive". For example: > > When talking about upstream projects, sure. > > But generating Debian source packages (.dsc and friends) from a > `deb

Building Debian source packages reproducibly (was: Re: [RFC] Proposal for new source format)

2019-10-28 Thread Didier 'OdyX' Raboud
t it's so is not excessively > > pessimistic. > > Generating a reproducible source package given a particuar git commit > is trivial. All you have to do is use "git archive". For example: When talking about upstream projects, sure. But generating Debian source packag

Re: Debian source packages file types and SLOC

2014-02-03 Thread Jan de Haan
Thanks for the link. The numbers I got from Zack are similar. Jan. On Tue, Feb 4, 2014 at 12:02 AM, Michael Tautschnig wrote: > Hi Jan, > > >it's a too big a job to do by myself, and maybe the answer already > exists: > > > >When I would download all

Re: Debian source packages file types and SLOC

2014-02-03 Thread Michael Tautschnig
Hi Jan, >it's a too big a job to do by myself, and maybe the answer already exists: > >When I would download all Debian source packages, extract them, determine > of each the programming language it is written in and the SLOC, what would be > the percentages of each

Re: Debian source packages file types and SLOC

2014-02-03 Thread Stefano Zacchiroli
On Mon, Feb 03, 2014 at 12:57:01PM +0100, Jan de Haan wrote: >When I would download all Debian source packages, extract them, determine > of each the programming language it is written in and the SLOC, what would be > the percentages of each programming language used? The Debsources

Debian source packages file types and SLOC

2014-02-03 Thread Jan de Haan
Hi All, it's a too big a job to do by myself, and maybe the answer already exists: When I would download all Debian source packages, extract them, determine of each the programming language it is written in and the SLOC, what would be the percentages of each programming language

Re: Search for a file in all Debian source packages

2012-06-04 Thread Paul Wise
On Tue, Jun 5, 2012 at 11:00 AM, Yaroslav Halchenko wrote: > ho ho -- smart ;)  not sure even which version to assign if someone > would decide to close this bug report ;) I have retitled the bug asking for this to be documented. I think both the manual page and the --help output need to mention

Re: Search for a file in all Debian source packages

2012-06-04 Thread Yaroslav Halchenko
ho ho -- smart ;) not sure even which version to assign if someone would decide to close this bug report ;) Apparently this feature is working out of the box "by design", as James McCoy points out. Since Contents-* file format is the same for -sources as for any other architecture listing conten

Re: Search for a file in all Debian source packages

2012-06-04 Thread James McCoy
On Mon, Jun 04, 2012 at 06:40:18PM -0400, Yaroslav Halchenko wrote: > > On Mon, 04 Jun 2012, Jakub Wilk wrote: > > >I have just realized that this helpful Contents-sources.gz I had > > >on my drive is more than a year old and is not updated by cron as > > >I thought it was ;-) > > > >Raphael, is

Re: Search for a file in all Debian source packages

2012-06-04 Thread Yaroslav Halchenko
On Mon, 04 Jun 2012, Jakub Wilk wrote: > >I have just realized that this helpful Contents-sources.gz I had > >on my drive is more than a year old and is not updated by cron as > >I thought it was ;-) > >Raphael, is there a chance to reincarnate this "service" or was it > >superseded by a better s

Re: Search for a file in all Debian source packages

2012-06-04 Thread Yaroslav Halchenko
On Mon, 04 Jun 2012, Salvo Tomaselli wrote: > > drive is more than a year old and is not updated by cron as I thought it > > was ;-) > > Raphael, is there a chance to reincarnate this "service" or was it > > superseded by a better solution? > apt-file nah -- that one for binary pkgs only AFAIK.

Re: Search for a file in all Debian source packages

2012-06-04 Thread Salvo Tomaselli
måndagen den 4 juni 2012 23.41.42 skrev Yaroslav Halchenko: > I have just realized that this helpful Contents-sources.gz I had on my > drive is more than a year old and is not updated by cron as I thought it > was ;-) > > Raphael, is there a chance to reincarnate this "service" or was it > supers

Re: Search for a file in all Debian source packages

2012-06-04 Thread Jakub Wilk
* Yaroslav Halchenko , 2012-06-04, 17:41: I have just realized that this helpful Contents-sources.gz I had on my drive is more than a year old and is not updated by cron as I thought it was ;-) Raphael, is there a chance to reincarnate this "service" or was it superseded by a better solution?

Re: Search for a file in all Debian source packages

2012-06-04 Thread Yaroslav Halchenko
I have just realized that this helpful Contents-sources.gz I had on my drive is more than a year old and is not updated by cron as I thought it was ;-) Raphael, is there a chance to reincarnate this "service" or was it superseded by a better solution? Thanks in advance On Thu, 30 Sep 2010, Micha

Re: Keeping content of binary and source packages in UDD (Was: Search for a file in all Debian source packages)

2010-10-01 Thread Paul Wise
On Fri, Oct 1, 2010 at 2:45 PM, Andreas Tille wrote: > But in principle it does sound like a good idea to feed this information > into UDD.  What do you think about keeping content of binary and source > packages inside UDD? Sounds very good to me. -- bye, pabs http://wiki.debian.org/PaulWise

Re: Keeping content of binary and source packages in UDD (Was: Search for a file in all Debian source packages)

2010-09-30 Thread Andreas Tille
On Fri, Oct 01, 2010 at 08:45:34AM +0200, Andreas Tille wrote: > On Thu, Sep 30, 2010 at 06:13:45PM -0500, Raphael Geissert wrote: > > > I *think*, if Raphael hadn't stepped up first and saved you the bother, > > > you could probably get this information out of UDD. > > > > AFAIK (and supported by

Keeping content of binary and source packages in UDD (Was: Search for a file in all Debian source packages)

2010-09-30 Thread Andreas Tille
On Thu, Sep 30, 2010 at 06:13:45PM -0500, Raphael Geissert wrote: > > I *think*, if Raphael hadn't stepped up first and saved you the bother, > > you could probably get this information out of UDD. > > AFAIK (and supported by [1]) UDD doesn't even have the Contents of binary > packages. But in p

Re: Search for a file in all Debian source packages

2010-09-30 Thread Raphael Geissert
Jon Dowland wrote: > I *think*, if Raphael hadn't stepped up first and saved you the bother, > you could probably get this information out of UDD. AFAIK (and supported by [1]) UDD doesn't even have the Contents of binary packages. The only other alternative (but there's no guarantee that all th

Re: Search for a file in all Debian source packages

2010-09-30 Thread Jon Dowland
I *think*, if Raphael hadn't stepped up first and saved you the bother, you could probably get this information out of UDD. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian

Re: Search for a file in all Debian source packages

2010-09-30 Thread Benjamin Drung
Am Donnerstag, den 30.09.2010, 14:38 -0400 schrieb Michael Hanke: > On Thu, Sep 30, 2010 at 08:33:54PM +0200, Benjamin Drung wrote: > > Am Donnerstag, den 30.09.2010, 14:31 -0400 schrieb Michael Hanke: > > > Hi, > > > > > > I want to determine in what Debian _source_ packages a file with a > > > p

Re: Search for a file in all Debian source packages

2010-09-30 Thread Michael Hanke
On Thu, Sep 30, 2010 at 02:21:45PM -0500, Raphael Geissert wrote: > Michael Hanke wrote: > > Is there any way to accomplish this, without having to create a > > complete mirror of the archive and parse all tarballs? > > As of a few minutes ago: > http://lintian.debian.org/~geissert/Contents-source

Re: Search for a file in all Debian source packages

2010-09-30 Thread Raphael Geissert
Michael Hanke wrote: > Is there any way to accomplish this, without having to create a > complete mirror of the archive and parse all tarballs? As of a few minutes ago: http://lintian.debian.org/~geissert/Contents-sources.gz (for the time being, to be updated every four days.) Cheers, -- Rapha

Re: Search for a file in all Debian source packages

2010-09-30 Thread James Vega
On Thu, Sep 30, 2010 at 2:31 PM, Michael Hanke wrote: > I want to determine in what Debian _source_ packages a file with a > particular name exists. There used to be a webservice that had all? > source packages indexed and allowed for this type of query, but I cannot > remember what it was -- mayb

Re: Search for a file in all Debian source packages

2010-09-30 Thread Michael Hanke
On Thu, Sep 30, 2010 at 08:33:54PM +0200, Benjamin Drung wrote: > Am Donnerstag, den 30.09.2010, 14:31 -0400 schrieb Michael Hanke: > > Hi, > > > > I want to determine in what Debian _source_ packages a file with a > > particular name exists. There used to be a webservice that had all? > > source

Re: Search for a file in all Debian source packages

2010-09-30 Thread Benjamin Drung
Am Donnerstag, den 30.09.2010, 14:31 -0400 schrieb Michael Hanke: > Hi, > > I want to determine in what Debian _source_ packages a file with a > particular name exists. There used to be a webservice that had all? > source packages indexed and allowed for this type of query, but I cannot > remember

Search for a file in all Debian source packages

2010-09-30 Thread Michael Hanke
Hi, I want to determine in what Debian _source_ packages a file with a particular name exists. There used to be a webservice that had all? source packages indexed and allowed for this type of query, but I cannot remember what it was -- maybe it doesn't exist anymore. Is there any way to accomplis

Re: Debian Source Packages

2006-12-08 Thread Andrew Donnellan
On 12/8/06, Ken&Tam <[EMAIL PROTECTED]> wrote: Hello, my name is Kenneth. I am looking source files. I have looked over your web site and no link is available to allow persons to access the source directory. If you do this by email request, then I am requesting the packages "IceApe & IceDove". I

Re: Debian Source Packages

2006-12-08 Thread Daniel Baumann
Ken&Tam wrote: > Hello, my name is Kenneth. I am looking source files. I have looked over > your web site and no link is available to allow persons to access the > source directory. Debian does distribute source (*.diff.gz and *.orig.tar.gz, or *.tar.gz) and binaries (*.deb) simultaniously. > If

Debian Source Packages

2006-12-08 Thread
Hello, my name is Kenneth. I am looking source files. I have looked over your web site and no link is available to allow persons to access the source directory. If you do this by email request, then I am requesting the packages "IceApe & IceDove". I do hope that you provide a link on your webs

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-18 Thread Norbert Tretkowski
* Norbert Tretkowski wrote: > * Marc Haber wrote: > > Nico Golde <[EMAIL PROTECTED]> wrote: > >> I just asked too to be a part of the maintainer team for dpatch. > > > > I see. Let me summarize: You post your offer to adopt the package > > 60 seconds before another team which has already collabora

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-18 Thread Norbert Tretkowski
* Marc Haber wrote: > Nico Golde <[EMAIL PROTECTED]> wrote: >> I just asked too to be a part of the maintainer team for dpatch. > > I see. Let me summarize: You post your offer to adopt the package 60 > seconds before another team which has already collaborated announces > taking over the package

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-18 Thread Nico Golde
Hello Marc, * Marc Haber <[EMAIL PROTECTED]> [2005-03-18 13:42]: > On Thu, 17 Mar 2005 21:51:45 +0100, Nico Golde <[EMAIL PROTECTED]> wrote: > >* Marc Haber <[EMAIL PROTECTED]> [2005-03-17 21:45]: > >> On Thu, 17 Mar 2005 16:02:16 +0100, Nico Golde <[EMAIL PROTECTED]> wrote: > >> >* Marc Haber <[E

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-17 Thread Marc Haber
On Thu, 17 Mar 2005 21:51:45 +0100, Nico Golde <[EMAIL PROTECTED]> wrote: >* Marc Haber <[EMAIL PROTECTED]> [2005-03-17 21:45]: >> On Thu, 17 Mar 2005 16:02:16 +0100, Nico Golde <[EMAIL PROTECTED]> wrote: >> >* Marc Haber <[EMAIL PROTECTED]> [2005-03-16 15:43]: >> >> On Wed, 16 Mar 2005 22:40:33 +0

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-17 Thread Nico Golde
Hello Marc, * Marc Haber <[EMAIL PROTECTED]> [2005-03-17 21:45]: > On Thu, 17 Mar 2005 16:02:16 +0100, Nico Golde <[EMAIL PROTECTED]> wrote: > >* Marc Haber <[EMAIL PROTECTED]> [2005-03-16 15:43]: > >> On Wed, 16 Mar 2005 22:40:33 +0900, Junichi Uekawa > >> <[EMAIL PROTECTED]> wrote: > >> >Since I

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-17 Thread Marc Haber
On Thu, 17 Mar 2005 16:02:16 +0100, Nico Golde <[EMAIL PROTECTED]> wrote: >* Marc Haber <[EMAIL PROTECTED]> [2005-03-16 15:43]: >> On Wed, 16 Mar 2005 22:40:33 +0900, Junichi Uekawa >> <[EMAIL PROTECTED]> wrote: >> >Since I do care about dpatch, and I do use it a lot in my packages, >> >I will be w

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-17 Thread Nico Golde
Hello Marc, * Marc Haber <[EMAIL PROTECTED]> [2005-03-16 15:43]: > On Wed, 16 Mar 2005 22:40:33 +0900, Junichi Uekawa > <[EMAIL PROTECTED]> wrote: > >Since I do care about dpatch, and I do use it a lot in my packages, > >I will be willing to help out / adopt this package. > > After organizing on

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-16 Thread Gergely Nagy
> > >I don't have time to properly maintain dpatch, nor do I use it anymore, > > >so a new maintainer is probably justified, to say the least. > > > > > >You might consider this an O:, even. It is only RFA, because I do not > > >want to upload a new, probably half-broken dpatch just to orphan it. >

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-16 Thread Marc Haber
On Wed, 16 Mar 2005 22:40:33 +0900, Junichi Uekawa <[EMAIL PROTECTED]> wrote: >Since I do care about dpatch, and I do use it a lot in my packages, >I will be willing to help out / adopt this package. After organizing on IRC, Junichi and I will take over the package. Gergely has agreed, and an uplo

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-16 Thread Nico Golde
Hi, * Marc Haber <[EMAIL PROTECTED]> [2005-03-16 11:08]: > On Wed, 16 Mar 2005 09:50:36 +0100, Gergely Nagy <[EMAIL PROTECTED]> > wrote: > >retitle 264567 RFA: dpatch -- patch maintenance system for Debian source > >packages > >thanks > > > >I don&#

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-16 Thread Junichi Uekawa
Hi, > >retitle 264567 RFA: dpatch -- patch maintenance system for Debian source > >packages > >thanks > > > >I don't have time to properly maintain dpatch, nor do I use it anymore, > >so a new maintainer is probably justified, to say the least. > >

Re: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-16 Thread Marc Haber
On Wed, 16 Mar 2005 09:50:36 +0100, Gergely Nagy <[EMAIL PROTECTED]> wrote: >retitle 264567 RFA: dpatch -- patch maintenance system for Debian source >packages >thanks > >I don't have time to properly maintain dpatch, nor do I use it anymore, >so a new maintainer is p

RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-16 Thread Gergely Nagy
retitle 264567 RFA: dpatch -- patch maintenance system for Debian source packages thanks I don't have time to properly maintain dpatch, nor do I use it anymore, so a new maintainer is probably justified, to say the least. You might consider this an O:, even. It is only RFA, because I d