From 37c02295ecd7da5811900163b543e02e5bfac0ec Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 12 Nov 2019 17:36:45 -0500 Subject: update documentation Add a readme to all packages, which includes references and diffs where applicable. --- plymouth/stackrpms-plymouth-debian.diff | 88 +++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 plymouth/stackrpms-plymouth-debian.diff (limited to 'plymouth/stackrpms-plymouth-debian.diff') diff --git a/plymouth/stackrpms-plymouth-debian.diff b/plymouth/stackrpms-plymouth-debian.diff new file mode 100644 index 0000000..13886b4 --- /dev/null +++ b/plymouth/stackrpms-plymouth-debian.diff @@ -0,0 +1,88 @@ +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 -- cgit