tags + 571226 patch
thanks

Hi,
The attached patch should enable bz2 support. looks like the rest of
the code is in place, so it may be disabled for a technical reason.

I've not tested this btw, Just putting it here incase you want to test
it.

thanks,
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group
diff --git a/mini-dinstall b/mini-dinstall
index 9359fa5..04bf686 100755
--- a/mini-dinstall
+++ b/mini-dinstall
@@ -38,8 +38,8 @@ debchanges_re = re.compile('([-a-z0-9+.]+)_(.+?)_([-a-zA-Z0-9]+)\.changes$')
 debpackage_re = re.compile('([-a-z0-9+.]+)_(.+?)_([-a-zA-Z0-9]+)\.u?deb$')
 debsrc_dsc_re = re.compile('([-a-z0-9+.]+)_(.+?)\.dsc$')
 debsrc_diff_re = re.compile('([-a-z0-9+.]+)_(.+?)\.diff\.gz$')
-debsrc_orig_re = re.compile('([-a-z0-9+.]+)_(.+?)\.orig\.tar\.gz$')
-debsrc_native_re = re.compile('([-a-z0-9+.]+)_(.+?)\.tar\.gz$')
+debsrc_orig_re = re.compile('([-a-z0-9+.]+)_(.+?)\.orig\.tar\.(gz|bz2)$')
+debsrc_native_re = re.compile('([-a-z0-9+.]+)_(.+?)\.tar\.(gz|bz2)$')
 
 native_version_re = re.compile('\s*.*-');
 

Attachment: signature.asc
Description: PGP signature

Reply via email to