summary refs log tree commit diff
path: root/debian/rules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix building of deps after bump of `pillow` version (#16817)Erik Johnston2024-01-151-3/+4
| | | Broke in https://github.com/element-hq/synapse/pull/16802
* Add a stub Rust crate (#12595)Erik Johnston2022-09-061-0/+2
|
* Update debhelper (#13594)Jörg Behrmann2022-08-261-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | * Update debian packaging to debhelper version 12 Don't call dh_installinit anymore, because it has been deprecated, and use dh_installsystemd instead of dh_systemd_enable for the same reason. Signed-off-by: Jörg Behrmann <behrmann@physik.fu-berlin.de> * Drop preinst script It was used for reasons of interactions of dh_systemd_start and dh_installinit, which have both be deprecated Signed-off-by: Jörg Behrmann <behrmann@physik.fu-berlin.de> * Drop /etc/default file It was no longer being installed. * Remove debian/compat file This is managed by the control file nowadays
* Force deb compression with `xz`. (#11197)Richard van der Hoff2021-10-271-0/+6
| | | Fixes a problem where `impish` packages could not be processed by `reprepro`.
* Drop xenial-support hacks (#10429)Richard van der Hoff2021-07-211-3/+1
|
* Fix the debian build in a better way. (#7212)Richard van der Hoff2020-04-031-6/+27
|
* Improve `Depends` specs in debian package. (#5675)Richard van der Hoff2019-07-171-0/+14
| | | | | | | | | | | | | | | | | | | This is basically a contrived way of adding a `Recommends` on `libpq5`, to fix #5653. The way this is supposed to happen in debhelper is to run `dh_shlibdeps`, which in turn runs `dpkg-shlibdeps`, which spits things out into `debian/<package>.substvars` whence they can later be included by `control`. Previously, we had disabled `dh_shlibdeps`, mostly because `dpkg-shlibdeps` gets confused about PIL's interdependent objects, but that's not really the right thing to do and there is another way to work around that. Since we don't always use postgres, we don't necessarily want a hard Depends on libpq5, so I've actually ended up adding an explicit invocation of `dpkg-shlibdeps` for `psycopg2`. I've also updated the build-depends list for the package, which was missing a couple of entries.
* Debian packaging via dh_virtualenv (#4285)Richard van der Hoff2018-12-201-12/+16
|
* import from package-debian-synapseAmber Brown2018-12-201-0/+18