-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: depends on deepin-elf-verify under the uos
Check if the current system name contains `UOS`, if environment supports deepin-elf-verify, add deepin-elf-verify / deepin-elf-sign-tool to Depends of deepin-deb-installer. Use `debian/control.uos` replace `debian/control`. Log: change debian rules. Influence: debian/rules debian/control
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Source: deepin-deb-installer | ||
Section: utils | ||
Priority: optional | ||
Maintainer: Deepin Packages Builder <[email protected]> | ||
Build-Depends: debhelper (>= 9), pkg-config, cmake, libqt5widgets5, libqt5concurrent5, libqapt-dev, libdtkwidget-dev, qtbase5-dev, qttools5-dev-tools, qttools5-dev, qtchooser, libgtest-dev, deepin-gettext-tools, libpolkit-qt5-1-dev | ||
Standards-Version: 4.3.0 | ||
Homepage: https://www.deepin.com/ | ||
|
||
Package: deepin-deb-installer | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, libqapt3-runtime, libqapt3, deepin-elf-verify, deepin-elf-sign-tool | ||
Description: Package Installer helps users install and remove local packages. | ||
Package Installer is an easy-to-use .deb package management tool | ||
with a simple interface for users to quickly install customized applications | ||
not included in App Store supporting bulk installation, version identification | ||
and auto completion. | ||
Recommends: uos-reporter, deepin-event-log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters