mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
Initial upload
This commit is contained in:
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
Source: aptly
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Sebastien Delafond <seb@debian.org>
|
||||
Build-Depends: debhelper (>= 9.0.0), golang (>= 1.1)
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://www.aptly.info
|
||||
Vcs-Git: https://github.com/smira/aptly.git
|
||||
Vcs-Browser: https://github.com/smira/aptly/
|
||||
|
||||
Package: aptly
|
||||
Architecture: any
|
||||
Depends: golang-go (>= 1.1), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Swiss army knife for Debian repository management
|
||||
It offers several features making it easy to manage Debian package
|
||||
repositories:
|
||||
.
|
||||
- make mirrors of remote Debian/Ubuntu repositories, limiting by
|
||||
components/architectures
|
||||
- take snapshots of mirrors at any point in time, fixing state of
|
||||
repository at some moment of time
|
||||
- publish snapshot as Debian repository, ready to be consumed by apt
|
||||
- controlled update of one or more packages in snapshot from upstream
|
||||
mirror, tracking dependencies
|
||||
- merge two or more snapshots into one
|
||||
Reference in New Issue
Block a user