summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-01-17 00:38:53 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-17 00:38:53 +0100
commitff7b9df670e003c2d0a0714f223ca932bd7935db (patch)
tree8cd00cc188d9a3c407fb41c6023d11c0d4c5de67
parente0ebb260d85560d4e159bc4b748519b4207592db (diff)
downloadvserver-perl-ff7b9df670e003c2d0a0714f223ca932bd7935db.tar.gz
vserver-perl-ff7b9df670e003c2d0a0714f223ca932bd7935db.tar.bz2
vserver-perl-ff7b9df670e003c2d0a0714f223ca932bd7935db.zip
add debian directory
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control13
-rw-r--r--debian/copyright36
-rw-r--r--debian/libvserver-perl.docs1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/watch2
7 files changed, 62 insertions, 0 deletions
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 <alex@spline.inf.fu-berlin.de> 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 <alex@spline.inf.fu-berlin.de>
+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 <alex@spline.inf.fu-berlin.de>
+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 <alex@spline.inf.fu-berlin.de>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2013, Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+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)$