Skip to content

Commit

Permalink
增加自动构建
Browse files Browse the repository at this point in the history
  • Loading branch information
gfdgd-xi committed Aug 31, 2024
1 parent cf31e5b commit 86d7f37
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/program-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Building Program
run-name: Building ${{ GITHUB.REPOSITORY }}

on:
workflow_dispatch:
push:
tags:
- "*"

jobs:
call:
uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master
secrets: inherit
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
deepin-desktop-base (2024.08.28) UNRELEASED; urgency=medium
deepin-desktop-base (2024.08.31) UNRELEASED; urgency=medium

* Change Version

-- gfdgd_xi <[email protected]> Wed, 28 Aug 2024 11:19:36 +0800
-- gfdgd_xi <[email protected]> Sun, 01 Sep 2024 07:57:18 +0800

deepin-desktop-base (2024.04.05) unstable; urgency=medium

Expand Down
5 changes: 3 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Build-Depends: debhelper-compat (= 12)

Package: deepin-desktop-base
Architecture: any
Provides: deepin-appstore-config
Conflicts: deepin-desktop-server
Provides: deepin-appstore-config, gxde-install-source
Replaces: gxde-install-source
Conflicts: deepin-desktop-server, gxde-install-source
Depends: ${misc:Depends}, deepin-keyring, distro-info-data,
eject, fonts-noto, fonts-symbola, deepin-anything-server, deepin-anything-libs, tela-grub2-themes
Description: The basic file of Deepin Desktop,
Expand Down

0 comments on commit 86d7f37

Please sign in to comment.