Fix gnome-session helper for aramo release.
This commit is contained in:
parent
dc3c452c8d
commit
2662136d4d
1 changed files with 5 additions and 1 deletions
|
|
@ -32,8 +32,12 @@ sed '/Package: ubuntu-session/,/^$/d' debian/control -i
|
||||||
echo "X-LightDM-DesktopName=GNOME" >> ./data/gnome.desktop.in
|
echo "X-LightDM-DesktopName=GNOME" >> ./data/gnome.desktop.in
|
||||||
|
|
||||||
#sed -i '/Package: communitheme-snap-session/,/^$/d' debian/control
|
#sed -i '/Package: communitheme-snap-session/,/^$/d' debian/control
|
||||||
|
|
||||||
#Prevent failing on missing files
|
#Prevent failing on missing files
|
||||||
sed -i 's|dh_missing --fail-missing|dh_missing|' debian/rules
|
cat << RULES >> debian/rules
|
||||||
|
override_dh_missing:
|
||||||
|
dh_missing --list-missing
|
||||||
|
RULES
|
||||||
|
|
||||||
changelog "Adapted for Trisquel"
|
changelog "Adapted for Trisquel"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue