diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6cf5bf8..0000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -*.tar -*.tar.* -*.zip -*.tgz -*.log -*.log.* -*.sig -pkg/ -src/ diff --git a/README.md b/README.md index ad24100..5ab0544 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A script for converting .deb packages into Arch Linux packages, focused on accur **Q: Debtap needs a lot of time to convert a package. So, why this is happening?** -**A:** Like I said, debtap is focused on accuracy. It won't just unpank a .deb package and then repackage its data to an Arch Linux package, ignoring metadata. Depending on the speed of your processor and the package itself, conversion can take from a few seconds to several minutes. +**A:** Like I said, debtap is focused on accuracy. It won't just unpack a .deb package and then repackage its data to an Arch Linux package, ignoring metadata. Depending on the speed of your processor and the package itself, conversion can take from a few seconds to several minutes. **Q: During conversion I get several warning messages, why?**