Update changelog

This commit is contained in:
Marco Trevisan (Treviño)
2021-05-30 18:11:32 +02:00
parent 1fa4a078d8
commit e30762ea43

12
debian/changelog vendored
View File

@@ -1,8 +1,18 @@
gnome-shell-extensions (40.1-1) UNRELEASED; urgency=medium
* New upstream release
* debian/control:
- Update runtime dependencies to match code.
Found grepping code via:
grep "imports\.gi" --include "*.js" -rh -B2 . \
| grep -o "\b[A-Z][A-Za-z]\+\b" | sed "s/,\?\s*$//g" | sort -u
- Don't build depend on sassc.
Since we compile from tarball, this is not needed anymore given that
compiled css are provided already.
- Build-depend on dh-sequence-gnome 0.22.
It's the first version that supports new GNOME versioning schema.
-- Marco Trevisan (Treviño) <marco@ubuntu.com> Sun, 30 May 2021 17:53:16 +0200
-- Marco Trevisan (Treviño) <marco@ubuntu.com> Sun, 30 May 2021 19:36:08 +0200
gnome-shell-extensions (3.38.2-1) unstable; urgency=medium