Skip to content
Snippets Groups Projects
Commit 4209f604 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

at-spi2-core fix circular build dep

parent b5445f65
No related branches found
No related tags found
No related merge requests found
#!/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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment