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