[SCM] Debian packaging of libweb-simple-perl branch, master, updated. upstream/0.008-15-g5ce1a3f
Fabrizio Regalli
fabreg at fabreg.it
Thu Aug 11 20:15:44 UTC 2011
The following commit has been merged in the master branch:
commit 5ce1a3feb180b4acc92cb02269d0a5d60daad0bb
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date: Thu Aug 11 22:15:30 2011 +0200
NOTE2: verify dependencies version
* New upstream release
* Upgrade debhelper to (>= 8)
* Update d/compat to 8
* Added myself to Uploaders and Copyright
* Added libweb-simple-perl.docs file
* Bump to 3.9.2 Standards-Version
* Removed 'GNU/Linux' from copyright
* Added libdata-dumper-concise-perl (>= 2.020), libmoo-perl (>= 0.009005),
libwarnings-illegalproto-perl (>= 0.001) as B-D
diff --git a/debian/changelog b/debian/changelog
index 2ebc81d..1b39edb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,10 @@
-libweb-simple-perl (0.004+dfsg-1) UNRELEASED; urgency=low
+libweb-simple-perl (0.008+dfsg-1) UNRELEASED; urgency=low
[ gregor herrmann ]
NOTE: wait for 0.009 release where docs/ is removed
+
+ [ Fabrizio Regalli ]
+ NOTE2: verify dependencies version
* New upstream release.
* Convert to source format 3.0 (quilt). Remove quilt framework.
@@ -20,7 +23,18 @@ libweb-simple-perl (0.004+dfsg-1) UNRELEASED; urgency=low
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
- -- gregor herrmann <gregoa at debian.org> Sun, 11 Jul 2010 21:20:29 +0200
+ [ Fabrizio Regalli ]
+ * New upstream release
+ * Upgrade debhelper to (>= 8)
+ * Update d/compat to 8
+ * Added myself to Uploaders and Copyright
+ * Added libweb-simple-perl.docs file
+ * Bump to 3.9.2 Standards-Version
+ * Removed 'GNU/Linux' from copyright
+ * Added libdata-dumper-concise-perl (>= 2.020), libmoo-perl (>= 0.009005),
+ libwarnings-illegalproto-perl (>= 0.001) as B-D
+
+ -- Fabrizio Regalli <fabreg at fabreg.it> Thu, 11 Aug 2011 20:19:50 +0200
libweb-simple-perl (0.002+dfsg-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 5a56927..e69f3cb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,29 @@
Source: libweb-simple-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libplack-perl,
- libsyntax-keyword-gather-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.9.0
-Homepage: http://search.cpan.org/dist/Web-Simple/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libweb-simple-perl.git
+Uploaders: gregor herrmann <gregoa at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libdata-dumper-concise-perl (>= 2.020),
+ libmoo-perl (>= 0.009005),
+ libplack-perl (>= 0.9968),
+ libsyntax-keyword-gather-perl (>= 1.001),
+ libwarnings-illegalproto-perl (>= 0.001),
+ perl
+Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libweb-simple-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libweb-simple-perl.git
+Homepage: http://search.cpan.org/dist/Web-Simple/
Package: libweb-simple-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libplack-perl,
- libsyntax-keyword-gather-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-dumper-concise-perl (>= 2.020),
+ libmoo-perl (>= 0.009005),
+ libplack-perl (>= 0.9968),
+ libsyntax-keyword-gather-perl (>= 1.001),
+ libwarnings-illegalproto-perl (>= 0.001)
Description: simple web framework
Web::Simple provides a bare minimum system for writing web applications that
don't need a full-fledged web framework.
diff --git a/debian/copyright b/debian/copyright
index 99622d9..5993633 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
Maintainer: Matt S. Trout <mst at shadowcat.co.uk>
Source: http://search.cpan.org/dist/Web-Simple/
Name: Web-Simple
@@ -7,6 +7,7 @@ Files: *
Copyright: 2009, Matt S. Trout <mst at shadowcat.co.uk>
License: Artistic or GPL-1+
+
Files: inc/Module/*
Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
2002-2010, Audrey Tang <autrijus at autrijus.org>
@@ -14,15 +15,16 @@ Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
License: Artistic or GPL-1+
Files: debian/*
-Copyright: 2009-2010, gregor herrmann <gregoa at debian.org>
+Copyright: 2009, gregor herrmann <gregoa at debian.org>
+ 2011, Fabrizio Regalli <fabreg at fabreg.it>
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 GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ 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
@@ -30,5 +32,5 @@ License: GPL-1+
the Free Software Foundation; either version 1, or (at your option)
any later version.
.
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/libweb-simple-perl.docs b/debian/libweb-simple-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libweb-simple-perl.docs
@@ -0,0 +1 @@
+README
--
Debian packaging of libweb-simple-perl
More information about the Pkg-perl-cvs-commits
mailing list