Package Details: debtap 3.5.1-1

Git Clone URL: https://aur.archlinux.org/debtap.git (read-only, click to copy)
Package Base: debtap
Description: A script to convert .deb packages to Arch Linux packages, focused on accuracy. Do not use it to convert packages that already exist on official repositories or can be built from AUR!
Upstream URL: https://github.com/helixarch/debtap
Keywords: arch converter deb linux packages
Licenses: GPL2
Submitter: helix
Maintainer: helix
Last Packager: helix
Votes: 306
Popularity: 2.86
First Submitted: 2014-09-26 15:32 (UTC)
Last Updated: 2022-04-25 07:52 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

micwoj92 commented on 2025-02-23 00:35 (UTC)

Please use spdx license identifier.

Le_Limule commented on 2024-02-29 11:02 (UTC)

"sudo debtap -u" works for me.

Tobias commented on 2024-01-29 10:27 (UTC)

how to fix this error when i using debtap -u?

sudo debtap -u
==> Synchronizing pkgfile database...
:: Updating 3 repos...
  extra is up to date
  multilib is up to date
  core is up to date
==> Synchronizing debtap database...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13.7M  100 13.7M    0     0  19.0M      0 --:--:-- --:--:-- --:--:-- 19.0M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   98k  100   98k    0     0   398k      0 --:--:-- --:--:-- --:--:--  400k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  181k  100  181k    0     0   541k      0 --:--:-- --:--:-- --:--:--  543k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 49.0M  100 49.0M    0     0  34.3M      0  0:00:01  0:00:01 --:--:-- 34.3M
==> Downloading latest virtual packages list...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:01:44 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:01:45 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:02:14 --:--:--     0
curl: (28) Failed to connect to github.com port 443 after 134279 ms: Couldn't connect to server

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
mv: cannot stat '/var/cache/debtap/virtual-packages-list-generator-master/virtual-packages': No such file or directory
=> Downloading latest AUR packages list...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  430k  100  430k    0     0   226k      0  0:00:01  0:00:01 --:--:--  226k
==> Generating base group packages list...
==> All steps successfully completed!

queenbiscuit311 commented on 2023-10-24 00:58 (UTC)

Is it just me or does this program just straight up not work anymore? I need to run debtap -u to do anything but doing so just gives me a ton of "Malformed input to a URL function" errors and fails.

rev.cressy commented on 2023-05-04 14:35 (UTC)

The latest version of pacman utility makepkg knows how to handle Debian packages. For instance the aur package protonmail-bridge-bin PKGBUILD script handles the Debian source very easily.

source=("https://protonmail.com/download/bridge/protonmail-   bridge_${pkgver}-${_pkgrel}_amd64.deb"
    "https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/LICENSE")

...
prepare() {
    tar xf data.tar.gz
}

Most of the Debian packages are already packages in aur.

randomxusr commented on 2023-05-04 10:28 (UTC)

Love this little Gem.

Has anything changes between Arch and Debian based distros to warrant an updated version?

Or is the update flag sufficient to ensure a stable experience?

HercyNians commented on 2022-08-23 04:32 (UTC)

When I ‘sudo debtap -u’,it is very slow when downloading.

helix commented on 2022-07-27 18:02 (UTC)

@X-LeeHe

Link works perfectly fine here

X-LeeHe commented on 2022-07-27 12:47 (UTC)

Hi!Your package cannot be downloaded from github;when I tried to build it, the package just cannot downloaded from https://github.com/helixarch/debtap/archive/3.5.1.tar.gz, saying "Not Found".Could you please update your link so that the package can be downloaded? Thanks in advance!