|
From: | Hugo Melder |
Subject: | Re: Repo for debian |
Date: | Sun, 29 Oct 2023 11:42:03 +0100 |
Only configuring gnustep-make correctly is enough: dh_auto_configure -- \ --with-layout=debian \ --enable-native-objc-exceptions \ --enable-objc-arc \ --prefix=/usr \ --with-runtime-abi=gnustep-2.0 \ --with-library-combo=ng-gnu-gnu \ LDFLAGS="-fuse-ld=lld -L/usr/lib/$(DEB_HOST_MULTIARCH)" SHELLPROG=/bin/bash GNUMAKE=make https://github.com/gnustep/tools-packaging is our repo for aggregating the new GNUstep 2.0 Debian package configuration files and build scripts. This is currently only non-gui, but I am open to contributions :) This draft (https://github.com/gnustep/tools-packaging/pull/4) adds automatic building in phases using the isolated pbuilder build tool. |
[Prev in Thread] | Current Thread | [Next in Thread] |