indilib / indi-3rdparty

INDI 3rd Party drivers repository
https://www.indilib.org/devices.html
GNU Lesser General Public License v2.1
124 stars 208 forks source link

Add Oasis Filter Wheel driver and update compilation and installation instructions for indi-astroasis #842

Closed astroasis closed 11 months ago

astroasis commented 11 months ago

Update for compilation and installation instructions for indi-astroasis

knro commented 11 months ago

Thank you. Please update the debian files as well.

astroasis commented 11 months ago

Thank you. Please update the debian files as well.

Thanks for your reminder! As I am not familiar with Debian, could you please let me know which particular files I need to update? And if there is any common rules that I can follow to update those files?

Also could you please merge the current PR first and I will update debian files and create another PR later. This is because I have committed more changes on my forked indi-3rdparty source tree. After the current PR is mergered I will create another PR for those changes and then update debian files. I think this can avoid the risk of messing up the code and PRs.

knro commented 11 months ago

Sure, all you need to do is update the Changelog file to reflect the updated version. You do this by adding an entry above the current one and just change version and date/time in the same format.

astroasis commented 11 months ago

Sure, all you need to do is update the Changelog file to reflect the updated version. You do this by adding an entry above the current one and just change version and date/time in the same format.

Thanks. Now I have updated and commited the changelog file. Also I have changed the title of this PR from "Update for compilation and installation instructions for indi-astroasis" to "Add Oasis Filter Wheel driver and update compilation and installation instructions for indi-astroasis"

knro commented 11 months ago

Thank you. debian/libastroasis probably needs to be updated as well since you updated the library.

astroasis commented 11 months ago

Thank you. debian/libastroasis probably needs to be updated as well since you updated the library.

Now I have updated and committed debian/libastroasis/changelog. Thanks!