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

Support source tar files in bz2 format #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcallaway
Copy link

dpkg-buildpackage produces source tar files compressed with bz2. This simple change supports those bz2 files.

@@ -35,7 +35,7 @@ done
while [ "$#" -gt 0 ]
do
case "$1" in
*.deb|*.dsc|*.orig.tar.gz|*.diff.gz|*.debian.tar.gz|*.tar.gz)
*.deb|*.dsc|*.orig.tar.gz|*.orig.tar.bz2|*.diff.gz|*.debian.tar.gz|*.tar.gz)
Copy link
Contributor

Choose a reason for hiding this comment

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

would it be worth adding orig.tar.xz as well?

Copy link

Choose a reason for hiding this comment

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

yes, and per https://wiki.debian.org/Projects/DebSrc3.0 also orig.tar.lzma

@haus
Copy link
Contributor

haus commented Jul 27, 2015

👍 this has bitten me before.

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