r19462 - in /trunk/libtest-http-server-simple-perl/debian: changelog control

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue May 6 01:30:49 UTC 2008


Author: gwolf
Date: Tue May  6 01:30:49 2008
New Revision: 19462

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19462
Log:
Trying to keep lintian happy.
This is NOT ready for upload - it FTBFSes often.

Modified:
    trunk/libtest-http-server-simple-perl/debian/changelog
    trunk/libtest-http-server-simple-perl/debian/control

Modified: trunk/libtest-http-server-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-http-server-simple-perl/debian/changelog?rev=19462&op=diff
==============================================================================
--- trunk/libtest-http-server-simple-perl/debian/changelog (original)
+++ trunk/libtest-http-server-simple-perl/debian/changelog Tue May  6 01:30:49 2008
@@ -1,5 +1,13 @@
-libtest-http-server-simple-perl (0.06-1) unstable; urgency=low
+libtest-http-server-simple-perl (0.06-1) UNRELEASED; urgency=low
 
+  CHECK: Often (but bot always!) FTBFS. 
+  
+  [ AGOSTINI Yves ]
   * Initial Release (Closes: #476938)
 
- -- AGOSTINI Yves <agostini at univ-metz.fr>  Wed, 16 Apr 2008 11:32:05 +0200
+  [ Gunnar Wolf ]
+  * Added myself as an uploader
+  * Modified dependencies to target upstream versions, not Debian
+    uploads (see lintian: "build-depends-on-1-revision")
+
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 05 May 2008 20:32:16 -0500

Modified: trunk/libtest-http-server-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-http-server-simple-perl/debian/control?rev=19462&op=diff
==============================================================================
--- trunk/libtest-http-server-simple-perl/debian/control (original)
+++ trunk/libtest-http-server-simple-perl/debian/control Tue May  6 01:30:49 2008
@@ -2,11 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12), libtest-simple-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libhttp-server-simple-perl (>= 0.33-1),
- libtest-simple-perl (>= 0.78-0.1)
+Build-Depends-Indep: perl (>= 5.6.10), libtest-simple-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl, libhttp-server-simple-perl (>= 0.33),
+ libtest-simple-perl (>= 0.78)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>, Gunnar Wolf <gwolf at debian.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Test-HTTP-Server-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-http-server-simple-perl/
@@ -14,7 +14,7 @@
 
 Package: libtest-http-server-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhttp-server-simple-perl (>= 0.33-1)
+Depends: ${perl:Depends}, ${misc:Depends}, libhttp-server-simple-perl (>= 0.33)
 Description: Test::More functions for HTTP::Server::Simple
  Test::HTTP::Server::Simple provides methods to test an 
  HTTP::Server::Simple-based web server. 




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