mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
debian: fix lintian complaints
- remove dulplicate bash completion - fix lintian complaint about bash completion - add built-using
This commit is contained in:
Vendored
+4
-2
@@ -88,17 +88,19 @@ Testsuite: autopkgtest-pkg-go
|
||||
Package: aptly
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, bzip2, xz-utils, adduser
|
||||
Built-Using: ${misc:Static-Built-Using}, ${misc:Built-Using}
|
||||
Description: Debian repository management tool
|
||||
aptly is a Swiss army knife for Debian repository management.
|
||||
|
||||
Package: aptly-dbg
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: ${misc:Depends}
|
||||
Built-Using: ${misc:Static-Built-Using}, ${misc:Built-Using}
|
||||
Description: Debian repository management tool (debug files)
|
||||
Debug symbols for aptly
|
||||
|
||||
Package: aptly-api
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, aptly
|
||||
Depends: ${misc:Depends}, aptly
|
||||
Description: Debian repository management tool (REST API server)
|
||||
systemd service and configuration for aptly
|
||||
|
||||
Reference in New Issue
Block a user