mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-16 07:10:54 +00:00
16 lines
372 B
Diff
16 lines
372 B
Diff
Description: Use Debian's lzma package.
|
|
Author: Alexandre Viau <aviau@debian.org>
|
|
Applied-Upstream: https://github.com/aptly-dev/aptly/commit/7dfc12d138160e0a29d6157fb90ef1ed920064b0
|
|
|
|
--- a/deb/deb.go
|
|
+++ b/deb/deb.go
|
|
@@ -16,7 +16,7 @@
|
|
|
|
"github.com/aptly-dev/aptly/pgp"
|
|
"github.com/smira/go-xz"
|
|
- "github.com/smira/lzma"
|
|
+ "github.com/kjk/lzma"
|
|
)
|
|
|
|
// Source kinds
|