mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
packages: Update manual changelogs
This commit is contained in:
@@ -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
|
* widgets: make dank icon picker a popup
|
||||||
* Fix Fedora COPR to pass VERSION/COMMIT to make dist
|
* Previous updates included in build
|
||||||
* 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
|
|
||||||
|
|
||||||
-- Avenge Media <AvengeMedia.US@gmail.com> Tue, 03 Dec 2025 01:50:00 +0000
|
-- Avenge Media <AvengeMedia.US@gmail.com> Mon, 09 Dec 2025 14:00:00 +0000
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export GOTOOLCHAIN := local
|
|||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_installsystemd:
|
override_dh_installsystemd:
|
||||||
dh_installsystemd --user --name=dms
|
dh_installsystemd --name=dms
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# Create Go cache directories
|
# Create Go cache directories
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
|||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_installsystemd:
|
override_dh_installsystemd:
|
||||||
dh_installsystemd --user --name=dms
|
dh_installsystemd --name=dms
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
if [ "$(DEB_HOST_ARCH)" = "amd64" ]; then \
|
if [ "$(DEB_HOST_ARCH)" = "amd64" ]; then \
|
||||||
|
|||||||
@@ -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
|
* widgets: make dank icon picker a popup
|
||||||
* Fix Fedora COPR to pass VERSION/COMMIT to make dist
|
* Previous updates included in build
|
||||||
* Fix obs-upload.sh auto-increment to preserve git hash and add ppa suffix
|
|
||||||
* Git snapshot (commit 2264: c5c5ce84)
|
|
||||||
|
|
||||||
-- Avenge Media <AvengeMedia.US@gmail.com> Tue, 03 Dec 2025 01:50:00 +0000
|
-- Avenge Media <AvengeMedia.US@gmail.com> Mon, 09 Dec 2025 14:00:00 +0000
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export GOTOOLCHAIN := local
|
|||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_installsystemd:
|
override_dh_installsystemd:
|
||||||
dh_installsystemd --user --name=dms
|
dh_installsystemd --name=dms
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# Create Go cache directories (sbuild sets HOME to non-existent path)
|
# Create Go cache directories (sbuild sets HOME to non-existent path)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ BASE_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed 's/ppa[0-9]*$$//' | sed '
|
|||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_installsystemd:
|
override_dh_installsystemd:
|
||||||
dh_installsystemd --user --name=dms
|
dh_installsystemd --name=dms
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# All files are included in source package (downloaded by build-source.sh)
|
# All files are included in source package (downloaded by build-source.sh)
|
||||||
|
|||||||
Reference in New Issue
Block a user