summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2017-01-12 14:10:08 +0300
committerDmitry Bogatov <KAction@gnu.org>2017-01-12 14:10:08 +0300
commitf5dee8b12d3e5895d05dff43648a82de6843c2ce (patch)
treeb7c0cfb80591c84fe9ddc5710789eda77918c415
parent2ae075c04cff633eddefd3c07363d60bd05a3129 (diff)
Initial debianization
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control22
-rw-r--r--debian/copyright29
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch1
7 files changed, 64 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d10fa51
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+farbfeld (2.20170109-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #nnnn)
+
+ -- Dmitry Bogatov <KAction@gnu.org> Thu, 12 Jan 2017 13:49:36 +0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..41123cc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: farbfeld
+Section: graphics
+Priority: extra
+Maintainer: Dmitry Bogatov <KAction@gnu.org>
+Build-Depends: debhelper (>=9)
+Standards-Version: 3.9.8
+Homepage: http://tools.suckless.org/farbfeld
+Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/farbfeld.git
+Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/farbfeld.git
+
+Package: farbfeld
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: lossless image-format designed to be parsed and piped easily
+ Farbfeld is a lossless image-format designed to be parsed and piped
+ easily. It is designed to be as simple as possible, leaving the task
+ of compression to outside tools, beating PNG's filesize in many
+ cases.
+ .
+ This package contains tools for converting between farbfeld format
+ and other image formats (png, jpeg, ppm, pam, git)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..464786b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: farbfeld
+Upstream-Contact: Laslo Hunhold <dev@frign.de>
+Source: http://tools.suckless.org/farbfeld
+
+Files: *
+Copyright:
+ 2014-2016 Laslo Hunhold <dev@frign.de>
+ 2014-2015 Dimitris Papastamos <sin@2f30.org>
+ 2014-2016 Hiltjo Posthuma <hiltjo@codemadness.org>
+ 2015 Willy Goiffon <willy@mailoo.org>
+License: ISC
+
+Files: debian/*
+Copyright: 2017 Dmitry Bogatov <KAction@gnu.org>
+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/rules b/debian/rules
new file mode 100755
index 0000000..098338c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ 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..9e7c0da
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1 @@
+version=3