summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar FA Saikat <fahimabrar.saikat@gmail.com>2025-11-25 18:12:49 +0600
committerLibravatar FA Saikat <fahimabrar.saikat@gmail.com>2025-11-25 18:12:49 +0600
commitde1d312141d0e693243842e2d0888c9773c9ff4b (patch)
treeb23e75ec74148a7e74578236a3866132a7b6e106
downloadshopno-os-desktop-base-de1d312141d0e693243842e2d0888c9773c9ff4b.tar.gz
shopno-os-desktop-base-de1d312141d0e693243842e2d0888c9773c9ff4b.zip
Initial commitdebian/0.1
-rw-r--r--debian/changelog5
-rw-r--r--debian/control18
-rw-r--r--debian/install1
-rw-r--r--debian/links1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--default-profile/.facebin0 -> 27507 bytes
7 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..13723b5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+shopno-os-desktop-base (1.0) UNRELEASED; urgency=medium
+
+ * Initial release.
+
+ -- Fahim A Saikat <fahim.saikat@jadupc.comn> Tue, 25 Nov 2025 17:39:01 +0600
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..431a2f8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: shopno-os-desktop-base
+Section: metapackages
+Priority: optional
+Maintainer: Fahim A Saikat <fahim.saikat@jadupc.com>
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.0
+Homepage: https://www.jadupc.com/
+
+Package: shopno-os-desktop-base
+Architecture: all
+Depends: ${misc:Depends}
+Provides: desktop-base
+Conflicts: desktop-base
+Replaces: desktop-base
+Description: ShopnoOS branding and desktop defaults
+ This package provides default branding, themes, wallpapers, LightDM
+ configuration and system appearance for ShopnoOS desktops.
+
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..20c86bb
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+default-profile/.face /etc/skel/
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..6da916f
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+/etc/skel/.face /etc/skel/.face.icon
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cd13b6c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh ${@}
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..9f67427
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native) \ No newline at end of file
diff --git a/default-profile/.face b/default-profile/.face
new file mode 100644
index 0000000..269484e
--- /dev/null
+++ b/default-profile/.face
Binary files differ