Add weston.service

- Import weston.service from build/, install into the package

Change-Id: I6b4dff0ea9c34eb7d588080024ba873b226d1d0b
diff --git a/debian/lib/systemd/system/weston.service b/debian/lib/systemd/system/weston.service
new file mode 100644
index 0000000..ba222e5
--- /dev/null
+++ b/debian/lib/systemd/system/weston.service
@@ -0,0 +1,38 @@
+[Unit]
+Description=Weston Wayland Compositor (on tty7)
+RequiresMountsFor=/run
+Conflicts=getty@tty7.service plymouth-quit.service
+After=systemd-user-sessions.service getty@tty7.service plymouth-quit-wait.service
+
+[Service]
+User=root
+PermissionsStartOnly=true
+
+# Log us in via PAM so we get our XDG & co. environment and
+# are treated as logged in so we can use the tty:
+PAMName=login
+
+# Grab tty7
+UtmpIdentifier=tty7
+TTYPath=/dev/tty7
+TTYReset=yes
+TTYVHangup=yes
+TTYVTDisallocate=yes
+
+# stderr to journal so our logging doesn't get thrown into /dev/null
+StandardOutput=tty
+StandardInput=tty
+StandardError=journal
+
+EnvironmentFile=-/etc/default/weston
+
+# Weston does not successfully change VT, nor does systemd place us on
+# the VT it just activated for us. Switch manually:
+ExecStartPre=/bin/chvt 7
+ExecStart=/usr/bin/weston-launch -- --log=/var/log/weston.log --xwayland $OPTARGS
+
+IgnoreSIGPIPE=no
+
+[Install]
+WantedBy=multi-user.target
+
diff --git a/debian/weston-imx.install b/debian/weston-imx.install
new file mode 100644
index 0000000..96b3c85
--- /dev/null
+++ b/debian/weston-imx.install
@@ -0,0 +1 @@
+debian/lib /