Re: Overwriting binary files when building a package

2011-12-13 Thread Bernhard R. Link
* Thomas Weber [111212 22:29]: > The problem is really that > "debian/rules clean" doesn't give the same as "dpkg-source -x". > > As far as I understand Stefano in > http://www.mail-archive.com/debian-ocaml-maint@lists.debian.org/msg22803.html, > I have no guarantee that a buildd will actually run

Re: Overwriting binary files when building a package

2011-12-12 Thread Thomas Weber
On Mon, Dec 12, 2011 at 12:25:08PM +0100, Bernhard R. Link wrote: > * Thomas Weber [111211 22:08]: > > my upstream ships documentation in PDF format in the normal sources. > > Upon build, I re-create those files[1]. The newly generated PDF files > > differ from the originally shipped ones. So, I h

Re: Overwriting binary files when building a package

2011-12-12 Thread Bernhard R. Link
* Thomas Weber [111211 22:08]: > my upstream ships documentation in PDF format in the normal sources. > Upon build, I re-create those files[1]. The newly generated PDF files > differ from the originally shipped ones. So, I have a problem asserting > that "debian/rules clean" gives me the same sour

Re: Overwriting binary files when building a package

2011-12-11 Thread Paul Wise
Ask upstream to remove them from their tarballs and remove them in `make clean`. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://list

Overwriting binary files when building a package

2011-12-11 Thread Thomas Weber
Hi, my upstream ships documentation in PDF format in the normal sources. Upon build, I re-create those files[1]. The newly generated PDF files differ from the originally shipped ones. So, I have a problem asserting that "debian/rules clean" gives me the same source tree as "dpkg-source -x" which