Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Maintainer: Deepin Packages Builder <packages@deepin.com>
Uploaders: Ma Aiguo <imaiguo@gmail.com>,
Build-Depends: debhelper-compat (=11),
python3,
qt6-base-dev | qtbase5-dev,
qt6-base-dev-tools | qtbase5-dev-tools,
qt6-base-private-dev | qtbase5-private-dev,
qt6-l10n-tools | qttools5-dev-tools,
qt6-tools-dev-tools | qttools5-dev-tools,
qt6-tools-dev | qttools5-dev,
qt6-svg-dev | libqt5svg5-dev,
qt6-base-dev,
qt6-base-dev-tools,
qt6-base-private-dev,
qt6-l10n-tools,
qt6-tools-dev-tools,
qt6-tools-dev,
qt6-svg-dev,
pkg-config,
libxcb-util0-dev,
libmtdev-dev,
Expand All @@ -20,9 +20,9 @@ Build-Depends: debhelper-compat (=11),
libfontconfig-dev,
libegl1-mesa-dev,
libstartup-notification0-dev,
libdtk6widget-dev | libdtkwidget-dev,
libdtk6widget-dev,
libgtest-dev,
libpolkit-qt6-1-dev | libpolkit-qt5-1-dev
libpolkit-qt6-1-dev
Standards-Version: 4.5.1
Homepage: https://github.com/linuxdeepin/deepin-boot-maker
Vcs-Git: https://salsa.debian.org/pkg-deepin-team/deepin-boot-maker.git
Expand All @@ -33,7 +33,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, p7zip-full, mtools, udisks2,
syslinux [linux-amd64 linux-i386],
syslinux-common [linux-amd64 linux-i386], genisoimage,
dde-qt6integration | dde-qt5integration
dde-qt6integration
Description: Simple tool for user to create a boot usb stick quickly and easily
It's designed to support deepin system iso, it can works for Debian and ubuntu
iso too.
39 changes: 39 additions & 0 deletions debian/control.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Source: deepin-boot-maker
Section: misc
Priority: standard
Maintainer: Deepin Packages Builder <packages@deepin.com>
Uploaders: Ma Aiguo <imaiguo@gmail.com>,
Build-Depends: debhelper-compat (=11),
python3,
qtbase5-dev,
qtbase5-dev-tools,
qtbase5-private-dev,
qttools5-dev-tools,
qttools5-dev-tools,
qttools5-dev,
libqt5svg5-dev,
pkg-config,
libxcb-util0-dev,
libmtdev-dev,
libxrender-dev,
libglib2.0-dev,
libfontconfig-dev,
libegl1-mesa-dev,
libstartup-notification0-dev,
libdtkwidget-dev,
libgtest-dev,
libpolkit-qt5-1-dev
Standards-Version: 4.5.1
Homepage: https://github.com/linuxdeepin/deepin-boot-maker
Vcs-Git: https://salsa.debian.org/pkg-deepin-team/deepin-boot-maker.git
Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/deepin-boot-maker

Package: deepin-boot-maker
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, p7zip-full, mtools, udisks2,
syslinux [linux-amd64 linux-i386],
syslinux-common [linux-amd64 linux-i386], genisoimage,
dde-qt5integration
Description: Simple tool for user to create a boot usb stick quickly and easily
It's designed to support deepin system iso, it can works for Debian and ubuntu
iso too.
Comment on lines +37 to +39
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick (typo): Tighten up wording/grammar in the package Description.

The description has a few small grammar issues (e.g., “for user” → “for users”, “it can works” → “it can work”). Consider rephrasing to: Simple tool for users to create a boot USB stick quickly and easily. It is designed to support deepin system ISOs and also works for Debian and Ubuntu ISOs.