[SCM] Debian packaging of libhttp-exception-perl branch, master, updated. debian/0.04001-1-12-gd39a129

TANIGUCHI Takaki takaki at asis.media-as.org
Wed May 8 03:03:22 UTC 2013


The following commit has been merged in the master branch:
commit d39a12930f0f8c02b3edbdac0a6537a754afd205
Merge: 70a38290b8f954cc0a47eac3cd07f0c3e041d97c cfc859441b5330e23977f52c0cecc3b2b01ed25b
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Wed May 8 12:02:42 2013 +0900

    Merge branch 'master' of ssh://git.debian.org/git/pkg-perl/packages/libhttp-exception-perl
    
    Conflicts:
    	Changes
    	META.yml
    	Makefile.PL
    	README
    	debian/changelog
    	debian/control
    	dist.ini
    	lib/HTTP/Exception.pm
    	lib/HTTP/Exception/1XX.pm
    	lib/HTTP/Exception/2XX.pm
    	lib/HTTP/Exception/3XX.pm
    	lib/HTTP/Exception/4XX.pm
    	lib/HTTP/Exception/5XX.pm
    	lib/HTTP/Exception/Base.pm
    	lib/HTTP/Exception/Loader.pm

diff --combined debian/changelog
index 758dbb2,1e74c39..3948a05
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,19 -1,36 +1,44 @@@
 +libhttp-exception-perl (0.04004-1) unstable; urgency=low
 +
 +  [ gregor herrmann ]
 +  * Remove alternative (build) dependencies that are already satisfied
 +    in oldstable.
 +
 +  [ Ansgar Burchardt ]
 +  * debian/control: Convert Vcs-* fields to Git.
 +
 +  [ TANIGUCHI Takaki ]
 +  * Imported Upstream version 0.04004
 +  * debian/copyright: Update Format URL. 
 +  * debian/control: Bump Standards-Version to 3.9.4. (with no changes)
 +
 + -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 08 May 2013 11:42:20 +0900
 +
+ libhttp-exception-perl (0.04001-2) UNRELEASED; urgency=low
+ 
+   [ gregor herrmann ]
+   * debian/control: update {versioned,alternative} (build) dependencies.
+ 
+   [ Salvatore Bonaccorso ]
+   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
+   * Change search.cpan.org based URIs to metacpan.org based URIs
+ 
+  -- gregor herrmann <gregoa at debian.org>  Thu, 05 Jul 2012 12:34:20 -0600
+ 
+ libhttp-exception-perl (0.04001-1) unstable; urgency=low
+ 
+   * Team upload.
 -
 -  [ gregor herrmann ]
 -  * Remove alternative (build) dependencies that are already satisfied
 -    in oldstable.
 -
 -  [ Ansgar Burchardt ]
 -  * debian/control: Convert Vcs-* fields to Git.
 -
+   [ Salvatore Bonaccorso ]
+   * Imported Upstream version 0.04001
+     Fixes build failure due to failing tests (Closes: #661874).
+   * Don't install README file to docs
+   * Update debian/copyright information.
+     Adjust URL to format specification to the copyright-format 1.0 location.
+     Add copyright years for upstream files
+   * Bump Standards-Version to 3.9.3
+ 
+  -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 02 Mar 2012 11:08:29 +0100
+ 
  libhttp-exception-perl (0.03001-1) unstable; urgency=low
  
    * Initial Release. (Closes: #603332)
diff --combined debian/control
index 4d26c74,343f3b8..59974be
--- a/debian/control
+++ b/debian/control
@@@ -1,26 -1,27 +1,31 @@@
  Source: libhttp-exception-perl
+ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+ Uploaders: TANIGUCHI Takaki <takaki at debian.org>
  Section: perl
  Priority: optional
  Build-Depends: debhelper (>= 7)
 -Build-Depends-Indep: libexception-class-perl,
 -                     libscalar-list-utils-perl,
 -                     libtest-exception-perl,
 -                     libwww-perl,
 -                     perl
 -Standards-Version: 3.9.3
 +Build-Depends-Indep: libexception-class-perl (>= 1.29),
 + libscalar-list-utils-perl (>= 1.22),
 + libtest-exception-perl (>= 0.29),
 + libwww-perl (>= 5.817),
 + perl,
 + perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 +Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 +Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 +Standards-Version: 3.9.4
 +Homepage: http://search.cpan.org/dist/HTTP-Exception/
- Vcs-Git: git://git.debian.org/pkg-perl/packages/libhttp-exception-perl.git
  Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-exception-perl.git
+ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-exception-perl.git
+ Homepage: https://metacpan.org/release/HTTP-Exception/
  
  Package: libhttp-exception-perl
  Architecture: all
- Depends: ${misc:Depends}, ${perl:Depends},
-  libexception-class-perl (>= 1.29),
-  libscalar-list-utils-perl (>= 1.22),
-  libwww-perl (>= 5.817)
+ Depends: ${misc:Depends},
+          ${perl:Depends},
+          libexception-class-perl,
+          libscalar-list-utils-perl,
+          libwww-perl
  Description: throw HTTP-Errors as (Exception::Class-) Exceptions
   It is a perl module for HTTP exception. HTTP::Exception lets you throw
   HTTP-Errors as Exceptions.
+ 

-- 
Debian packaging of libhttp-exception-perl



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