r4705 - in /packages: libauthen-simple-http-perl/trunk/debian/changelog libauthen-simple-http-perl/trunk/debian/control libauthen-simple-smb-perl/trunk/debian/changelog libauthen-simple-smb-perl/trunk/debian/control

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Jan 4 05:28:18 CET 2007


Author: gwolf
Date: Thu Jan  4 05:28:17 2007
New Revision: 4705

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4705
Log:
Added missing dependency on Authen::Simple

Modified:
    packages/libauthen-simple-http-perl/trunk/debian/changelog
    packages/libauthen-simple-http-perl/trunk/debian/control
    packages/libauthen-simple-smb-perl/trunk/debian/changelog
    packages/libauthen-simple-smb-perl/trunk/debian/control

Modified: packages/libauthen-simple-http-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libauthen-simple-http-perl/trunk/debian/changelog?rev=4705&op=diff
==============================================================================
--- packages/libauthen-simple-http-perl/trunk/debian/changelog (original)
+++ packages/libauthen-simple-http-perl/trunk/debian/changelog Thu Jan  4 05:28:17 2007
@@ -1,3 +1,9 @@
+libauthen-simple-http-perl (0.2-2) unstable; urgency=low
+
+  * Missed dependency on libauthen-simple-perl - Added.
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed,  3 Jan 2007 22:31:32 -0600
+
 libauthen-simple-http-perl (0.2-1) unstable; urgency=low
 
   * Initial release (Closes: #404985) 

Modified: packages/libauthen-simple-http-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libauthen-simple-http-perl/trunk/debian/control?rev=4705&op=diff
==============================================================================
--- packages/libauthen-simple-http-perl/trunk/debian/control (original)
+++ packages/libauthen-simple-http-perl/trunk/debian/control Thu Jan  4 05:28:17 2007
@@ -10,7 +10,7 @@
 
 Package: libauthen-simple-http-perl
 Architecture: all
-Depends: ${perl:Depends}, libwww-perl
+Depends: ${perl:Depends}, libwww-perl, libauthen-simple-perl
 Description: Simple HTTP authentication
  This package allow to use HTTP authentication methods.
  .

Modified: packages/libauthen-simple-smb-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libauthen-simple-smb-perl/trunk/debian/changelog?rev=4705&op=diff
==============================================================================
--- packages/libauthen-simple-smb-perl/trunk/debian/changelog (original)
+++ packages/libauthen-simple-smb-perl/trunk/debian/changelog Thu Jan  4 05:28:17 2007
@@ -1,3 +1,9 @@
+libauthen-simple-smb-perl (0.1-2) unstable; urgency=low
+
+  * Missed dependency on libauthen-simple-perl - Added.
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed,  3 Jan 2007 22:29:49 -0600
+
 libauthen-simple-smb-perl (0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #405019) 

Modified: packages/libauthen-simple-smb-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libauthen-simple-smb-perl/trunk/debian/control?rev=4705&op=diff
==============================================================================
--- packages/libauthen-simple-smb-perl/trunk/debian/control (original)
+++ packages/libauthen-simple-smb-perl/trunk/debian/control Thu Jan  4 05:28:17 2007
@@ -10,7 +10,7 @@
 
 Package: libauthen-simple-smb-perl
 Architecture: all
-Depends: ${perl:Depends}, libauthen-smb-perl
+Depends: ${perl:Depends}, libauthen-smb-perl, libauthen-simple-perl
 Description: Simple SMB authentication
  This package allow to authenticate against a SMB server.
  .




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