Hunter Wittenborn

Results 126 issues of 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...

T-Defect

### 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...

T-Defect
S-Tolerable

### 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...

T-Enhancement
S-Minor

### Issue Noticed as part of #190. ### Installation source APT Repository ### Installed release type Alpha ### Installed makedeb version 5.1.0-alpha

T-Defect

The `--lint` option in the `--help` menu contains a typo: ``` --lint Link the PKGBUILD for conformity requirements ^^^^ ```

T-Defect
S-Tolerable
P-Makedeb
X-Good-First-Issue

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...

T-Defect

### 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'...

T-Enhancement