Skip to content

Commit 5eb0e28

Browse files
authored
chore: Disable deepin-boot-maker.service (#83)
As title. Log: Disable automatic startup of service Task: https://pms.uniontech.com/task-view-376639.html
1 parent 3128f27 commit 5eb0e28

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
deepin-boot-maker (6.0.3) unstable; urgency=medium
2+
3+
* update debian/rules to disable service
4+
5+
-- wangrong <[email protected]> Mon, 19 May 2025 14:50:50 +0800
6+
17
deepin-boot-maker (6.0.2) unstable; urgency=medium
28

39
* i18n: Updates for project Deepin Boot Maker (#70)

debian/rules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ override_dh_shlibdeps:
2626
override_dh_auto_test:
2727
# Skip running tests
2828
echo "Skipping tests"
29-
29+
30+
override_dh_installsystemd:
31+
# Disable deepin-boot-maker.service auto-start
32+

0 commit comments

Comments
 (0)