Search Criteria
Package Base Details: apt
Package Actions
Git Clone URL: | https://aur.archlinux.org/apt.git (read-only, click to copy) |
---|---|
Keywords: | apt debian lib management package |
Submitter: | JonnyJD |
Maintainer: | moe_narrow |
Last Packager: | TheGoliath |
Votes: | 37 |
Popularity: | 0.58 |
First Submitted: | 2013-01-27 01:20 |
Last Updated: | 2020-07-21 14:00 |
Latest Comments
« First ‹ Previous ... 2 3 4 5 6 7
JonnyJD commented on 2013-02-18 16:14
Thanks.
Patched so it doesn't depend on the docbook-xsl version anymore and also added 2 makedepends that are not pulled by dpkg.
dlin commented on 2013-02-18 15:11
Can not build, log here http://paste.ubuntu.com/1677276/
JonnyJD commented on 2013-01-29 16:45
Fixed. Thx for reporting. I (obviously) can't chrootbuild ATM. (no systemd system)
By the way, I personally only use this as dependency for python2-apt and that for bzr builddeb. No actual package management in arch with apt ;-)
FYI: This package is now in https://github.com/JonnyJD/PKGBUILDs
Anonymous comment on 2013-01-29 11:18
It's not buildable unless you have installed dpkg first because dpkg-architecture is missing otherwise.
.configure output:
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking debian architecture... ./configure: line 4652: dpkg-architecture: command not found
configure: error: failed: use --host= or output from dpkg-architecture
JonnyJD commented on 2013-01-27 05:22
Why would "install -d" be better than "mkdir -p"? (I guess "makepkg -p" is a typo on your end)
I could use "install -D" at two places, but at the other places I want the last part to be a directory where I can drop my file in (which doesn't work if that directory isn't previously created).
I could actually use "cp" at most of the places, but with install a make sure that the mode really is correct.
gtmanfred commented on 2013-01-27 03:29
it you are really going to do this... at least use install -D and -d instead of all those makepkg -p commands