lightdm-gtk-greeter: Add dependency on lightdm, to simplify metapackages

This commit is contained in:
Ruben Rodriguez 2022-12-08 12:59:51 -05:00
parent ce1b76ac0b
commit 87332c0c54

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=4
VERSION=5
COMPONENT=main
. ./config
@ -71,6 +71,9 @@ EOF
chmod 755 orca-lightdm-wrapper
echo orca-lightdm-wrapper /usr/bin >> debian/lightdm-gtk-greeter.install
# Add dependency on lightdm, to simplify metapackages
sed 's/Depends:/Depends: lightdm,\n/' -i debian/control
changelog "Trisquel themed"
compile