Skip to content

Commit

Permalink
Merge pull request #38 from agraef/update-debuild
Browse files Browse the repository at this point in the history
Update debuild after wiringPi is now a submodule.
  • Loading branch information
pd-l2ork authored Jun 14, 2016
2 parents b64e49c + 79acee0 commit ea4eb01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions debuild/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 6 additions & 0 deletions debuild/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pd-l2ork (20160614+git1702-1) xenial; urgency=low

* Build from latest upstream source.

-- Albert Graef <[email protected]> Tue, 14 Jun 2016 15:13:43 +0200

pd-l2ork (20160608+git1683-1) xenial; urgency=low

* Build from latest upstream source.
Expand Down
1 change: 0 additions & 1 deletion debuild/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea4eb01

Please sign in to comment.