Hunter Wittenborn
Hunter Wittenborn
### Issue The `CARCH` variable in `makepkg.conf` is hardcoded to `x86_64`, when it should be dynamically set based on the current system. It can be obtained from the output of...
Closes #188.
### Issue The `strip` extension appears to be identifying some files as executables when they're not (example uses [`golang-go`](https://mpr.makedeb.org/packages/golang-go)): ``` [#] Making package: golang-go 2:1.18.4-1 (Wed 13 Jul 2022 11:11:15...
### Description of feature Since `options` has been deprecated (right now in the alpha and beta releases), we should add some compatibility aliases to ensure existing PKGBUILDs don't break. Some...
### Issue Noticed as part of #190. ### Installation source APT Repository ### Installed release type Alpha ### Installed makedeb version 5.1.0-alpha
The `--lint` option in the `--help` menu contains a typo: ``` --lint Link the PKGBUILD for conformity requirements ^^^^ ```
I think we should leave the Debian packaging to a separate branch/repository, as noted at https://wiki.debian.org/UpstreamGuide#Pristine_Upstream_Source. I'm also interested in going back to using the PKGBUILD generator in `PKGBUILD/pkgbuild.sh`, as...
### Issue makedeb should support running [Lintian](https://wiki.debian.org/Lintian) after a package is built in order to ensure package integrity. ### Installation source APT Repository ### Installed release type Alpha ### Installed...
### Description of feature makedeb should support long package descriptions in addition to short ones. ```sh # Maintainer: Foo Bar pkgname=pkgname pkgver=1.0.0 pkgrel=1 arch=('any') pkgdesc='This is the short package description'...