r20929 - in /trunk/jifty: Makefile.PL debfirst/ debian/changelog debian/control debian/patches/ debian/patches/main-jifty-manpage-has-bad-whatis.patch debian/patches/makefile-downgrade.patch debian/patches/series debian/rules lintian.res
yvesago-guest at users.alioth.debian.org
yvesago-guest at users.alioth.debian.org
Thu Jun 12 08:50:02 UTC 2008
Author: yvesago-guest
Date: Thu Jun 12 08:50:01 2008
New Revision: 20929
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20929
Log:
* start quilt patches
* remove useless debfirst
* restore Makefile.PL with original 3.30 dep
Added:
trunk/jifty/debian/patches/
trunk/jifty/debian/patches/main-jifty-manpage-has-bad-whatis.patch
trunk/jifty/debian/patches/makefile-downgrade.patch
trunk/jifty/debian/patches/series
Removed:
trunk/jifty/debfirst/
Modified:
trunk/jifty/Makefile.PL
trunk/jifty/debian/changelog
trunk/jifty/debian/control
trunk/jifty/debian/rules
trunk/jifty/lintian.res
Modified: trunk/jifty/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/Makefile.PL?rev=20929&op=diff
==============================================================================
--- trunk/jifty/Makefile.PL (original)
+++ trunk/jifty/Makefile.PL Thu Jun 12 08:50:01 2008
@@ -10,7 +10,7 @@
requires('Class::Data::Inheritable');
requires('Class::Trigger' => '0.12');
requires('Clone' => '0.27');
-requires('CGI' => '3.29');
+requires('CGI' => '3.30');
requires('CGI::Cookie::Splitter');
requires('Class::Inspector' => 1.20); # For File::ShareDir on Win32
requires('Crypt::CBC');
Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=20929&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Thu Jun 12 08:50:01 2008
@@ -4,8 +4,9 @@
TODO :
- waiting for libmodule-install-perl 0.75
- - lot of lintian warnings : bad-whatis entry !
+ - lot of lintian warnings : bad-whatis entry ! see lintian.res
- talk about dep on CGI 3.30
- talk about plugins virtual packages
+ - review wich doc to install with debian/rules
-- AGOSTINI Yves <agostini at univ-metz.fr> Sat, 24 May 2008 08:54:18 +0200
Modified: trunk/jifty/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/control?rev=20929&op=diff
==============================================================================
--- trunk/jifty/debian/control (original)
+++ trunk/jifty/debian/control Thu Jun 12 08:50:01 2008
@@ -1,7 +1,7 @@
Source: jifty
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.8.3), libyaml-perl (>= 0.35),
libtest-log4perl-perl, libtest-www-selenium-perl,
libemail-simple-perl (>= 2.003),
@@ -43,9 +43,12 @@
libchart-perl,libgd-graph-perl, libgd-gd2-perl, libimage-info-perl, libxml-simple-perl,
libcrypt-openssl-bignum-perl, libdigest-hmac-perl,
libhtml-scrubber-perl, libmime-base64-urlsafe-perl, libregexp-common-email-address-perl, libregexp-common-perl
-Maintainer: AGOSTINI Yves <agostini at univ-metz.fr>
-Standards-Version: 3.7.3
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Jifty/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/jifty/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/
Package: jifty
Architecture: all
Added: trunk/jifty/debian/patches/main-jifty-manpage-has-bad-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/main-jifty-manpage-has-bad-whatis.patch?rev=20929&op=file
==============================================================================
--- trunk/jifty/debian/patches/main-jifty-manpage-has-bad-whatis.patch (added)
+++ trunk/jifty/debian/patches/main-jifty-manpage-has-bad-whatis.patch Thu Jun 12 08:50:01 2008
@@ -1,0 +1,60 @@
+Index: jifty/lib/Email/Send/Jifty/Test.pm
+===================================================================
+--- jifty.orig/lib/Email/Send/Jifty/Test.pm 2008-06-12 10:22:02.000000000 +0200
++++ jifty/lib/Email/Send/Jifty/Test.pm 2008-06-12 10:23:09.000000000 +0200
+@@ -3,6 +3,10 @@
+ use strict;
+ use warnings;
+
++=head1 NAME
++
++Email::Send::Jifty::Test - fix namespace
++
+ =head1 WHY?
+
+ Because L<Email::Send> 1.99_01 requires senders to be in this namespace.
+Index: jifty/lib/Jifty/Schema.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Schema.pm 2008-06-12 10:26:03.000000000 +0200
++++ jifty/lib/Jifty/Schema.pm 2008-06-12 10:28:01.000000000 +0200
+@@ -5,6 +5,12 @@
+ use base qw/Jifty::Object/;
+ use SQL::ReservedWords;
+
++=head1 NAME
++
++Jifty::Schema - Jifty schemas
++
++=cut
++
+ Jifty::Module::Pluggable->import(
+ require => 1,
+ search_path => ["SQL::ReservedWords"],
+Index: jifty/lib/Jifty/View/Declare/Page.pm
+===================================================================
+--- jifty.orig/lib/Jifty/View/Declare/Page.pm 2008-06-12 10:28:55.000000000 +0200
++++ jifty/lib/Jifty/View/Declare/Page.pm 2008-06-12 10:30:13.000000000 +0200
+@@ -5,7 +5,7 @@
+
+ =head1 NAME
+
+-Jifty::View::Declare::Page
++Jifty::View::Declare::Page - page wrappers
+
+ =head1 DESCRIPTION
+
+Index: jifty/lib/Jifty/Web/Form/Field/Collection.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Web/Form/Field/Collection.pm 2008-06-12 10:30:54.000000000 +0200
++++ jifty/lib/Jifty/Web/Form/Field/Collection.pm 2008-06-12 10:34:28.000000000 +0200
+@@ -5,6 +5,10 @@
+
+ use base qw/Jifty::Web::Form::Field/;
+
++=head1 NAME
++
++Jifty::Web::Form::Field::Collection - render a whole collection of available values
++
+ =head2 render_widget
+
+ Renders the whole collection of available values.
Added: trunk/jifty/debian/patches/makefile-downgrade.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/makefile-downgrade.patch?rev=20929&op=file
==============================================================================
--- trunk/jifty/debian/patches/makefile-downgrade.patch (added)
+++ trunk/jifty/debian/patches/makefile-downgrade.patch Thu Jun 12 08:50:01 2008
@@ -1,0 +1,13 @@
+Index: jifty/Makefile.PL
+===================================================================
+--- jifty.orig/Makefile.PL 2008-06-12 10:18:19.000000000 +0200
++++ jifty/Makefile.PL 2008-06-12 10:19:36.000000000 +0200
+@@ -10,7 +10,7 @@
+ requires('Class::Data::Inheritable');
+ requires('Class::Trigger' => '0.12');
+ requires('Clone' => '0.27');
+-requires('CGI' => '3.30');
++requires('CGI' => '3.29'); # this downgrade from 3.30 to 3.29 affect PUTDATA in REST plugin
+ requires('CGI::Cookie::Splitter');
+ requires('Class::Inspector' => 1.20); # For File::ShareDir on Win32
+ requires('Crypt::CBC');
Added: trunk/jifty/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/series?rev=20929&op=file
==============================================================================
--- trunk/jifty/debian/patches/series (added)
+++ trunk/jifty/debian/patches/series Thu Jun 12 08:50:01 2008
@@ -1,0 +1,2 @@
+makefile-downgrade.patch
+main-jifty-manpage-has-bad-whatis.patch
Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=20929&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Thu Jun 12 08:50:01 2008
@@ -16,20 +16,20 @@
#TMP = $(CURDIR)/debian/$(PACKAGE)
TMP = $(CURDIR)/debian/libjifty-perl
+include /usr/share/quilt/quilt.make
+
build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
dh_testdir
- # Add commands to compile the package here
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
touch $@
-clean:
+clean: unpatch
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
@@ -37,8 +37,8 @@
dh_testdir
dh_testroot
dh_clean -k
- # Add commands to install the package into $(TMP) here
#$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+ # build virtual package in debian/libjifty-perl
$(MAKE) install DESTDIR=$(CURDIR)/debian/libjifty-perl
[ ! -d $(TMP)/usr/lib/perl5 ] || \
rmdir --ignore-fail-on-non-empty --parents --verbose \
@@ -52,7 +52,7 @@
dh_testdir
dh_testroot
dh_installexamples doc/examples/* examples/*
-# dh_installdocs README t/TestApp-Plugin-News/lib/TestApp/Plugin/News t/TestApp-Plugin-News/lib/TestApp/Plugin/News/Model/News.pm blib/lib/Jifty/Plugin/SiteNews/Mixin/Model/News.pm blib/lib/Jifty/Plugin/SiteNews/View/News.pm plugins/ExtJS/share/web/static/css/extjs/README.txt examples/Yada/lib/Example/Todo examples/Yada/lib/Example/Todo/Model/Todo.pm examples/Yada/lib/Yada/View/Todo.pm examples/Yada/lib/Yada/Model/Todo.pm lib/Jifty/Plugin/SiteNews/Mixin/Model/News.pm lib/Jifty/Plugin/SiteNews/View/News.pm debfirst/README
+# dh_installdocs README t/TestApp-Plugin-News/lib/TestApp/Plugin/News t/TestApp-Plugin-News/lib/TestApp/Plugin/News/Model/News.pm blib/lib/Jifty/Plugin/SiteNews/Mixin/Model/News.pm blib/lib/Jifty/Plugin/SiteNews/View/News.pm plugins/ExtJS/share/web/static/css/extjs/README.txt examples/Yada/lib/Example/Todo examples/Yada/lib/Example/Todo/Model/Todo.pm examples/Yada/lib/Yada/View/Todo.pm examples/Yada/lib/Yada/Model/Todo.pm lib/Jifty/Plugin/SiteNews/Mixin/Model/News.pm lib/Jifty/Plugin/SiteNews/View/News.pm
dh_installchangelogs Changelog
dh_perl
dh_compress
Modified: trunk/jifty/lintian.res
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/lintian.res?rev=20929&op=diff
==============================================================================
--- trunk/jifty/lintian.res (original)
+++ trunk/jifty/lintian.res Thu Jun 12 08:50:01 2008
@@ -1,4 +1,4 @@
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Email::Send::Jifty::Test.3pm.gz
+FixW: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Email::Send::Jifty::Test.3pm.gz
N:
N: Each manual page should start with a `NAME' section, which lists the
N: name and a brief description of the page seperated by '\-'. These
@@ -40,7 +40,7 @@
N: At worst, warning messages can be disabled with the .warn directive,
N: see "Debugging" in the groff manual.
N:
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Manual::Tutorial_ja.3pm.gz
+UTF8 pod W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Manual::Tutorial_ja.3pm.gz
W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::ActorMetadata.3pm.gz
W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::AdminUI.3pm.gz
W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Attributes::Mixin::Attributes.3pm.gz
@@ -116,10 +116,10 @@
W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Userpic.3pm.gz
W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Userpic::Dispatcher.3pm.gz
W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Userpic::View.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Schema.3pm.gz
+Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Schema.3pm.gz
W: libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::View::Declare::CoreTemplates.3pm.gz 313: warning [p 3, 7.7i]: can't break line
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::View::Declare::Page.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Web::Form::Field::Collection.3pm.gz
+Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::View::Declare::Page.3pm.gz
+Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Web::Form::Field::Collection.3pm.gz
W: libjifty-perl: binary-without-manpage usr/bin/jifty
N:
N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should
@@ -166,7 +166,7 @@
N:
N: Refer to Policy Manual, section 12.5 for details.
N:
-W: libjifty-perl: new-package-should-close-itp-bug
+Fix W: libjifty-perl: new-package-should-close-itp-bug
N:
N: This package appears to be the first packaging of a new upstream
N: software package (there is only one changelog entry and the Debian
More information about the Pkg-perl-cvs-commits
mailing list