diff --git a/.github/workflows/call-auto-tag.yml b/.github/workflows/call-auto-tag.yml
deleted file mode 100644
index 3f9b471..0000000
--- a/.github/workflows/call-auto-tag.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: auto tag
-
-on:
-  pull_request_target:
-    types: [opened, synchronize, closed]
-    paths:
-      - "debian/changelog"
-
-concurrency:
-  group: ${{ github.workflow }}-pull/${{ github.event.number }}
-  cancel-in-progress: true
-
-jobs:
-  auto_tag:
-    uses: deepin-community/.github/.github/workflows/auto-tag.yml@master
-    secrets:
-      APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
diff --git a/.github/workflows/call-build-deb.yml b/.github/workflows/call-build-deb.yml
deleted file mode 100644
index dcbe2ab..0000000
--- a/.github/workflows/call-build-deb.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: Call build-deb
-on:
-  pull_request_target:
-    paths-ignore:
-      - ".github/workflows/**"
-    types: [ opened, closed, synchronize ]
-
-concurrency:
-  group: ${{ github.workflow }}-pull/${{ github.event.number }}
-  cancel-in-progress: true
-
-jobs:
-  check_job:
-    if: github.event.action != 'closed' || github.event.pull_request.merged
-    uses: deepin-community/.github/.github/workflows/build-deb.yml@master
-    secrets:
-      BridgeToken: ${{ secrets.BridgeToken }}
diff --git a/.github/workflows/call-build-tag.yml b/.github/workflows/call-build-tag.yml
deleted file mode 100644
index d0a591a..0000000
--- a/.github/workflows/call-build-tag.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: tag build
-on:
-  push:
-    tags: "*"
-
-concurrency:
-  group: ${{ github.workflow }}
-  cancel-in-progress: true
-
-jobs:
-  build:
-    uses: deepin-community/.github/.github/workflows/build-tag.yml@master
-    secrets:
-      BridgeToken: ${{ secrets.BridgeToken }}
diff --git a/.obs/workflows.yml b/.obs/workflows.yml
deleted file mode 100644
index ef8f066..0000000
--- a/.obs/workflows.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-test_build:
-  steps:
-    - link_package:
-        source_project: deepin:Develop:community
-        source_package: %{SCM_REPOSITORY_NAME} 
-        target_project: deepin:CI
-
-    - configure_repositories:
-        project: deepin:CI
-        repositories:
-          - name: deepin_develop
-            paths:
-              - target_project: deepin:CI
-                target_repository: deepin_develop
-            architectures:
-              - x86_64
-              - aarch64
-
-  filters:
-    event: pull_request
-
-tag_build:
-  steps:
-    - branch_package:
-        source_project: deepin:Develop:community
-        source_package: %{SCM_REPOSITORY_NAME} 
-        target_project: deepin:Unstable:community
-  filters:
-    event: tag_push
-
-commit_build:
-  steps:
-    - trigger_services:
-        project: deepin:Develop:community
-        package: %{SCM_REPOSITORY_NAME}
-  filters:
-    event: push
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index bad88e2..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-template-repository (1.0-1) unstable; urgency=medium
-
-  * Initial release
-
- -- Tsic404 <liuheng@deepin.org>  Sat, 28 Jan 2023 13:46:49 +0800
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
deleted file mode 100644
index cb7c4a0..0000000
--- a/debian/control
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: template-repository
-Section: unknown
-Priority: optional
-Maintainer: Tsic404 <liuheng@deepin.org>
-Build-Depends: debhelper (>= 11)
-Standards-Version: 4.1.3
-Homepage: https://github.com/deepin-community/template-repository
-#Vcs-Browser: https://salsa.debian.org/debian/deepin-community-template-repository
-#Vcs-Git: https://salsa.debian.org/debian/deepin-community-template-repository.git
-
-Package: template-repository
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index f5c805e..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,22 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: template-repository
-Source: https://github.com/deepin-community/template-repository
-
-Files: *
-Copyright: 2023 Tsic404 <liuheng@deepin.org>
-License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- 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 <https://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 2d33f6a..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)