From 477eafa9fbff56ea1af3a9f3323cc922da371202 Mon Sep 17 00:00:00 2001 From: helixarch Date: Thu, 5 Feb 2015 16:33:29 +0200 Subject: [PATCH] update --- .gitignore | 9 --------- README.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .gitignore 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?**