aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-17 14:50:04 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-17 14:50:04 -0400
commit05ca4a78c2ea6d1e11611612fa87b2f106902f0a (patch)
treebb3d9f38aa97645c43563b910db82fb0204168c3
parentMerge branch 'rpm' into 'master' (diff)
downloadchicago95-packages-dev.tar.gz
chicago95-packages-dev.tar.bz2
chicago95-packages-dev.zip
prep for 3.0.1 releasedev
-rw-r--r--.gitremotes4
-rw-r--r--debian/README.Debian2
-rw-r--r--debian/changelog10
-rw-r--r--debian/chicago95-theme-doc.docs2
-rw-r--r--debian/chicago95.dsc4
-rw-r--r--debian/control5
6 files changed, 19 insertions, 8 deletions
diff --git a/.gitremotes b/.gitremotes
new file mode 100644
index 0000000..5d666d1
--- /dev/null
+++ b/.gitremotes
@@ -0,0 +1,4 @@
+local http://storage3/git/chicago95-packaging/chicago95-packages (fetch)
+local http://storage3/git/chicago95-packaging/chicago95-packages (push)
+origin https://gitlab.com/chicago95-packaging/chicago95-packages (fetch)
+origin https://gitlab.com/chicago95-packaging/chicago95-packages (push)
diff --git a/debian/README.Debian b/debian/README.Debian
index 1912eab..c19e953 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -14,4 +14,4 @@ wget -nv https://download.opensuse.org/repositories/home:bgstack15/Debian_Unstab
- Install plymouth and lightdm-webkit2-greeter
- -- B Stack <bgstack15@gmail.com> Tue, 10 Sep 2019 20:42:20 -0400
+ -- B. Stack <bgstack15@gmail.com> Tue, 10 Sep 2019 20:42:20 -0400
diff --git a/debian/changelog b/debian/changelog
index c04fa3f..8149ca8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chicago95 (3.0.1-1) obs; urgency=low
+
+ * New upstream release
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 17 Oct 2022 10:54:48 -0400
+
chicago95 (2.0.1-1) obs; urgency=low
* New upstream release
@@ -6,7 +12,7 @@ chicago95 (2.0.1-1) obs; urgency=low
* Remove greeter theme (depended on obsolete webkit2-based greeter)
* Add chicago95-theme-sounds and chicago95-theme-plus
- -- B Stack <bgstack15@gmail.com> Mon, 29 Jun 2020 15:03:44 -0400
+ -- B. Stack <bgstack15@gmail.com> Mon, 29 Jun 2020 15:03:44 -0400
chicago95 (0.0.1-1+devuan) obs; urgency=low
@@ -24,4 +30,4 @@ chicago95 (0.0.1-1+devuan) obs; urgency=low
- plymouth
- See README.Debian file for more info
- -- B Stack <bgstack15@gmail.com> Tue, 10 Sep 2019 20:42:20 -0400
+ -- B. Stack <bgstack15@gmail.com> Tue, 10 Sep 2019 20:42:20 -0400
diff --git a/debian/chicago95-theme-doc.docs b/debian/chicago95-theme-doc.docs
index 4c3cb1e..25681b3 100644
--- a/debian/chicago95-theme-doc.docs
+++ b/debian/chicago95-theme-doc.docs
@@ -1,4 +1,4 @@
*.md
-Plymouth/Readme.md
+Plymouth/README.md
Screenshots/SCREENSHOTS.md
Lightdm/Chicago95/README.md
diff --git a/debian/chicago95.dsc b/debian/chicago95.dsc
index 755152f..e0a56b7 100644
--- a/debian/chicago95.dsc
+++ b/debian/chicago95.dsc
@@ -2,8 +2,8 @@ Format: 3.0 (quilt)
Source: chicago95
Binary: chicago95-theme-all, chicago95-theme-cursors, chicago95-theme-doc, chicago95-theme-fonts, chicago95-theme-gtk, chicago95-theme-icons, chicago95-theme-plymouth, chicago95-theme-sounds, chicago95-theme-login-sound, chicago95-theme-plus, chicago95-theme-backgrounds
Architecture: all
-Version: 2.0.1-1
-Maintainer: B Stack <bgstack15@gmail.com>
+Version: 3.0.1-1
+Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://github.com/grassmunk/Chicago95
Standards-Version: 4.1.4
Build-Depends: debhelper (>= 9~), txt2man
diff --git a/debian/control b/debian/control
index 76b5433..c5dc64d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: chicago95
Section: misc
Priority: optional
-Maintainer: B Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=9~),
txt2man
Standards-Version: 4.1.4
@@ -99,7 +99,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
python3,
python3-fonttools,
python3-numpy,
- python3-svgwrite
+ python3-svgwrite,
+ fonts-noto-core
Description: Windows Plus! Theme Conversion for XFCE/Chicago95
Translate Windows 95 Plus! themes to Gtk-compatible themes.
bgstack15