Skip to content

Commit

Permalink
packaging: Some Debian packaging updates
Browse files Browse the repository at this point in the history
- Make the package description a bit more detailed and consistent with
  other cockpit-* packages in Debian.
- Bump Standards-Version to 4.7.0. No changes needed as per
  https://www.debian.org/doc/debian-policy/upgrading-checklist.html#version-4-7-0
- Fix copyright License: specifier, we license under LGPL 2.1 or later.
  • Loading branch information
martinpitt committed Jul 9, 2024
1 parent dfc0fd2 commit 748eafd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.
Uploaders: Martin Pitt <mpitt@debian.org>,
Build-Depends: debhelper-compat (= 13),
gettext (>= 0.21),
Standards-Version: 4.6.2
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/cockpit-project/cockpit-files
Vcs-Git: https://salsa.debian.org/debian/cockpit-files.git
Expand All @@ -16,8 +16,9 @@ Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
cockpit-bridge (>= 318),
Description: A filesystem browser for Cockpit
Description: Cockpit component for file management
The Cockpit Web Console enables users to administer GNU/Linux servers using a
web browser.
.
This package adds an user interface for browsing the filesystem.
This package adds an user interface for managing, uploading, and downloading
files, with a similar experience as a desktop file manager.
2 changes: 1 addition & 1 deletion packaging/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Comment:

Files: *
Copyright: 2023 Red Hat, Inc.
License: LGPL-2.1
License: LGPL-2.1+
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
Expand Down

0 comments on commit 748eafd

Please sign in to comment.