From ff7b9df670e003c2d0a0714f223ca932bd7935db Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 17 Jan 2013 00:38:53 +0100 Subject: add debian directory --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 13 +++++++++++++ debian/copyright | 36 ++++++++++++++++++++++++++++++++++++ debian/libvserver-perl.docs | 1 + debian/rules | 4 ++++ debian/watch | 2 ++ 7 files changed, 62 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libvserver-perl.docs create mode 100755 debian/rules create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..273aca4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libvserver-perl (1.0-1) unstable; urgency=low + + * Initial Release. + + -- Alexander Sulfrian Wed, 16 Jan 2013 22:40:00 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..57cfabb --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: libvserver-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.10.0) +Maintainer: Alexander Sulfrian +Standards-Version: 3.9.1 +Homepage: http://git.spline.inf.fu-berlin.de/vserver-perl/ + +Package: libvserver-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Little perl helpers for handling linux-vserver. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..c9bc6f1 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Alexander Sulfrian +Source: http://git.spline.inf.fu-berlin.de/vserver-perl/ +Name: VServer +DISCLAIMER: This copyright info was automatically extracted + from the perl module. It may not be accurate, so you better + check the module sources in order to ensure the module for its + inclusion in Debian or for general legal information. Please, + if licensing information is incorrectly generated, file a bug + on dh-make-perl. + NOTE: Don't forget to remove this disclaimer once you are happy + with this file. + +Files: * +Copyright: Alexander Sulfrian +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2013, Alexander Sulfrian +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic'. + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian GNU/Linux systems, the complete text of version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'. diff --git a/debian/libvserver-perl.docs b/debian/libvserver-perl.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/libvserver-perl.docs @@ -0,0 +1 @@ +README 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/watch b/debian/watch new file mode 100644 index 0000000..70b7018 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://git.spline.inf.fu-berlin.de/vserver-perl/ .*/vserver-perl-?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- cgit v1.2.3-1-g7c22