Problem with *.zip archives

Andreas Tille tille at debian.org
Fri Mar 21 22:31:04 UTC 2014


Hi Joachim,

On Fri, Mar 21, 2014 at 11:27:16PM +0100, Joachim Breitner wrote:
> >     debian/rules get-orig-source
> > 
> > (which does the same as you above).  BTW, I personally see no point in
> > keeping a non-stripped archive - it is perfectly fine to have only the
> > result of the stripped download.
> > 
> > No idea how I can help you reproducing the behaviour at my side.
> 
> In debian/rules I see no call to “repack”, that might be the reason; but
> I won’t look into the details (what happens with which flags, and why)
> today.

Ahh - you are right, I used the following local change:

$ svn diff
Index: rules
===================================================================
--- rules       (Revision 16448)
+++ rules       (Arbeitskopie)
@@ -36,4 +36,4 @@
 #         Alternatively you can use
 #          . debian/get-orig-source
 get-orig-source:
-       uscan --verbose --force-download --repack-compression xz
+       uscan --verbose --force-download --repack --repack-compression xz


This also became necessary with the current devscripts implementation.
My original code realised that since some files were removed a
repackaging is simply *required* and thus this option was redundant.

So, we actually are using the same command with different results which
is really strange.

Kind regards

       Andreas.


-- 
http://fam-tille.de



More information about the devscripts-devel mailing list