diff -x README.md -Naur /usr/src/plymouth/plymouth-debian-0.9.4-1.1/debian/changelog /home/bgstack15/dev/stackrpms/plymouth/debian/changelog --- /usr/src/plymouth/plymouth-debian-0.9.4-1.1/debian/changelog 2019-04-15 02:53:11.000000000 -0400 +++ /home/bgstack15/dev/stackrpms/plymouth/debian/changelog 2019-10-29 15:02:27.899821169 -0400 @@ -1,3 +1,9 @@ +plymouth (0.9.4-2+devuan) obs; urgency=medium + + * Built for devuan without any references to systemd + + -- B Stack Wed, 11 Sep 2019 14:05:12 -0400 + plymouth (0.9.4-1.1) unstable; urgency=medium [ Andreas Henriksson ] diff -x README.md -Naur /usr/src/plymouth/plymouth-debian-0.9.4-1.1/debian/control /home/bgstack15/dev/stackrpms/plymouth/debian/control --- /usr/src/plymouth/plymouth-debian-0.9.4-1.1/debian/control 2019-04-15 02:53:11.000000000 -0400 +++ /home/bgstack15/dev/stackrpms/plymouth/debian/control 2019-10-29 15:02:27.899821169 -0400 @@ -1,7 +1,8 @@ Source: plymouth Section: misc Priority: optional -Maintainer: Laurent Bigonville +Maintainer: B Stack +XSBC-Original-Maintainer: Laurent Bigonville Uploaders: Sjoerd Simons Build-Depends: debhelper (>= 9.20160709~), dh-autoreconf, @@ -12,7 +13,6 @@ libpng-dev, libudev-dev, pkg-config, - systemd, xsltproc Standards-Version: 4.2.1 Homepage: http://www.freedesktop.org/wiki/Software/Plymouth @@ -25,11 +25,9 @@ Depends: init-system-helpers (>= 1.18), initramfs-tools | dracut, lsb-base (>= 3.0-6), - systemd (>= 232-8~), udev (>= 232-8~), ${misc:Depends}, ${shlibs:Depends} -Conflicts: console-common Breaks: plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~) Replaces: plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~) Suggests: desktop-base, plymouth-themes diff -x README.md -Naur /usr/src/plymouth/plymouth-debian-0.9.4-1.1/debian/plymouth.install /home/bgstack15/dev/stackrpms/plymouth/debian/plymouth.install --- /usr/src/plymouth/plymouth-debian-0.9.4-1.1/debian/plymouth.install 2019-04-15 02:53:11.000000000 -0400 +++ /home/bgstack15/dev/stackrpms/plymouth/debian/plymouth.install 2019-10-29 15:02:27.967821895 -0400 @@ -1,6 +1,6 @@ bin etc/plymouth -lib/systemd +#lib/systemd sbin usr/lib/*/plymouth/*-initrd usr/lib/*/plymouth/details.so diff -x README.md -Naur /usr/src/plymouth/plymouth-debian-0.9.4-1.1/debian/rules /home/bgstack15/dev/stackrpms/plymouth/debian/rules --- /usr/src/plymouth/plymouth-debian-0.9.4-1.1/debian/rules 2019-04-15 02:53:11.000000000 -0400 +++ /home/bgstack15/dev/stackrpms/plymouth/debian/rules 2019-10-29 15:02:27.971821938 -0400 @@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed %: - dh ${@} --parallel --with autoreconf,systemd + dh ${@} --parallel --with autoreconf override_dh_auto_clean: dh_auto_clean @@ -19,12 +19,10 @@ cp -f /usr/share/misc/config.sub build-tools dh_auto_configure -- \ - SYSTEMD_ASK_PASSWORD_AGENT=/bin/systemd-tty-ask-password-agent \ --disable-silent-rules \ --prefix=/usr \ --localstatedir=/var \ --enable-pango \ - --enable-systemd-integration \ --enable-static \ --enable-tracing \ --disable-gdm-transition \ @@ -95,4 +93,4 @@ dh_strip --dbgsym-migration='plymouth-dbg (<< 0.9.2-4~)' override_dh_missing: - dh_missing --fail-missing + dh_missing --list-missing