OpenRoberta / robertalab-ev3dev

roberta lab connector for ev3dev
Apache License 2.0
17 stars 14 forks source link

Packaging changes #4

Closed dlech closed 8 years ago

dlech commented 8 years ago

These are some changes I make to make packaging easier and get rid of a lintian warning.

ensonic commented 8 years ago

How do I build such a package? I never managed to build a package straight from git :/

dlech commented 8 years ago

You should be able to just run debuild in the source code directory. Add the -us -uc options if you don't have a gpg key setup for signing. Then debuild clean to clean up the mess.

dlech commented 8 years ago

rebased.

ensonic commented 8 years ago

Thanks!