[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian-med-packaging] r12212 - trunk/packages/libsbml/trunk/debian



Hi Steffen, hi Andreas,

I'm very unhappy with the tar solution in the clean target, too.
Unfortunately, "make" changes a lot of source files instead of creating
new ones, and the "clean" target does not fix it - in this case,
untaring the sources is the less painfull (but working!) thing.

> On 09/15/2012 12:26 PM, Steffen Möller wrote:
> > On 09/15/2012 11:13 AM, Andreas Tille wrote:
> >> Hi Steffen,
> >>
> >> On Fri, Sep 14, 2012 at 08:26:22PM +0000, Steffen Möller wrote:
> >>>
> >>> Modified: trunk/packages/libsbml/trunk/debian/rules
> >>> ===================================================================
> >>> --- trunk/packages/libsbml/trunk/debian/rules	2012-09-14
> >>> 13:57:12 UTC (rev 12211) +++
> >>> trunk/packages/libsbml/trunk/debian/rules	2012-09-14
> >>> 20:26:22 UTC (rev 12212) @@ -105,7 +105,7 @@ ### verx ugly ###
> >>>  	rm -rf .pc .debs config docs examples macosx src
> >>> config.guess config.sub dh_clean
> >>> -	tar xzf ../libsbml_$(version).orig.tar.gz -C ../
> >>> +	tar --no-same-owner
> >>> -xzf ../libsbml_$(version).orig.tar.gz -C ../
> 
> Thinking about it a bit more, preferable may possibly be adding
> --strip-components=1
> to the tar and removing the
> -C ../
> in case that there is some issue with directory names. But this
> is beyond my immediate daily routine. The current upload works.

[x] done and tested, but I'll probably wait with svn up for other
changes.

Ivo


Reply to: