From e307de83e21bbf9fc3a92593dee502ab6ead9d9d Mon Sep 17 00:00:00 2001 From: purian23 Date: Tue, 9 Dec 2025 14:17:53 -0500 Subject: [PATCH] packages: Update manual changelogs --- distro/debian/dms-git/debian/changelog | 14 ++++---------- distro/debian/dms-git/debian/rules | 2 +- distro/debian/dms/debian/rules | 2 +- distro/ubuntu/dms-git/debian/changelog | 10 ++++------ distro/ubuntu/dms-git/debian/rules | 2 +- distro/ubuntu/dms/debian/rules | 2 +- 6 files changed, 12 insertions(+), 20 deletions(-) diff --git a/distro/debian/dms-git/debian/changelog b/distro/debian/dms-git/debian/changelog index a08316da..ebf9d884 100644 --- a/distro/debian/dms-git/debian/changelog +++ b/distro/debian/dms-git/debian/changelog @@ -1,12 +1,6 @@ -dms-git (0.6.2+git2264.c5c5ce84) nightly; urgency=medium +dms-git (0.6.2+git2419.993f14a3) nightly; urgency=medium - * Add VERSION file creation to all distro packages - * Fix Fedora COPR to pass VERSION/COMMIT to make dist - * Fix obs-upload.sh auto-increment to preserve git hash and add ppa suffix - * Fix debian/rules to use source at root level (native format) - * Remove incorrect dms-git-source subdirectory references - * Build dms binary from source for true git version strings - * Match Fedora COPR git build behavior - * Add golang-go and make as build dependencies + * widgets: make dank icon picker a popup + * Previous updates included in build - -- Avenge Media Tue, 03 Dec 2025 01:50:00 +0000 + -- Avenge Media Mon, 09 Dec 2025 14:00:00 +0000 diff --git a/distro/debian/dms-git/debian/rules b/distro/debian/dms-git/debian/rules index 66b0fbc2..05037d45 100755 --- a/distro/debian/dms-git/debian/rules +++ b/distro/debian/dms-git/debian/rules @@ -18,7 +18,7 @@ export GOTOOLCHAIN := local dh $@ override_dh_installsystemd: - dh_installsystemd --user --name=dms + dh_installsystemd --name=dms override_dh_auto_build: # Create Go cache directories diff --git a/distro/debian/dms/debian/rules b/distro/debian/dms/debian/rules index aab8bdef..52673d69 100755 --- a/distro/debian/dms/debian/rules +++ b/distro/debian/dms/debian/rules @@ -8,7 +8,7 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) dh $@ override_dh_installsystemd: - dh_installsystemd --user --name=dms + dh_installsystemd --name=dms override_dh_auto_build: if [ "$(DEB_HOST_ARCH)" = "amd64" ]; then \ diff --git a/distro/ubuntu/dms-git/debian/changelog b/distro/ubuntu/dms-git/debian/changelog index 98aedf91..d95025b0 100644 --- a/distro/ubuntu/dms-git/debian/changelog +++ b/distro/ubuntu/dms-git/debian/changelog @@ -1,8 +1,6 @@ -dms-git (0.6.2+git2264.c5c5ce84) questing; urgency=medium +dms-git (0.6.2+git2419.993f14a3) questing; urgency=medium - * Add VERSION file creation to all distro packages - * Fix Fedora COPR to pass VERSION/COMMIT to make dist - * Fix obs-upload.sh auto-increment to preserve git hash and add ppa suffix - * Git snapshot (commit 2264: c5c5ce84) + * widgets: make dank icon picker a popup + * Previous updates included in build - -- Avenge Media Tue, 03 Dec 2025 01:50:00 +0000 + -- Avenge Media Mon, 09 Dec 2025 14:00:00 +0000 diff --git a/distro/ubuntu/dms-git/debian/rules b/distro/ubuntu/dms-git/debian/rules index 0e4fc621..9351f058 100755 --- a/distro/ubuntu/dms-git/debian/rules +++ b/distro/ubuntu/dms-git/debian/rules @@ -18,7 +18,7 @@ export GOTOOLCHAIN := local dh $@ override_dh_installsystemd: - dh_installsystemd --user --name=dms + dh_installsystemd --name=dms override_dh_auto_build: # Create Go cache directories (sbuild sets HOME to non-existent path) diff --git a/distro/ubuntu/dms/debian/rules b/distro/ubuntu/dms/debian/rules index e14dbf65..0ed31766 100755 --- a/distro/ubuntu/dms/debian/rules +++ b/distro/ubuntu/dms/debian/rules @@ -14,7 +14,7 @@ BASE_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed 's/ppa[0-9]*$$//' | sed ' dh $@ override_dh_installsystemd: - dh_installsystemd --user --name=dms + dh_installsystemd --name=dms override_dh_auto_build: # All files are included in source package (downloaded by build-source.sh)