Commit c5717fc3 authored by Jonas Smedegaard's avatar Jonas Smedegaard
Browse files

fix compile GSettings XML schema file; build-depend on libglib2.0-bin; closes:...

fix compile GSettings XML schema file; build-depend on libglib2.0-bin; closes: bug#929251, thanks to Jeffrey Elkner and James Cameron
parent b12516c7
......@@ -8,6 +8,7 @@ Build-Depends:
cdbs,
debhelper,
dh-python,
libglib2.0-bin,
python3,
python3-sugar3,
unzip,
......
......@@ -11,6 +11,9 @@ binary-fixup/$(pkg)::
find $(cdbs_curdestdir)/usr/share -type f -name '*.desktop' \
-execdir perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' '{}' ';'
binary-post-install/$(pkg)::
glib-compile-schemas debian/$(cdbs_curpkg)/usr/share/sugar/activities/Browse.activity
binary-post-install/$(pkg)::
find debian -type f -name '.git*' -delete
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment