diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-03-30 20:34:10 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-03-30 20:34:10 +0400 |
commit | dada02b6ccc1e5ae31c1064d0917752a0f3c0b0c (patch) | |
tree | 936fbb17b7f2041aabeff625006a82b4d1051569 | |
parent | 04648d22aa0b8cb191a4b56597577175cd0e7b48 (diff) | |
download | kstat-perl-dada02b6ccc1e5ae31c1064d0917752a0f3c0b0c.tar.gz |
Debian packagedyson/1.3-1
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 18 | ||||
-rw-r--r-- | debian/copyright | 29 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/source/format | 1 |
6 files changed, 58 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..edf7606 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +kstat-perl (1.3-1) unstable; urgency=medium + + * Initial release. + + -- Igor Pashev <pashev.igor@gmail.com> Sun, 30 Mar 2014 20:31:49 +0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f2a8a10 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: kstat-perl +Section: admin +Priority: optional +Maintainer: Igor Pashev <pashev.igor@gmail.com> +Build-Depends: debhelper, libkstat-dev +Standards-Version: 3.9.5 +Homepage: https://www.illumos.org + +Package: libsun-solaris-kstat-perl +Provides: libkstat-perl +Architecture: illumos-any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} +Description: perl bindings for libkstat + This packages provides a Perl exstension module that makes the illumos kstat + facility available to Perl scripts. + . + Kstat is a general-purpose mechanism for providing kernel statistics to users. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..08315d5 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Sun::Solaris::Kstat +Upstream-Contact: https://illumos.org +Source: https://github.com/illumos/illumos-gate/tree/master/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat + +Files: debian/* +Copyright: 2014, Igor Pashev <pashev.igor@gmail.com> +License: WTFPL-2 + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + . + Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + . + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + . + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + . + 0. You just DO WHAT THE FUCK YOU WANT TO. + + +Files: * +Copyright: 1999, 2010, Oracle and/or its affiliates. All rights reserved. + 2005-2007, Sun Microsystems, Inc. All rights reserved. +License: CDDL + On Dyson system, the full text of the CDDL license + can be found in the file `/usr/share/common-licenses/CDDL-1.0'. 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) |