Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle .tar.bz2 and .tar.lzma files #17

Merged
merged 1 commit into from
Mar 10, 2016
Merged

handle .tar.bz2 and .tar.lzma files #17

merged 1 commit into from
Mar 10, 2016

Conversation

mmoll
Copy link

@mmoll mmoll commented Mar 10, 2016

@@ -112,7 +112,7 @@ apt_cache() {
# and will find the associated *.orig.tar.gz, *.diff.gz, and/or
# *.tar.gz as they are needed.
*.dsc) apt_cache_source "$DIST" "$DISTCACHE" "$PATHNAME" "$COMP" "$PACKAGE";;
*.debian.tar.gz|*.debian.tar.xz|*.diff.gz|*.orig.tar.gz|*.orig.tar.xz|*.tar.gz|*.tar.xz|*.deb-control|*.dsc-cached) ;;
*.debian.tar.gz|*.debian.tar.bz2|*.debian.tar.xz|*.diff.gz|*.orig.tar.gz|*.orig.tar.bz2|*.orig.tar.xz|*.orig.tar.lzma|*.tar.gz|*.tar.bz2|*.tar.xz|*.deb-control|*.dsc-cached) ;;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing *.debian.tar.lzma and *.tar.lzma ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed

@domcleal
Copy link

👍 looks good, thanks.

@mattock
Copy link
Member

mattock commented Mar 10, 2016

This look good afaics.

mattock added a commit that referenced this pull request Mar 10, 2016
handle .tar.bz2 and .tar.lzma files
@mattock mattock merged commit cf4f031 into freight-team:master Mar 10, 2016
@mmoll mmoll deleted the lzma branch March 10, 2016 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants