this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

deb package build improvements

+10 -3
+1
debian/darling-dkms.install
··· 1 1 src/lkm /usr/src/darling-mach-0.1 2 2 debbuild/src/lkm/osfmk /usr/src/darling-mach-0.1/miggen 3 + debbuild/src/startup/rtsig.h /usr/src/darling-mach-0.1/darling 3 4 debian/dkms.conf /usr/src/darling-mach-0.1
+3
debian/files
··· 1 + darling-dkms_0.1.20200102_amd64.deb misc optional 2 + darling_0.1.20200102_amd64.buildinfo misc optional 3 + darling_0.1.20200102_amd64.deb misc optional
+5 -1
debian/rules
··· 7 7 cd debbuild && CFLAGS="" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" cmake .. -DCMAKE_INSTALL_PREFIX=/usr 8 8 9 9 override_dh_auto_build: 10 - cd debbuild && $(MAKE) && make lkm_generate printwrapgen 10 + cd debbuild && $(MAKE) -j$(shell nproc) && make lkm_generate 11 11 12 12 override_dh_makeshlibs: 13 13 dh_makeshlibs 14 14 # TODO: append ELF files referenced from Mach-Os into debian/darling.shlibs 15 15 16 + override_dh_clean: 17 + dh_clean -d 18 + 19 + override_dh_update_autotools_config:
+1 -2
tools/makedeb
··· 3 3 4 4 DATE=$(date +%Y%m%d) 5 5 rm -f debian/changelog 6 - EDITOR=true NAME="Darling build server" EMAIL=noreply@darlinghq.org dch -u low -v 0.1.${DATE}-1 --create --distribution testing --package darling "Daily build" 6 + EDITOR=true NAME="Darling build server" EMAIL=noreply@darlinghq.org dch -u low -v 0.1.${DATE} --create --distribution testing --package darling "Daily build" 7 7 debuild -us -uc -b 8 -