-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add debian package files #927
base: master
Are you sure you want to change the base?
Conversation
2fe7dc8
to
ceae627
Compare
debian/control
Outdated
python3-setuptools (>= 0.6.29), | ||
python3-numpy, | ||
python3-pytest, | ||
X-Python-Version: all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with this tag set, but this one doesn't look right....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
debian/control
Outdated
libxml2-dev, libxslt1-dev, zlib1g-dev, | ||
python3-setuptools (>= 0.6.29), | ||
python3-numpy, | ||
python3-pytest, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we have a hard dep for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, fixed
Multi-Arch: same | ||
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-future, python3-lxml | ||
Provides: ${python3:Provides} | ||
Description: Pymavlink is a Python implementation of the MAVLink protocol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It really is three distinct things.
The most commonly used mavlink bindings generator. Which also generates the Python mavlink bindings.
A set of utilities that make working with the Python bindings easier, most notably an object to handle opening data streams.
The command-line utilities that you've mentioned.
I don't think you really need to fix this in your stuff here - it's no different to many other places....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh well, I just have to specify something here, thus stating what I can at my best :D
I would appreciate a more accurate Summary and Longer description.
@@ -0,0 +1,5 @@ | |||
pymavlink (2.4.41) UNRELEASED; urgency=medium |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the changelog for the package or the packaged software?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi,
this is a changelog for the package itself... In most cases should be aligned with the actual software version
Hi @peterbarker |
ceae627
to
3dcceec
Compare
Hi @peterbarker
resulting debian package can be installed using
|
No description provided.