Re: Dealing with get-orig-source and md5sum

2008-06-20 Thread Felipe Sateler
David Paleino wrote: > On Fri, 20 Jun 2008 09:29:37 +0200, David Paleino wrote: > >> On Fri, 20 Jun 2008 09:24:09 +0200, David Paleino wrote: >> >> > On Thu, 19 Jun 2008 20:05:31 -0400, Felipe Sateler wrote: >> > >> > > David Paleino wrote: >> > > >> > > > Now, the fact is that the resulting t

Re: Dealing with get-orig-source and md5sum

2008-06-20 Thread Noah Slater
On Thu, Jun 19, 2008 at 08:05:31PM -0400, Felipe Sateler wrote: > David Paleino wrote: > > ---8<--- > > VERSION=$(shell parsechangelog | grep ^Version | awk -F": " '{print $$2}' | > > cut -d"-" -f1) REV=$(shell echo $(VERSION) | awk -F"~svn" '{print $$2}') > > GOS_TMP=$(CURDIR)/get-orig-source-tmp

Re: Dealing with get-orig-source and md5sum

2008-06-20 Thread David Paleino
On Fri, 20 Jun 2008 09:29:37 +0200, David Paleino wrote: > On Fri, 20 Jun 2008 09:24:09 +0200, David Paleino wrote: > > > On Thu, 19 Jun 2008 20:05:31 -0400, Felipe Sateler wrote: > > > > > David Paleino wrote: > > > > > > > Now, the fact is that the resulting tarball has very different md5sums

Re: Dealing with get-orig-source and md5sum

2008-06-20 Thread David Paleino
On Fri, 20 Jun 2008 09:24:09 +0200, David Paleino wrote: > On Thu, 19 Jun 2008 20:05:31 -0400, Felipe Sateler wrote: > > > David Paleino wrote: > > > > > Now, the fact is that the resulting tarball has very different md5sums at > > > each run -- and I found no way to have the same exact md5sum o

Re: Dealing with get-orig-source and md5sum

2008-06-20 Thread David Paleino
On Thu, 19 Jun 2008 20:05:31 -0400, Felipe Sateler wrote: > David Paleino wrote: > > > VERSION=$(shell parsechangelog | grep ^Version | awk -F": " '{print $$2}' | > > cut -d"-" -f1) REV=$(shell echo $(VERSION) | awk -F"~svn" '{print $$2}') > > GOS_TMP=$(CURDIR)/get-orig-source-tmp > > AFAIK, get

Re: Dealing with get-orig-source and md5sum

2008-06-19 Thread Felipe Sateler
David Paleino wrote: > Hello mentors, > I'm packaging a svn snapshot of a Mono assembly, for which no released tarball > is present. > As per Policy 3.8.0, I wrote in debian/README.Debian-source how to get a > tarball to start the build, i.e. "./debian/rules get-orig-source". > > This is my get-o

Dealing with get-orig-source and md5sum

2008-06-19 Thread David Paleino
Hello mentors, I'm packaging a svn snapshot of a Mono assembly, for which no released tarball is present. As per Policy 3.8.0, I wrote in debian/README.Debian-source how to get a tarball to start the build, i.e. "./debian/rules get-orig-source". This is my get-orig-source target (please tell me if