Here is the debdiff of the changes I made. (In the debian directory
only.)
--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
diff -Nru /tmp/F2pakyyxLX/libapache-htpasswd-perl-1.6.0/debian/changelog
/tmp/M4g6EpiR8D/libapache-htpasswd-perl-1.8/debian/changelog
--- /tmp/F2pakyyxLX/libapache-htpasswd-perl-1.6.0/debian/changelog
2008-02-27 19:48:35.000000000 -0500
+++ /tmp/M4g6EpiR8D/libapache-htpasswd-perl-1.8/debian/changelog
2008-02-27 19:48:35.000000000 -0500
@@ -1,3 +1,15 @@
+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 <[EMAIL PROTECTED]> Wed, 27 Feb 2008 19:38:30 -0500
+
libapache-htpasswd-perl (1.6.0-1) unstable; urgency=low
* New upstream release (Closes: #329490, #177023)
diff -Nru /tmp/F2pakyyxLX/libapache-htpasswd-perl-1.6.0/debian/control
/tmp/M4g6EpiR8D/libapache-htpasswd-perl-1.8/debian/control
--- /tmp/F2pakyyxLX/libapache-htpasswd-perl-1.6.0/debian/control
2008-02-27 19:48:35.000000000 -0500
+++ /tmp/M4g6EpiR8D/libapache-htpasswd-perl-1.8/debian/control 2008-02-27
19:48:35.000000000 -0500
@@ -1,13 +1,13 @@
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 <[EMAIL PROTECTED]>
-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
diff -Nru /tmp/F2pakyyxLX/libapache-htpasswd-perl-1.6.0/debian/copyright
/tmp/M4g6EpiR8D/libapache-htpasswd-perl-1.8/debian/copyright
--- /tmp/F2pakyyxLX/libapache-htpasswd-perl-1.6.0/debian/copyright
2008-02-27 19:48:35.000000000 -0500
+++ /tmp/M4g6EpiR8D/libapache-htpasswd-perl-1.8/debian/copyright
2008-02-27 19:48:35.000000000 -0500
@@ -3,9 +3,13 @@
It was downloaded from http://www.cpan.org/authors/id/K/KM/KMELTZ/
-Upstream Author: Kevin Meltzer <[EMAIL PROTECTED]>
+Upstream Author: Kevin Meltzer <[EMAIL PROTECTED]>
-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