Bug#1061290: RFS: rgbds/0.7.0-3 [ITP] -- Game Boy ASM programming tools

2024-02-22 Thread P. J. McDermott
s (even informational or pedantic) other than the obsolete package warning above; nice work! So, once the pkg-config -> pkgconf switch and copyright years update are done, I think it's good enough for someone to upload. -- Patrick "P. J." McDermott: http://www.pehjota.net/ Lead D

Bug#1060388: sponsor for endless-sky

2024-01-16 Thread P. J. McDermott
05 02:53:48.0 -0400 +++ endless-sky-0.10.4/debian/patches/series2024-01-07 20:42:17.0 -0500 @@ -1,3 +1 @@ -out/troff.patch -out/spelling.patch atomics.patch -- Patrick "P. J." McDermott: http://www.pehjota.net/ Lead Developer, ProteanOS: http://www.proteanos.com/ Founder and CEO, Libiquity: http://www.libiquity.com/

Re: Make CDBS and debhelper not build one binary package

2012-07-30 Thread P. J. McDermott
On 2012-07-29 10:16, P. J. McDermott wrote: Is there a way to make CDBS and its debhelper class not build a particular binary package? With debhelper alone, I'd just use the -N/--no-package option. I've tried adding that option to DH_OPTIONS, I've realized that I had forgotten to export

Make CDBS and debhelper not build one binary package

2012-07-29 Thread P. J. McDermott
(where binary-package is the package I don't want to build): DEB_ALL_PACKAGES := $(subst binary-package,,$(strip $(shell \ dh_listpackages 2/dev/null || dh_listpackages))) Both still resulted in binary-package being built. Thanks, -- P. J. McDermott