diff --git a/distro/ubuntu/danklinux/danksearch/debian/changelog b/distro/ubuntu/danklinux/danksearch/debian/changelog deleted file mode 100644 index 10746dea..00000000 --- a/distro/ubuntu/danklinux/danksearch/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -danksearch (0.0.7ppa3) questing; urgency=medium - - * Rebuild for packaging fixes (ppa3) - - -- Avenge Media Fri, 21 Nov 2025 14:19:58 -0500 diff --git a/distro/ubuntu/danklinux/danksearch/debian/control b/distro/ubuntu/danklinux/danksearch/debian/control deleted file mode 100644 index 03975eac..00000000 --- a/distro/ubuntu/danklinux/danksearch/debian/control +++ /dev/null @@ -1,24 +0,0 @@ -Source: danksearch -Section: utils -Priority: optional -Maintainer: Avenge Media -Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.2 -Homepage: https://github.com/AvengeMedia/danksearch -Vcs-Browser: https://github.com/AvengeMedia/danksearch -Vcs-Git: https://github.com/AvengeMedia/danksearch.git - -Package: danksearch -Architecture: amd64 arm64 -Depends: ${misc:Depends} -Description: Fast file search utility for DMS - DankSearch is a fast file search utility designed for DankMaterialShell. - It provides efficient file and content search capabilities with minimal - dependencies. This package contains the pre-built binary from the official - GitHub release. - . - Features include: - - Fast file searching - - Lightweight and efficient - - Designed for DMS integration - - Minimal resource usage diff --git a/distro/ubuntu/danklinux/danksearch/debian/copyright b/distro/ubuntu/danklinux/danksearch/debian/copyright deleted file mode 100644 index 7c832574..00000000 --- a/distro/ubuntu/danklinux/danksearch/debian/copyright +++ /dev/null @@ -1,24 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: danksearch -Upstream-Contact: Avenge Media LLC -Source: https://github.com/AvengeMedia/danksearch - -Files: * -Copyright: 2025 Avenge Media LLC -License: GPL-3.0-only - -License: GPL-3.0-only - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 3 as - published by the Free Software Foundation. - . - This package 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 - . - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/distro/ubuntu/danklinux/danksearch/debian/rules b/distro/ubuntu/danklinux/danksearch/debian/rules deleted file mode 100755 index a9c821e3..00000000 --- a/distro/ubuntu/danklinux/danksearch/debian/rules +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/make -f - -export DH_VERBOSE = 1 - -# Detect architecture for selecting correct binary -DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) - -# Map Debian arch to binary filename -ifeq ($(DEB_HOST_ARCH),amd64) - BINARY_FILE := dsearch-amd64 -else ifeq ($(DEB_HOST_ARCH),arm64) - BINARY_FILE := dsearch-arm64 -else - $(error Unsupported architecture: $(DEB_HOST_ARCH)) -endif - -%: - dh $@ - -override_dh_auto_build: - # Binary is already included in source package (native format) - # Downloaded by build-source.sh before upload - # Just verify it exists and is executable - test -f $(BINARY_FILE) || (echo "ERROR: $(BINARY_FILE) not found!" && exit 1) - chmod +x $(BINARY_FILE) - -override_dh_auto_install: - # Install binary as danksearch - install -Dm755 $(BINARY_FILE) debian/danksearch/usr/bin/danksearch - -override_dh_auto_clean: - # Don't delete binaries - they're part of the source package (native format) - dh_auto_clean diff --git a/distro/ubuntu/danklinux/danksearch/debian/source/format b/distro/ubuntu/danklinux/danksearch/debian/source/format deleted file mode 100644 index 89ae9db8..00000000 --- a/distro/ubuntu/danklinux/danksearch/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/distro/ubuntu/danklinux/danksearch/dsearch-amd64 b/distro/ubuntu/danklinux/danksearch/dsearch-amd64 deleted file mode 100755 index e66bcbf7..00000000 Binary files a/distro/ubuntu/danklinux/danksearch/dsearch-amd64 and /dev/null differ diff --git a/distro/ubuntu/danklinux/danksearch/dsearch-arm64 b/distro/ubuntu/danklinux/danksearch/dsearch-arm64 deleted file mode 100755 index fd6d1d66..00000000 Binary files a/distro/ubuntu/danklinux/danksearch/dsearch-arm64 and /dev/null differ diff --git a/distro/ubuntu/danklinux/dgop/debian/changelog b/distro/ubuntu/danklinux/dgop/debian/changelog deleted file mode 100644 index 43632cd9..00000000 --- a/distro/ubuntu/danklinux/dgop/debian/changelog +++ /dev/null @@ -1,9 +0,0 @@ -dgop (0.1.11ppa2) questing; urgency=medium - - * Rebuild for Questing (25.10) - Ubuntu 25.10+ only - * Stateless CPU/GPU monitoring tool - * Support for NVIDIA and AMD GPUs - * JSON output for integration - * Pre-built binary package for amd64 and arm64 - - -- Avenge Media Sun, 16 Nov 2025 22:50:00 -0500 diff --git a/distro/ubuntu/danklinux/dgop/debian/control b/distro/ubuntu/danklinux/dgop/debian/control deleted file mode 100644 index f1dd4614..00000000 --- a/distro/ubuntu/danklinux/dgop/debian/control +++ /dev/null @@ -1,27 +0,0 @@ -Source: dgop -Section: utils -Priority: optional -Maintainer: Avenge Media -Build-Depends: debhelper-compat (= 13), - wget, - gzip -Standards-Version: 4.6.2 -Homepage: https://github.com/AvengeMedia/dgop -Vcs-Browser: https://github.com/AvengeMedia/dgop -Vcs-Git: https://github.com/AvengeMedia/dgop.git - -Package: dgop -Architecture: amd64 arm64 -Depends: ${misc:Depends} -Description: Stateless CPU/GPU monitor for DankMaterialShell - DGOP is a stateless system monitoring tool that provides CPU, GPU, - memory, and network statistics. Designed for integration with - DankMaterialShell but can be used standalone. - . - Features: - - CPU usage monitoring - - GPU usage and temperature (NVIDIA, AMD) - - Memory and swap statistics - - Network traffic monitoring - - Zero-state design (no background processes) - - JSON output for easy integration diff --git a/distro/ubuntu/danklinux/dgop/debian/copyright b/distro/ubuntu/danklinux/dgop/debian/copyright deleted file mode 100644 index f1f3b2dd..00000000 --- a/distro/ubuntu/danklinux/dgop/debian/copyright +++ /dev/null @@ -1,27 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: dgop -Upstream-Contact: Avenge Media LLC -Source: https://github.com/AvengeMedia/dgop - -Files: * -Copyright: 2025 Avenge Media LLC -License: MIT - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. diff --git a/distro/ubuntu/danklinux/dgop/debian/rules b/distro/ubuntu/danklinux/dgop/debian/rules deleted file mode 100755 index 0af8b692..00000000 --- a/distro/ubuntu/danklinux/dgop/debian/rules +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/make -f - -export DH_VERBOSE = 1 - -# Extract version from debian/changelog -DEB_VERSION := $(shell dpkg-parsechangelog -S Version) -# Get upstream version (strip -1ppa1 suffix) -UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*$$//') - -# Detect architecture for downloading correct binary -DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) - -# Map Debian arch to GitHub release arch names -ifeq ($(DEB_HOST_ARCH),amd64) - GITHUB_ARCH := amd64 -else ifeq ($(DEB_HOST_ARCH),arm64) - GITHUB_ARCH := arm64 -else - $(error Unsupported architecture: $(DEB_HOST_ARCH)) -endif - -%: - dh $@ - -override_dh_auto_build: - # Binary is already included in source package (native format) - # Just verify it exists and is executable - test -f dgop || (echo "ERROR: dgop binary not found!" && exit 1) - chmod +x dgop - -override_dh_auto_install: - # Install binary - install -Dm755 dgop debian/dgop/usr/bin/dgop - -override_dh_auto_clean: - # Don't delete dgop binary - it's part of the source package (native format) - rm -f dgop.gz - dh_auto_clean diff --git a/distro/ubuntu/danklinux/dgop/debian/source/format b/distro/ubuntu/danklinux/dgop/debian/source/format deleted file mode 100644 index 89ae9db8..00000000 --- a/distro/ubuntu/danklinux/dgop/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)