summaryrefslogtreecommitdiff
path: root/plymouth/stackrpms-plymouth-debian.diff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-12 17:36:45 -0500
committerB Stack <bgstack15@gmail.com>2019-11-12 17:36:45 -0500
commit37c02295ecd7da5811900163b543e02e5bfac0ec (patch)
tree26f78dbfad675059ac4e7e5fb3af4abd41235d23 /plymouth/stackrpms-plymouth-debian.diff
parentscite 4.2.1 and 3.7.5 (diff)
downloadstackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.tar.gz
stackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.tar.bz2
stackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.zip
update documentation
Add a readme to all packages, which includes references and diffs where applicable.
Diffstat (limited to 'plymouth/stackrpms-plymouth-debian.diff')
-rw-r--r--plymouth/stackrpms-plymouth-debian.diff88
1 files changed, 88 insertions, 0 deletions
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 <bgstack15@gmail.com> 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 <bigon@debian.org>
++Maintainer: B Stack <bgstack15@gmail.com>
++XSBC-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
+ Uploaders: Sjoerd Simons <sjoerd@debian.org>
+ 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
bgstack15