[libeval-context-perl] 01/05: Imported Debian patch 0.09.11-1
Damyan Ivanov
dmn at alioth.debian.org
Tue Aug 13 12:55:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libeval-context-perl.
commit e51b433b7e455ca18f439f7e6f399215031417b1
Author: David Paleino <dapal at debian.org>
Date: Wed Apr 14 18:27:40 2010 +0200
Imported Debian patch 0.09.11-1
---
debian/changelog | 5 ++
debian/compat | 1 +
debian/control | 41 ++++++++++++++++
debian/copyright | 24 +++++++++
debian/docs | 1 +
debian/patches/00-drop_useless_dependencies.patch | 54 +++++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 4 ++
debian/source/format | 1 +
debian/watch | 2 +
10 files changed, 134 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4c12c6e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libeval-context-perl (0.09.11-1) unstable; urgency=low
+
+ * Initial Release (Closes: #574615)
+
+ -- David Paleino <dapal at debian.org> Wed, 14 Apr 2010 18:27:40 +0200
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..09dbd2d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: libeval-context-perl
+Section: perl
+Priority: optional
+Build-Depends:
+ debhelper (>= 7)
+ , perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep:
+ perl (>= 5.9.3)
+ , libdata-compare-perl
+ , libdata-treedumper-perl
+ , libdirectory-scratch-structured-perl
+ , libfile-slurp-perl
+ , libreadonly-perl
+ , libsub-install-perl
+ , libtest-block-perl
+ , libtest-exception-perl
+ , libtest-nowarnings-perl
+ , libtest-output-perl
+ , libtest-warn-perl
+Maintainer: David Paleino <dapal at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Eval-Context/
+Vcs-Git: git://git.debian.org/git/collab-maint/libeval-context-perl.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/libeval-context-perl.git
+
+Package: libeval-context-perl
+Architecture: all
+Depends:
+ ${perl:Depends}
+ , ${misc:Depends}
+ , perl (>= 5.9.3)
+ , libreadonly-perl
+ , libsub-install-perl
+ , libfile-slurp-perl
+Description: evalute perl code in context wrapper
+ Eval::Context defines a subroutine that lets you evaluate Perl code in a
+ specific context. The code can be passed directly as a string or as a file
+ name to read from. It also provides some subroutines to let you define and
+ optionally share variables and subroutines between your code and the code you
+ wish to evaluate. Finally there is some support for running your code in a
+ safe compartment.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3dde161
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Eval-Context
+
+Files: debian/*
+Copyright: © 2010, David Paleino <dapal at debian.org>
+License: Artistic | GPL-1+
+
+Files: *
+Copyright: © Khemir Nadim ibn Hamouda. <nadim at khemir.net>
+License: Artistic | 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.
+X-Comment: 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.
+X-Comment: on Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..9331a43
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+Todo.txt
diff --git a/debian/patches/00-drop_useless_dependencies.patch b/debian/patches/00-drop_useless_dependencies.patch
new file mode 100644
index 0000000..50f0ee9
--- /dev/null
+++ b/debian/patches/00-drop_useless_dependencies.patch
@@ -0,0 +1,54 @@
+From: David Paleino <dapal at debian.org>
+Subject: remove useless build-dependencies
+Forwarded: no
+
+---
+ Build.PL | 4 ----
+ META.yml | 4 ----
+ 2 files changed, 8 deletions(-)
+
+--- libeval-context-perl.orig/Build.PL
++++ libeval-context-perl/Build.PL
+@@ -166,7 +166,6 @@ my $build = $class->new
+ license => 'perl',
+ build_requires =>
+ {
+- 'Text::Diff' => 0,
+ 'Test::Block' => 0,
+ 'Test::Exception' => 0,
+ 'Test::NoWarnings' => 0,
+@@ -177,9 +176,6 @@ my $build = $class->new
+ requires =>
+ {
+ 'Readonly' => 0,
+- 'Data::Compare' => 0,
+- 'Sub::Exporter' => 0,
+- 'Package::Generator' => 0,
+ 'Data::TreeDumper' => 0,
+ 'File::Slurp' => 0,
+ 'Sub::Install' => 0,
+--- libeval-context-perl.orig/META.yml
++++ libeval-context-perl/META.yml
+@@ -9,7 +9,6 @@ build_requires:
+ Test::NoWarnings: 0
+ Test::Output: 0
+ Test::Warn: 0
+- Text::Diff: 0
+ configure_requires:
+ Module::Build: 0.36
+ generated_by: 'Module::Build version 0.3603'
+@@ -23,14 +22,11 @@ provides:
+ file: lib/Eval/Context.pm
+ version: 0.09
+ requires:
+- Data::Compare: 0
+ Data::Dumper: 0
+ Data::TreeDumper: 0
+ File::Slurp: 0
+- Package::Generator: 0
+ Readonly: 0
+ Safe: 2.16
+- Sub::Exporter: 0
+ Sub::Install: 0
+ Symbol: 0
+ version: 0.5
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4a48064
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00-drop_useless_dependencies.patch
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..c6ebee1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Eval-Context/ .*/Eval-Context-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/libeval-context-perl.git
More information about the Pkg-perl-cvs-commits
mailing list