[libobject-remote-perl] 01/07: 0.003003-1

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 8 11:02:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libobject-remote-perl.

commit 7dd9e2c477a364e3ef740e2ae9ac468b7fc31b6b
Author: Hilko Bengen <bengen at debian.org>
Date:   Sat Aug 23 13:26:07 2014 +0200

    0.003003-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 39 +++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..04fb3ee
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libobject-remote-perl (0.003003-1) unstable; urgency=low
+
+  * Initial Release (Closes: #742970)
+
+ -- Hilko Bengen <bengen at debian.org>  Sat, 23 Aug 2014 13:25:26 +0200
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..4ce7a8b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: libobject-remote-perl
+Section: perl
+Priority: optional
+Maintainer: Hilko Bengen <bengen at debian.org>
+Build-Depends: debhelper (>= 9.20120312)
+Build-Depends-Indep: perl,
+ libclass-c3-perl,
+ libexporter-declare-perl,
+ libfuture-perl (>= 0.29),
+ libjson-pp-perl,
+ liblog-contextual-perl (>= 0.005000),
+ libmodule-runtime-perl,
+ libmoo-perl (>= 1.001),
+ libmro-compat-perl,
+ libstring-shellquote-perl,
+# tests
+ libbareword-filehandles-perl,
+ libindirect-perl,
+ libmultidimensional-perl,
+ libtest-fatal-perl,
+Standards-Version: 3.9.5
+Homepage: https://metacpan.org/release/Object-Remote
+
+Package: libobject-remote-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-c3-perl,
+ libexporter-declare-perl,
+ libfuture-perl (>= 0.29),
+ libjson-pp-perl,
+ liblog-contextual-perl (>= 0.005000),
+ libmodule-runtime-perl,
+ libmoo-perl (>= 1.001),
+ libmro-compat-perl,
+ libstring-shellquote-perl,
+Description: Call methods on objects in other processes or on other hosts
+ Object::Remote allows a process to create an object in another
+ process - usually one running on another machine connected via ssh,
+ although other connection mechanisms are available.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c3b0475
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Object-Remote
+Upstream-Contact: mst - Matt S. Trout (cpan:MSTROUT) <mst at shadowcat.co.uk>
+Upstream-Name: Object-Remote
+
+Files: *
+Copyright: mst - Matt S. Trout (cpan:MSTROUT) <mst at shadowcat.co.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Hilko Bengen <bengen at nomad.int.hilluzination.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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
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..f735f22
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Object-Remote   .*/Object-Remote-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libobject-remote-perl.git



More information about the Pkg-perl-cvs-commits mailing list