mvo5 / synaptic

The synaptic package manager
GNU General Public License v2.0
160 stars 55 forks source link

Avoid dpatch, update pre-build.sh for configure.ac #59

Closed julian-klode closed 3 years ago

julian-klode commented 3 years ago

Updates to avoid the dpatching, now that CTTE said that dpkg distro patches are not allowed, same rationale applies here. Instead use dpkg-vendor in the configure.ac to determine if we are deriving from Ubuntu and #ifdef accordingly.

Update pre-build script for configure.ac instead of configure.in, and make it fail if it is modifying the file so you get to update your git repo.

Tested on Ubuntu hirsute.

julian-klode commented 3 years ago

Oh yes, this also adds ESM as supported, as it should be.