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

dmn pushed a commit to branch master
in repository libcatalyst-plugin-authentication-credential-openid-perl.

commit 7e915996fa8c2f422348e4b0306631e1d9013942
Author: Damyan Ivanov <d...@debian.org>
Date:   Fri May 16 06:55:01 2014 +0000

    repack excluding inc/
    
    Module-Install we lived with so far. But Test-Base + Spiffy are too much.
    
    Replace bundled software with proper build dependencies.
---
 debian/control   | 4 +++-
 debian/copyright | 6 ++++++
 debian/watch     | 3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 8c766f6..c790c17 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,11 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <d...@debian.org>
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+    libmodule-install-perl
 Build-Depends-Indep: liblwpx-paranoidagent-perl,
  libnet-openid-consumer-perl,
+ libtest-base-perl,
  libuniversal-require-perl,
  perl
 Standards-Version: 3.9.5
diff --git a/debian/copyright b/debian/copyright
index 9d6f155..c9e6d3f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,12 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: 
https://metacpan.org/release/Catalyst-Plugin-Authentication-Credential-OpenID
 Upstream-Contact: Six Apart, Ltd. <c...@sixapart.com>
 Upstream-Name: Catalyst-Plugin-Authentication-Credential-OpenID
+Files-Excluded: inc/
+X-Comment: inc/ contains bundled copies of other CPAN dostributions
+ Instead of making sure these aren't used during the build, we strip
+ them as they do not add any value to the package (everything is available on 
+ CPAN anyway) and would mean more work maintaining this file and any build 
+ time hacks.
 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 
diff --git a/debian/watch b/debian/watch
index 7c6b428..6ce03db 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-https://metacpan.org/release/Catalyst-Plugin-Authentication-Credential-OpenID  
 
.*/Catalyst-Plugin-Authentication-Credential-OpenID-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+opts=uversionmangle=s/$/+repack/ \
+ https://metacpan.org/release/Catalyst-Plugin-Authentication-Credential-OpenID 
  
.*/Catalyst-Plugin-Authentication-Credential-OpenID-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/libcatalyst-plugin-authentication-credential-openid-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to