1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
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
|