r65975 - in /trunk/libcgi-session-perl/debian: README.source changelog compat control copyright rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Dec 18 23:19:32 UTC 2010


Author: periapt-guest
Date: Sat Dec 18 23:19:25 2010
New Revision: 65975

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65975
Log:
* Upped debhelper/compat to level 8
* Upped standards version to 3.9.1
* Removed quilt dependency and README.source as it is now standard
* Reduced debian/rules to the tiny one
* Refreshed copyright

Removed:
    trunk/libcgi-session-perl/debian/README.source
Modified:
    trunk/libcgi-session-perl/debian/changelog
    trunk/libcgi-session-perl/debian/compat
    trunk/libcgi-session-perl/debian/control
    trunk/libcgi-session-perl/debian/copyright
    trunk/libcgi-session-perl/debian/rules

Modified: trunk/libcgi-session-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-perl/debian/changelog?rev=65975&op=diff
==============================================================================
--- trunk/libcgi-session-perl/debian/changelog (original)
+++ trunk/libcgi-session-perl/debian/changelog Sat Dec 18 23:19:25 2010
@@ -12,6 +12,11 @@
   [ Nicholas Bamber ]
   * New upstream release
   * Added myself to Uploaders
+  * Upped debhelper/compat to level 8
+  * Upped standards version to 3.9.1
+  * Removed quilt dependency and README.source as it is now standard
+  * Reduced debian/rules to the tiny one
+  * Refreshed copyright
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 18 Dec 2010 22:49:56 +0000
 

Modified: trunk/libcgi-session-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-perl/debian/compat?rev=65975&op=diff
==============================================================================
--- trunk/libcgi-session-perl/debian/compat (original)
+++ trunk/libcgi-session-perl/debian/compat Sat Dec 18 23:19:25 2010
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libcgi-session-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-perl/debian/control?rev=65975&op=diff
==============================================================================
--- trunk/libcgi-session-perl/debian/control (original)
+++ trunk/libcgi-session-perl/debian/control Sat Dec 18 23:19:25 2010
@@ -1,14 +1,14 @@
 Source: libcgi-session-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.8), libfreezethaw-perl, libcgi-simple-perl,
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libfreezethaw-perl, libcgi-simple-perl,
  libdbi-perl, libdbd-sqlite3-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julien Danjou <acid at debian.org>,
  Rene Mayorga <rmayorga at debian.org.sv>, Ansgar Burchardt <ansgar at debian.org>,
  gregor herrmann <gregoa at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>,
-Standards-Version: 3.8.1
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/CGI-Session/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-session-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-session-perl/

Modified: trunk/libcgi-session-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-perl/debian/copyright?rev=65975&op=diff
==============================================================================
--- trunk/libcgi-session-perl/debian/copyright (original)
+++ trunk/libcgi-session-perl/debian/copyright Sat Dec 18 23:19:25 2010
@@ -1,37 +1,41 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
-Upstream-Name: CGI-Session
-Upstream-Maintainer: Mark Stosberg
-Upstream-Source: http://search.cpan.org/dist/CGI-Session/
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Sherzod Ruzmetov <sherzodr at cpan.org>
+Source: http://search.cpan.org/dist/CGI-Session/
+Name: CGI-Session
 
 Files: *
-Copyright: © 2001-2005 Sherzod Ruzmetov <sherzodr at cpan.org>
-License: GPL-1+ | Artistic
- These modules are free software. They may be used, redistributed
- and/or modified under the same terms as Perl itsel.
- .
- 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'.
+Copyright: Sherzod Ruzmetov <sherzodr at cpan.org>
+License: Artistic or GPL-1+
 
 Files: lib/CGI/Session/ID/static.pm
-Copyright: © 2002 Adam Jacob <adam at sysadminsith.org>
-License: GPL-1+ | Artistic
- This library is free software. You can modify and distribute it under the
- same terms as Perl itself
+Copyright: 2002 Adam Jacob <adam at sysadminsith.org>
+License: Artistic or GPL-1+
 
 Files: lib/CGI/Session/Driver/postgresql.pm
-Copyright: © 2002 Cosimo Streppone <cosimo at cpan.org>
-License: GPL-1+ | Artistic
- This library is free software. You can modify and distribute it under the
- same terms as Perl itself
+Copyright: 2002 Cosimo Streppone <cosimo at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright:
- © 2003-2008, Julien Danjou <julien at debian.org>
- © 2008, Rene Mayorga <rmayorga at debian.org.sv>
- © 2008, Damyan Ivanov <dmn at debian.org>
- © 2008, gregor herrmann <gregoa at debian.org>
- © 2008, Ansgar Burchardt <ansgar at debian.org>
-License: GPL-1+ | Artistic
+ 2003-2007, Julien Danjou <acid at debian.org>
+ 2008-2009, Ansgar Burchardt <ansgar at debian.org>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
 
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libcgi-session-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-perl/debian/rules?rev=65975&op=diff
==============================================================================
--- trunk/libcgi-session-perl/debian/rules (original)
+++ trunk/libcgi-session-perl/debian/rules Sat Dec 18 23:19:25 2010
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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