Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
debian/plymouth-theme-simplefuture
debian/plymouth-theme-simplefuture.substvars
debian/debhelper-build-stamp
debian/files
debian/.debhelper
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plymouth-theme-simplefuture (1.0-1) unstable; urgency=medium

* Initial release.

-- remmiculous <noreply@example.com> Tue, 18 Nov 2025 19:01:00 +0000
14 changes: 14 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Source: plymouth-theme-simplefuture
Section: misc
Priority: optional
Maintainer: remmiculous <noreply@example.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: https://github.com/remmiculous/simplefuture

Package: plymouth-theme-simplefuture
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, plymouth
Description: SimpleFuture - A Debian Plymouth Theme
A Simple and Minimal Plymouth Theme for Debian.
Inspired and modified from FuturePrototype Theme.
32 changes: 32 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: simplefuture
Upstream-Contact: remmiculous
Source: http://github.com/remmiculous/simplefuture/releases/

Files: *
Copyright: 2006-2008 Red Hat, Inc.
2007-2008 Ray Strode <halfline@gmail.com>
2003 University of Southern California
2003 Charlie Brej <cbrej@cs.man.ac.uk>
2022 remmiculous
License: GPL-2+

Files: debian/*
Copyright: 2009-2014 Daniel Baumann <mail@daniel-baumann.ch>
2025 Celestine GRAMAIZE <celestine+dev@gramaize.eu>
License: GPL-2+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
The complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.
11 changes: 11 additions & 0 deletions debian/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
background.png usr/share/plymouth/themes/simplefuture
logo.png usr/share/plymouth/themes/simplefuture
password_dot16.png usr/share/plymouth/themes/simplefuture
password_dot.png usr/share/plymouth/themes/simplefuture
password_field16.png usr/share/plymouth/themes/simplefuture
password_field.png usr/share/plymouth/themes/simplefuture
progress_bar.png usr/share/plymouth/themes/simplefuture
progress_box.png usr/share/plymouth/themes/simplefuture
Sample.png usr/share/plymouth/themes/simplefuture
simplefuture.plymouth usr/share/plymouth/themes/simplefuture
simplefuture.script usr/share/plymouth/themes/simplefuture
5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/make -f

%:
dh $@