From c2492233948888b1adcdc8b6bce9c1bd06fb4a9d Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Wed, 15 Jun 2016 21:19:16 -0400 Subject: [PATCH] port 79acee0a55fc5941685401e4c26c1ff741a10c62 from Pd-l2ork: Update debuild after wiringPi is now a submodule. --- debuild/Makefile | 3 --- debuild/debian/changelog | 6 ++++++ debuild/debian/rules | 1 - 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debuild/Makefile b/debuild/Makefile index 0852da98c..21987deb7 100644 --- a/debuild/Makefile +++ b/debuild/Makefile @@ -96,9 +96,6 @@ $(debsrc): git -C .. archive --format=tar.gz --prefix=$(debdist)/ HEAD | tar xfz - # Grab the submodules. for x in $(submodules); do (cd $(debdist) && rm -rf $$x && git -C ../../$$x archive --format=tar.gz --prefix=$$x/ HEAD | tar xfz -); done -# Grab wiringPi. This isn't a submodule yet, so needs to be handled separately. - git -C $(debdist)/l2ork_addons/raspberry_pi/disis_gpio clone "git://git.drogon.net/wiringPi" - rm -rf $(debdist)/l2ork_addons/raspberry_pi/disis_gpio/wiringPi/.git # Create the source tarball. tar cfz $(debsrc) $(debdist) rm -rf $(debdist) diff --git a/debuild/debian/changelog b/debuild/debian/changelog index 90a643b1e..761c24888 100644 --- a/debuild/debian/changelog +++ b/debuild/debian/changelog @@ -1,3 +1,9 @@ +pd-l2ork (20160614+git1702-1) xenial; urgency=low + + * Build from latest upstream source. + + -- Albert Graef <aggraef@gmail.com> Tue, 14 Jun 2016 15:13:43 +0200 + pd-l2ork (20160608+git1683-1) xenial; urgency=low * Build from latest upstream source. diff --git a/debuild/debian/rules b/debuild/debian/rules index ed233a6ab..c1f58ed5c 100755 --- a/debuild/debian/rules +++ b/debuild/debian/rules @@ -10,7 +10,6 @@ override_dh_auto_configure: override_dh_auto_build: - cd l2ork_addons/raspberry_pi/disis_gpio/wiringPi/wiringPi && make static cd l2ork_addons && inst_dir=/usr ./tar_em_up.sh -F -n override_dh_auto_install: -- GitLab