Codebase list zram-tools / 6c83a97
Initial commit Jonathan Carter 5 years ago
9 changed file(s) with 78 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 zram-tools (0.3.2-1) U unstable; urgency=medium
1
2 * New upstream release
3 (Closes: #910644, #910647)
4 * debian/copyright: Fix trailing whitespace
5 * debian/control:
6 - Fix trailing whitespace
7 - Fix Vcs-Git field
8
9 -- Jonathan Carter <jcc@debian.org> Thu, 11 Oct 2018 11:51:26 +0200
10
11 zram-tools (0.3.1-1) unstable; urgency=low
12
13 * Initial release (Closes: #847833)
14
15 -- Jonathan Carter <jcc@debian.org> Wed, 12 Sep 2018 11:23:50 +0200
16
0 Source: zram-tools
1 Section: utils
2 Priority: optional
3 Maintainer: Jonathan Carter <jcc@debian.org>
4 Build-Depends: debhelper (>=11)
5 Standards-Version: 4.2.1
6 Homepage: https://github.com/highvoltage/zram-tools
7 Vcs-Browser: https://salsa.debian.org/debian/zram-tools
8 Vcs-Git: https://salsa.debian.org/debian/zram-tools.git
9
10 Package: zram-tools
11 Architecture: all
12 Depends: ${misc:Depends}, bc
13 Description: utilities for working with zram
14 zram is a Linux kernel module that allows you to set up compressed
15 filesystems in RAM.
16 .
17 zram-tools uses this module to set up compressed swap space.
18 This is useful on systems with low memory or servers
19 running a large amount of services with data that's easily swappable
20 but that you may wish to swap back fast without sacrificing disk
21 bandwidth.
22 .
23 By default it allocates 100MB of RAM, you can configure this in
24 /etc/default/zramswap.conf
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
1 Upstream-Name: zram-tools
2 Source: https://salsa.debian.org/jcc/zram-tools
3
4 Files: *
5 Copyright: 2014-2018 Jonathan Carter <jcarter@linux.com>
6 License: ISC
7
8 Files: debian/*
9 Copyright: 2015-2018 Jonathan Carter <jcc@debian.org>
10 License: ISC
11
12 License: ISC
13 Permission to use, copy, modify, and/or distribute this software for any
14 purpose with or without fee is hereby granted, provided that the above
15 copyright notice and this permission notice appear in all copies.
16 .
17 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
18 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
19 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
20 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
22 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
23 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 zramswap usr/sbin
1 zramswap.conf etc/default
2 zramswap.service lib/systemd/system
0 zramswap.8
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 version=4
1 https://salsa.debian.org/jcc/zram-tools/tags .*/zram-tools-(.*)\.tar\.gz