aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-05-09 19:44:18 -0400
committerB Stack <bgstack15@gmail.com>2020-05-09 19:44:18 -0400
commit77dc435bd3f0e4622ad4c2caea90fa374cf8b47d (patch)
treee9370828170a674a28c589425e651f73af75f8c9
parentfix all lintian warnings (diff)
downloadchicago95-packages-77dc435bd3f0e4622ad4c2caea90fa374cf8b47d.tar.gz
chicago95-packages-77dc435bd3f0e4622ad4c2caea90fa374cf8b47d.tar.bz2
chicago95-packages-77dc435bd3f0e4622ad4c2caea90fa374cf8b47d.zip
add dsc
-rw-r--r--Devuan-Unstable/debian/chicago95.dsc22
-rw-r--r--Devuan-Unstable/debian/compat2
-rw-r--r--Devuan-Unstable/debian/control2
3 files changed, 24 insertions, 2 deletions
diff --git a/Devuan-Unstable/debian/chicago95.dsc b/Devuan-Unstable/debian/chicago95.dsc
new file mode 100644
index 0000000..2ba70be
--- /dev/null
+++ b/Devuan-Unstable/debian/chicago95.dsc
@@ -0,0 +1,22 @@
+Format: 3.0 (quilt)
+Source: chicago95
+Binary: chicago95-theme-all, chicago95-theme-cursors, chicago95-theme-doc, chicago95-theme-fonts, chicago95-theme-greeter, chicago95-theme-gtk, chicago95-theme-icons, chicago95-theme-plymouth, chicago95-theme-login-sound
+Architecture: all
+Version: 0.0.2-1+devuan
+Maintainer: B Stack <bgstack15@gmail.com>
+Homepage: https://github.com/grassmunk/Chicago95
+Standards-Version: 4.1.4
+Build-Depends: debhelper (>= 12~)
+Package-List:
+ chicago95-theme-all deb misc optional arch=all
+ chicago95-theme-cursors deb misc optional arch=all
+ chicago95-theme-doc deb misc optional arch=all
+ chicago95-theme-fonts deb misc optional arch=all
+ chicago95-theme-greeter deb misc optional arch=all
+ chicago95-theme-gtk deb misc optional arch=all
+ chicago95-theme-icons deb misc optional arch=all
+ chicago95-theme-login-sound deb misc optional arch=all
+ chicago95-theme-plymouth deb misc optional arch=all
+Files:
+ 00000000000000000000000000000000 1 chicago95.orig.tar.gz
+ 00000000000000000000000000000000 1 chicago95.debian.tar.xz
diff --git a/Devuan-Unstable/debian/compat b/Devuan-Unstable/debian/compat
index b4de394..48082f7 100644
--- a/Devuan-Unstable/debian/compat
+++ b/Devuan-Unstable/debian/compat
@@ -1 +1 @@
-11
+12
diff --git a/Devuan-Unstable/debian/control b/Devuan-Unstable/debian/control
index 49a77ec..d5afb24 100644
--- a/Devuan-Unstable/debian/control
+++ b/Devuan-Unstable/debian/control
@@ -2,7 +2,7 @@ Source: chicago95
Section: misc
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=11~)
+Build-Depends: debhelper (>=12~)
Standards-Version: 4.1.4
Homepage: https://github.com/grassmunk/Chicago95
bgstack15