[libapache-htpasswd-perl] 03/24: Import Debian changes 1.8-0.1

gregor herrmann gregoa at debian.org
Fri Sep 8 21:38:16 UTC 2017


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

gregoa pushed a commit to branch master
in repository libapache-htpasswd-perl.

commit 03954dc67ad2795cd95bed5a1446f0d7d6f7c29a
Merge: ef1067d d10f0d4
Author: Jaldhar H. Vyas <jaldhar at debian.org>
Date:   Wed Feb 27 19:38:30 2008 -0500

    Import Debian changes 1.8-0.1
    
    libapache-htpasswd-perl (1.8-0.1) unstable; urgency=low
    
      * NMU.
      * New upstream version (Closes: #439461)
      * Added dependencies.
      * Fixed lintian errors
        + standards version 3.7.3
        + Build-Depends instead of Build-Depends-Indep
        + proper copyright notice.

 Htpasswd.pm      | 75 ++++++++++++++++++++++++++++++++++++++++----------------
 MANIFEST         |  1 +
 META.yml         | 13 ++++++++++
 Makefile.PL      |  9 ++++++-
 debian/changelog | 12 +++++++++
 debian/control   |  8 +++---
 debian/copyright |  8 ++++--
 test.pl          | 48 +++++++++++++++++++++++++++++++++---
 8 files changed, 143 insertions(+), 31 deletions(-)

diff --cc debian/changelog
index 834866e,0000000..a35aa2d
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,50 -1,0 +1,62 @@@
++libapache-htpasswd-perl (1.8-0.1) unstable; urgency=low
++
++  * NMU.
++  * New upstream version (Closes: #439461)
++  * Added dependencies.
++  * Fixed lintian errors
++    + standards version 3.7.3
++    + Build-Depends instead of Build-Depends-Indep
++    + proper copyright notice.
++
++ -- Jaldhar H. Vyas <jaldhar at debian.org>  Wed, 27 Feb 2008 19:38:30 -0500
++
 +libapache-htpasswd-perl (1.6.0-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #329490, #177023)
 +
 + -- Tatsuki Sugiura <sugi at nemui.org>  Thu, 27 Oct 2005 20:49:45 +0900
 +
 +libapache-htpasswd-perl (1.5.5-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Tatsuki Sugiura <sugi at nemui.org>  Sat, 31 Aug 2002 21:37:03 +0900
 +
 +libapache-htpasswd-perl (1.5.3-3) unstable; urgency=low
 +
 +  * build script has been changed; package was build with binary-indep (Closes: #157461)
 +
 + -- Tatsuki Sugiura <sugi at nemui.org>  Wed, 21 Aug 2002 07:13:56 +0900
 +
 +libapache-htpasswd-perl (1.5.3-2) unstable; urgency=low
 +
 +  * source package has been updated for new policy
 +  * dependency has been fixed
 +  * upload debian offical archive (Closes: #150195)
 +
 + -- Tatsuki Sugiura <sugi at nemui.org>  Mon, 17 Jun 2002 11:50:05 +0900
 +
 +libapache-htpasswd-perl (1.5.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Tatsuki Sugiura <sugi at nemui.org>  Mon, 17 Jun 2002 11:44:53 +0900
 +
 +libapache-htpasswd-perl (1.5.2-1) unstable; urgency=low
 +
 +  * upstream update (applied 1.5.1p1-1's newline patch)
 +
 + -- Tatsuki Sugiura <sugi at assist.media.nagoya-u.ac.jp>  Sat,  7 Apr 2001 15:40:37 +0900
 +
 +libapache-htpasswd-perl (1.5.1p1-1) unstable; urgency=low
 +
 +  * upstream update
 +  * newline patch applied 
 +
 + -- Tatsuki Sugiura <sugi at assist.media.nagoya-u.ac.jp>  Wed,  4 Apr 2001 03:59:28 +0900
 +
 +libapache-htpasswd-perl (1.5-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Tatsuki Sugiura <sugi at assist.media.nagoya-u.ac.jp>  Thu, 29 Mar 2001 07:36:02 +0900
diff --cc debian/control
index 7a8b104,0000000..92e128f
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,18 -1,0 +1,18 @@@
 +Source: libapache-htpasswd-perl
- Section: interpreters
++Section: perl
 +Priority: optional
- Build-Depends-Indep: debhelper (>= 4.0.0), perl (>= 5.6.0-17), cdbs (>= 0.4.26-2)
++Build-Depends: debhelper (>= 4.0.0), perl (>= 5.6.0-17), cdbs (>= 0.4.26-2), libcrypt-passwdmd5-perl, libdigest-sha1-perl
 +Maintainer: Tatsuki Sugiura <sugi at nemui.org>
- Standards-Version: 3.6.2
++Standards-Version: 3.7.3
 +
 +Package: libapache-htpasswd-perl
 +Architecture: all
- Depends: ${perl:Depends}
++Depends: ${perl:Depends}, libcrypt-passwdmd5-perl, libdigest-sha1-perl
 +Description: Manage Unix crypt-style password file
 + This module comes with a set of methods to use with htaccess password
 + files. These files (and htaccess) are used to do Basic Authentication
 + on a web server.
 + .
 + The passwords file is a flat-file with login name and their associated
 + crypted password. You can use this for non-Apache files if you wish, but
 + it was written specifically for .htaccess style files.
diff --cc debian/copyright
index f7cb9a0,0000000..0b0cf35
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,12 -1,0 +1,16 @@@
 +This package was debianized by Tatsuki Sugiura <sugi at assist.media.nagoya-u.ac.jp> on
 +Thu, 29 Mar 2001 07:36:02 +0900.
 +
 +It was downloaded from http://www.cpan.org/authors/id/K/KM/KMELTZ/
 +
- Upstream Author: Kevin Meltzer <perlguy at perlguy.com>
++Upstream Author: Kevin Meltzer <kmeltz at cpan.org>
 +
- Copyright:
++Copyright:  1998..2005, Kevin Meltzer.  All rights reserved.  It may
++be used and modified freely, but I do request that this copyright
++notice remain attached to the file.  You may modify this module as you
++wish, but if you redistribute a modified version, please attach a note
++listing the modifications you have made.
 +
 +This is released under the same terms as Perl itself (Artistic and GPL).
 +see /usr/share/common-licenses/Artistic and /usr/share/common-licenses/GPL
 +for details.

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



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