-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove libsqlite3-dev from required build dependencies. #5766
Conversation
Codecov Report
@@ Coverage Diff @@
## release-v1.3.0 #5766 +/- ##
==================================================
- Coverage 63.42% 63.28% -0.15%
==================================================
Files 333 331 -2
Lines 36652 36408 -244
Branches 6057 6012 -45
==================================================
- Hits 23246 23039 -207
+ Misses 11754 11726 -28
+ Partials 1652 1643 -9 |
I don't understand why this is needs and want to look into it |
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.
can you update the PR title too please?
debian/changelog
Outdated
@@ -1,3 +1,8 @@ | |||
matrix-synapse-py3 (1.3.0) stable; 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.
I think this needs to be UNRELEASED or something, to avoid confusing the debian release scripts; see https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst#debian-changelog for the right incantation
Co-Authored-By: Richard van der Hoff <[email protected]>
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.
\o/
please squash-merge!
The building of Synapse v1.2.0's debian packages complained about these dependencies until I added them, so I assume we need them now.
libdistro-info-perl
seems to be only for debianbuster
for determining which debian version it was on.libsqlite3-dev
...for sqlite3 stuff I suppose?