[libshell-guess-perl] 01/01: Initial packaging by dh-make-perl 0.84

C.J. Collier cjcollier at linuxfoundation.org
Sun Jun 5 22:31:24 UTC 2016


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

cjadamscollier-guest pushed a commit to branch master
in repository libshell-guess-perl.

commit 31a5dc0b85b325c41b8865f6ee1a6214e5c8e673
Author: C.J. Collier <cjcollier at linuxfoundation.org>
Date:   Sat Jun 4 20:04:01 2016 -0400

    Initial packaging by dh-make-perl 0.84
    
    Signed-off-by: C.J. Collier <cjcollier at linuxfoundation.org>
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 18 ++++++++++++++++++
 debian/copyright         | 28 ++++++++++++++++++++++++++++
 debian/rules             |  4 ++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  7 +++++++
 debian/watch             |  2 ++
 8 files changed, 66 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2426ec3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libshell-guess-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #778549)
+
+ -- C.J. Collier <cjcollier at linuxfoundation.org>  Sat, 4 Jun 2016 20:04:01 -0400
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..ab9f293
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: libshell-guess-perl
+Section: perl
+Priority: optional
+Maintainer: C.J. Collier <cjcollier at linuxfoundation.org>
+Build-Depends: debhelper (>= 9),
+ perl
+Standards-Version: 3.9.8
+Homepage: https://metacpan.org/release/Shell-Guess
+
+Package: libshell-guess-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Make an educated guess about the shell in use
+ Shell::Guess makes a reasonably aggressive attempt to determine the shell
+ being employed by the user, either the shell that executed the perl script
+ directly (the "running" shell), or the users' login shell (the "login"
+ shell). It does this by a variety of means available to it, depending on the
+ platform that it is running on.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fb1e2ef
--- /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/Shell-Guess
+Upstream-Contact: Graham Ollis <plicease at cpan.org>
+Upstream-Name: Shell-Guess
+
+Files: *
+Copyright: Graham Ollis <plicease at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, C.J. Collier <cjcollier at linuxfoundation.org>
+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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..5fb792b
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: https://github.com/plicease/Shell-Guess/issues
+Contact: Graham Ollis <plicease at cpan.org>
+Name: Shell-Guess
+Repository: git://github.com/plicease/Shell-Guess.git
+Repository-Browse: https://github.com/plicease/Shell-Guess
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..643778f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Shell-Guess   .*/Shell-Guess-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/libshell-guess-perl.git



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