From: Peter Michael Green Date: Thu, 24 Jan 2019 13:36:08 +0000 (+0000) Subject: Merge Debian changes into Raspbian packaging. Update changelog with remaining X-Git-Tag: archive/raspbian/1.68-3+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3b5b0f0e710a9cd160c97b3520bd5f254830f61c;p=pigpio.git Merge Debian changes into Raspbian packaging. Update changelog with remaining raspbian-specific changes. --- 7a04684cc0ea3c7fe221096400d88c5c195755c9 diff --cc debian/changelog index 0551bed,6deab15..a9fd9c9 --- a/debian/changelog +++ b/debian/changelog @@@ -1,16 -1,11 +1,18 @@@ - pigpio (1.68-2+rpi2) buster-staging; urgency=medium ++pigpio (1.68-3+rpi1) buster-staging; urgency=medium + - * Only install systemd unit in pigpiod package. ++ * Add back systemd stuff and ensure systemd unit is only installed in pigpiod package. ++ * Add server related packages and metapackage. + - -- Peter Michael Green Fri, 18 Jan 2019 01:52:27 +0000 ++ -- Peter Michael Green Thu, 24 Jan 2019 13:31:37 +0000 + - pigpio (1.68-2+rpi1) buster-staging; urgency=medium + pigpio (1.68-3) unstable; urgency=medium * Fix short description for libpigpiod-if-dev package. + * Remove systemd stuff in debian/rules, since we don't ship the server. * Fix some screwups in 64-bit patch where PRIX64 was used where PRIXPTR should have been used. - * Add back server related packages. + * Enable parallel building (Closes: 920142) - -- Peter Michael Green Wed, 16 Jan 2019 23:17:28 +0000 + -- Peter Michael Green Thu, 24 Jan 2019 13:25:48 +0000 pigpio (1.68-2) unstable; urgency=medium diff --cc debian/rules index 2b876a5,825288b..9bb1ae3 --- a/debian/rules +++ b/debian/rules @@@ -7,7 -7,7 +7,7 @@@ export DEB_BUILD_MAINT_OPTIONS = harden export DEB_CFLAGS_MAINT_APPEND = -Wno-format-security %: - dh $@ --with python2,python3,systemd - dh $@ --with python2,python3 --parallel ++ dh $@ --with python2,python3,systemd --parallel override_dh_clean: rm -rf build