arter97 / exfat-linux

EOL exFAT filesystem module for Linux kernel. Everyone should be using https://github.com/namjaejeon/linux-exfat-oot instead.
Other
262 stars 59 forks source link

Improve debian packaging #1

Closed nolange closed 4 years ago

nolange commented 4 years ago

These commits fix a few issues and make it more robust (should be easy to backport to older distro versions).

arter97 commented 4 years ago

Thanks for the pull request!

It was indeed a bit confusing to setup debian packaging properly. I'll review this when it's time for releasing the next tag.

Thanks!

arter97 commented 4 years ago

I had to force-push the merge out, as there were several issues with this.

  1. Ubuntu 12.04 and 16.04 packaging got broken. Presumably because of debhelper (>= 10) change.

  2. The new versioning makes Launchpad to consider them as older builds, hence publishing no longer works. This is more of a fault at my end for not being familiar enough with Debian packaging, but I don't see a way for us to migrate to the new versioning.

If you got any other suggestions, let me know. Meanwhile, I cherry-picked 7067ad6. Thanks.