summaryrefslogtreecommitdiff
path: root/systemdtl/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-09-15 00:57:48 +0000
committerB. Stack <bgstack15@gmail.com>2021-09-15 00:57:48 +0000
commit3e5f98e61a1166026ef781e97d057e40f4d3b238 (patch)
tree8ae337e51642c3697ba1adbb9bec7d7921126d3b /systemdtl/debian
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-3e5f98e61a1166026ef781e97d057e40f4d3b238.tar.gz
stackrpms-3e5f98e61a1166026ef781e97d057e40f4d3b238.tar.bz2
stackrpms-3e5f98e61a1166026ef781e97d057e40f4d3b238.zip
Systemdtl bump
Diffstat (limited to 'systemdtl/debian')
-rw-r--r--systemdtl/debian/changelog8
-rw-r--r--systemdtl/debian/conffiles2
-rw-r--r--systemdtl/debian/systemdtl+devuan.dsc12
3 files changed, 21 insertions, 1 deletions
diff --git a/systemdtl/debian/changelog b/systemdtl/debian/changelog
index f9a7c38..846d818 100644
--- a/systemdtl/debian/changelog
+++ b/systemdtl/debian/changelog
@@ -1,3 +1,11 @@
+systemdtl (0.0.1-2+devuan) obs; urgency=low
+
+ * Dpkg rebuild with fixed conffiles for absolute paths
+ * Note! This package has been officially replaced by
+ systemctl-service-shim. This update is only for quieting the OBS.
+
+ -- B. Stack <bgstack15@gmail.com> Sun, 12 Sep 2021 12:15:23 -0400
+
systemdtl (0.0.1-1+devuan) obs; urgency=low
* Initial release.
diff --git a/systemdtl/debian/conffiles b/systemdtl/debian/conffiles
index 348d5d5..dca0b7b 100644
--- a/systemdtl/debian/conffiles
+++ b/systemdtl/debian/conffiles
@@ -1 +1 @@
-etc/systemdtl.conf
+/etc/systemdtl.conf
diff --git a/systemdtl/debian/systemdtl+devuan.dsc b/systemdtl/debian/systemdtl+devuan.dsc
new file mode 100644
index 0000000..d705d35
--- /dev/null
+++ b/systemdtl/debian/systemdtl+devuan.dsc
@@ -0,0 +1,12 @@
+Format: 3.0 (quilt)
+Source: systemdtl
+Binary: systemdtl
+Architecture: all
+Version: 0.0.1-2+devuan
+Maintainer: Ben Stack <bgstack15@gmail.com>
+Homepage: https://gitlab.com/bgstack15/systemdtl
+Standards-Version: 4.1.4
+Build-Depends: debhelper (>= 12~)
+Files:
+ 00000000000000000000000000000000 1 systemdtl.orig.tar.gz
+ 00000000000000000000000000000000 1 systemdtl.debian.tar.xz
bgstack15