r20417 - in /trunk/libhttp-server-simple-recorder-perl/debian: changelog control copyright rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon May 26 14:41:11 UTC 2008


Author: yvesago-guest
Date: Mon May 26 14:41:10 2008
New Revision: 20417

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20417
Log:
* control : fix vcs, deps, description, group as maintainer
* changelog : close itp bug
* copyright : new proposal format
* rules : clean useless comments

Modified:
    trunk/libhttp-server-simple-recorder-perl/debian/changelog
    trunk/libhttp-server-simple-recorder-perl/debian/control
    trunk/libhttp-server-simple-recorder-perl/debian/copyright
    trunk/libhttp-server-simple-recorder-perl/debian/rules

Modified: trunk/libhttp-server-simple-recorder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-recorder-perl/debian/changelog?rev=20417&op=diff
==============================================================================
--- trunk/libhttp-server-simple-recorder-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-recorder-perl/debian/changelog Mon May 26 14:41:10 2008
@@ -1,5 +1,5 @@
 libhttp-server-simple-recorder-perl (0.02-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #482670)
 
  -- AGOSTINI Yves <agostini at univ-metz.fr>  Sat, 24 May 2008 09:09:02 +0200

Modified: trunk/libhttp-server-simple-recorder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-recorder-perl/debian/control?rev=20417&op=diff
==============================================================================
--- trunk/libhttp-server-simple-recorder-perl/debian/control (original)
+++ trunk/libhttp-server-simple-recorder-perl/debian/control Mon May 26 14:41:10 2008
@@ -2,26 +2,19 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
-Maintainer: AGOSTINI Yves <agostini at univ-metz.fr>
+Build-Depends-Indep: perl (>= 5.6.10-12), libhttp-server-simple-perl (>= 0.10), 
+ libio-tee-perl, libtest-http-server-simple-perl (>= 0.02)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/HTTP-Server-Simple-Recorder/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-server-simple-recorder-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-recorder-perl/
 
 Package: libhttp-server-simple-recorder-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhttp-server-simple-perl (>= 0.10), libio-tee-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libhttp-server-simple-perl (>= 0.33-2),
+ libio-tee-perl, libtest-http-server-simple-perl (>= 0.02)
 Description: Mixin to record HTTP::Server::Simple's sockets
- This module allows you to record all HTTP communication between an 
- HTTP::Server::Simple-derived server and its clients.  It is a mixin, so 
- it doesn't itself subclass HTTP::Server::Simple; you need to subclass from
- both HTTP::Server::Simple::Recorder and an actual HTTP::Server::Simple subclass,
- and HTTP::Server::Simple::Recorder should be listed first.
- .
- Every time a client connects to your server, this module will open a pair of files and log
- the communication between the file and server to these files.  Each connection gets a serial
- number starting at 1.  The filename used is <$self-recorder_prefix>>, then a period,
- then the connection serial number, then a period, then either "in" or "out".  
- recorder_prefix defaults to /tmp/http-server-simple-recorder, but you can override that
- in your subclass.  For example, you might want to include the process ID.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ HTTP::Server::Simple::Recorder allows you to record all HTTP communication
+ between an HTTP::Server::Simple-derived server and its clients. 

Modified: trunk/libhttp-server-simple-recorder-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-recorder-perl/debian/copyright?rev=20417&op=diff
==============================================================================
--- trunk/libhttp-server-simple-recorder-perl/debian/copyright (original)
+++ trunk/libhttp-server-simple-recorder-perl/debian/copyright Mon May 26 14:41:10 2008
@@ -1,18 +1,23 @@
-This is the debian package for the HTTP-Server-Simple-Recorder module.
-It was created by AGOSTINI Yves <agostini at univ-metz.fr> using dh-make-perl.
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: AGOSTINI Yves <agostini at univ-metz.fr>
+X-Debianized-Date: Mon, 26 May 2008 16:01:55 +0200
+X-Source-Downloaded-From: http://search.cpan.org/dist/HTTP-Server-Simple-Recorder/
+X-Upstream-Author: David Glasser <glasser at bestpractical.com>
 
-It was downloaded from http://search.cpan.org/dist/HTTP-Server-Simple-Recorder/
+Files: *
+Copyright: Copyright (c) 2005, Best Practical Solutions, LLC
+License: GPL-1+ | Artistic
+ Copyright (c) 2005, Best Practical Solutions, LLC. All rights reserved.
+ .
+ This module is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself
 
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if you don't want to get into legal troubles.
+Files: debian/*
+Copyright: Copyright 2008 Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+License: GPL-1+ | Artistic
+ The Debian packaging is put under the same terms as the module itself.
 
-The upstream author is: 
-
-David Glasser  <glasser at bestpractical.com>
-
-.
-
-
-The Debian packaging is (C) 2008, AGOSTINI Yves <agostini at univ-metz.fr> and
-is licensed under the same terms as the software itself (see above).
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Modified: trunk/libhttp-server-simple-recorder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-recorder-perl/debian/rules?rev=20417&op=diff
==============================================================================
--- trunk/libhttp-server-simple-recorder-perl/debian/rules (original)
+++ trunk/libhttp-server-simple-recorder-perl/debian/rules Mon May 26 14:41:10 2008
@@ -18,7 +18,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
@@ -28,7 +27,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -36,7 +34,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \




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