[libfile-grep-perl] 01/03: add debian directory

Sascha Steinbiss sascha at steinbiss.name
Fri Dec 18 20:15:13 UTC 2015


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

sascha-guest pushed a commit to branch master
in repository libfile-grep-perl.

commit be3898bb6dc6ee1fc5ac0d457873567dac88faf0
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Thu Dec 17 20:31:13 2015 +0000

    add debian directory
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 21 +++++++++++++++++++++
 debian/copyright         | 20 ++++++++++++++++++++
 debian/rules             |  4 ++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  6 ++++++
 debian/watch             |  2 ++
 8 files changed, 60 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e6c5e30
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libfile-grep-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release (Closes: #).
+
+ -- Sascha Steinbiss <sascha at steinbiss.name>  Thu, 17 Dec 2015 20:43:39 +0000
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..4e972fd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libfile-grep-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Sascha Steinbiss <sascha at steinbiss.name>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-grep-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-grep-perl.git
+Homepage: https://metacpan.org/release/File-Grep
+Testsuite: autopkgtest-pkg-perl
+
+Package: libfile-grep-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description:  find matches to a pattern in a series of files and related functions
+ File::Grep provides similar functionality as perl's builtin grep, map,
+ and foreach commands, but iterating over a passed filelist instead of
+ arrays.  While trivial, this module can provide a quick dropin when
+ such functionality is needed.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d417b56
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,20 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: File-Grep
+Upstream-Contact: Michael K. Neylon <mneylon-pm at masemware.com>
+Source: https://metacpan.org/release/File-Grep
+
+Files: *
+Copyright: 2002-2005, Michael K. Neylon <mneylon-pm at masemware.com>
+License: Artistic
+
+Files: debian/*
+Copyright:
+ 2015, Sascha Steinbiss <sascha at steinbiss.name>
+License: Artistic
+
+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'.
\ No newline at end of file
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..de3f10d
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=File-Grep
+Contact: Michael K. Neylon <mneylon-pm at masemware.com> 
+Name: File-Grep
+Repository-Browse: https://metacpan.org/source/MNEYLON/File-Grep-0.02 
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9b9e2db
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/pod/File::Grep .*/File-Grep-(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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