[libpath-finddev-perl] 02/02: Initial packaging by maintainer

Florian Schlichting fsfs at alioth.debian.org
Wed Oct 2 21:36:49 UTC 2013


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

fsfs pushed a commit to branch master
in repository libpath-finddev-perl.

commit 84d73891bd13d4babf30b845d4a060fde7cd39f9
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Oct 2 21:51:52 2013 +0200

    Initial packaging by maintainer
---
 debian/changelog                 |    4 ++--
 debian/control                   |   36 +++++++++++++-----------------------
 debian/copyright                 |   10 +---------
 debian/libpath-finddev-perl.docs |    1 -
 4 files changed, 16 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58cb381..496b082 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libpath-finddev-perl (0.3.2-1) UNRELEASED; urgency=low
+libpath-finddev-perl (0.4.0-1) unstable; urgency=low
 
   * Initial Release. (Closes: #725204)
 
- -- Florian Schlichting <fsfs at debian.org>  Wed, 2 Oct 2013 21:37:34 +0200
+ -- Florian Schlichting <fsfs at debian.org>  Wed, 02 Oct 2013 21:51:41 +0200
diff --git a/debian/control b/debian/control
index 982a7f7..814f684 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,11 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 8),
+ libmodule-build-perl (>= 0.400700) | perl (>= 5.19.3),
  perl
-Build-Depends-Indep: libclass-tiny-perl (>= 0.010),
- libpath-isdev-perl (>= 0.2.2),
- libpath-tiny-perl,
+Build-Depends-Indep: libclass-tiny-perl,
+ libpath-isdev-perl,
+ libpath-tiny-perl (>= 0.038),
  libsub-exporter-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpath-finddev-perl.git
@@ -17,24 +18,13 @@ Homepage: https://metacpan.org/release/Path-FindDev
 Package: libpath-finddev-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libclass-tiny-perl (>= 0.010),
- libpath-isdev-perl (>= 0.2.2),
- libpath-tiny-perl,
+ libclass-tiny-perl,
+ libpath-isdev-perl,
+ libpath-tiny-perl (>= 0.038),
  libsub-exporter-perl
-Description: Find a development path somewhere in an upper hierarchy.
- This package is mostly a glue layer around Path::IsDev|Path::IsDev with a few
- directory walking tricks.
- .
- use Path::FindDev qw( find_dev );
- .
- if ( my $root = find_dev('/some/path/to/something/somewhere')) {
- .
- print "development root = $root";
- .
- } else {
- .
- print "No development root :(";
- .
- }
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Perl module to find a development source tree somewhere in an upper hierarchy
+ Path::FindDev provides an easy and platform-independent way to find the
+ root of a development source tree in some parent directory, irrespective
+ of which test you put it in, and regardless of what $CWD happens to be
+ when you call it.  Path::FindDev is mostly a glue layer around
+ Path::IsDev with a few directory walking tricks.
diff --git a/debian/copyright b/debian/copyright
index f5d75f4..042a9c1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Path-FindDev
 Upstream-Contact: Kent Fredric <kentfredric at gmail.com>
 Upstream-Name: Path-FindDev
-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: Kent Fredric <kentfredric at gmail.com>
+Copyright: 2013, Kent Fredric <kentfredric at gmail.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/libpath-finddev-perl.docs b/debian/libpath-finddev-perl.docs
deleted file mode 100644
index 9e2d148..0000000
--- a/debian/libpath-finddev-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-maint-travis-ci/README.mkdn

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



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