at-spi2-core fix circular build dep

This commit is contained in:
Ruben Rodriguez 2021-02-05 13:31:30 -05:00
parent b5445f65bc
commit 4209f60480

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2020 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2021 Ruben Rodriguez <ruben@trisquel.info>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -27,6 +27,10 @@ X-MATE-AutoRestart=true
X-MATE-Autostart-Phase=Initialization X-MATE-Autostart-Phase=Initialization
EOF EOF
# This removes a circular build dependency
sed '/gedit/d' -i debian/control
rm debian/tests/gedit
changelog "Enable on MATE" changelog "Enable on MATE"
compile compile