diff options
author | B. Stack <bgstack15@gmail.com> | 2025-01-09 20:51:41 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2025-01-09 20:51:41 -0500 |
commit | 09c8f5ee8bf92e86ffb975d1c7e8079e120676c0 (patch) | |
tree | a93cb680270342b586467d6884c60567a81cdd19 /debian/control | |
parent | set default show_gui to true (diff) | |
download | gmm-09c8f5ee8bf92e86ffb975d1c7e8079e120676c0.tar.gz gmm-09c8f5ee8bf92e86ffb975d1c7e8079e120676c0.tar.bz2 gmm-09c8f5ee8bf92e86ffb975d1c7e8079e120676c0.zip |
add dpkg recipe
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..97d0684 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: gmm +Section: utils +Priority: optional +Maintainer: B. Stack <bgstack15@gmail.com> +Build-Depends: + debhelper-compat (= 13), +Standards-Version: 4.7.0 +Homepage: https://bgstack15.ddns.net/cgit/gmm +Rules-Requires-Root: no +Vcs-Git: https://bgstack15.ddns.net/cgit/gmm +Vcs-Browser: https://bgstack15.ddns.net/cgit/gmm + +Package: gmm +Architecture: all +Multi-Arch: foreign +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: graphical mount manager + Easily mount .iso files and unmount them. The gtk + program accepts drag-and-drop. |