This commit is contained in:
helixarch 2015-01-31 16:33:29 +02:00
parent 7fcff6b01f
commit 57c233cf84
2 changed files with 548 additions and 543 deletions

View File

@ -15,7 +15,7 @@ A script for converting .deb packages into Arch Linux packages, focused on accur
**Q: What are the minimum requirements to run this script?**
**A:** You need to have installed these dependencies: `bash`, `binutils` (provides ar utility for extracting .deb package), `pkgfile`, `package-query` (from AUR) and `fakeroot`. You also need an active internet connection, because debtap downloads information from internet in order to translate packages names, and also you must run at least once (preferably recently) `pkgfile -u` to create/update pkgfile database (you do this with root privileges).
**A:** You need to have installed these dependencies: `bash`, `binutils` (provides ar utility for extracting .deb package), `pkgfile` and `fakeroot`. You also need an active internet connection, because debtap downloads information from internet in order to translate packages names, and also you must run at least once (preferably recently) `pkgfile -u` to create/update pkgfile database (you do this with root privileges).
**Q: Debtap needs a lot of time to convert a package. So, why this is happening?**

1089
debtap

File diff suppressed because it is too large Load Diff