r33086 - in /trunk/jifty/debian: changelog control patches/ patches/manpage-has-bad-whatis-entry.patch patches/series rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sun Apr 12 09:50:25 UTC 2009


Author: yvesago-guest
Date: Sun Apr 12 09:50:20 2009
New Revision: 33086

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33086
Log:
  * update debian patchs for 4 manpage-has-bad-whatis-entry
    TODO: commit upstream, add url in patch header

Added:
    trunk/jifty/debian/patches/
    trunk/jifty/debian/patches/manpage-has-bad-whatis-entry.patch
    trunk/jifty/debian/patches/series
Modified:
    trunk/jifty/debian/changelog
    trunk/jifty/debian/control
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=33086&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Sun Apr 12 09:50:20 2009
@@ -2,7 +2,6 @@
 
   TODO: 
   - upgrade App::CLI to 0.08
-  - lot of clean up with removed plugins
   - bump dep in control
   - skip one test in t/TestApp/t/20-error-pages.t, 
      fails with string in halo showing code
@@ -20,12 +19,14 @@
   * libjifty-plugin-halo-perl removed (Closes: #506176) now in core
   * refresh lintian warnings on long lines
   * rules: fix bad rights for some css and js files
-    remove testapp and mailbox tets files
+    remove testapp and mailbox test files
   * links: scriptaculous and protoype now in Plugin::Prototypism
     update to jquery 1.2.6
   * copyright: remove plugins related copyrights
-   add singlepage/rsh/rsh.js copyright TODO: License name ?
-  * remove debian patchs
+   add singlepage/rsh/rsh.js copyright 
+    TODO: License name ?
+  * update debian patchs for 4 manpage-has-bad-whatis-entry 
+    TODO: commit upstream, add url in patch header
 
   [ gregor herrmann ]
   * debian/control:

Modified: trunk/jifty/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/control?rev=33086&op=diff
==============================================================================
--- trunk/jifty/debian/control (original)
+++ trunk/jifty/debian/control Sun Apr 12 09:50:20 2009
@@ -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, libtest-pod-perl,
  libemail-simple-perl (>= 2.003), libcgi-pm-perl (>= 3.30),

Added: trunk/jifty/debian/patches/manpage-has-bad-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/manpage-has-bad-whatis-entry.patch?rev=33086&op=file
==============================================================================
--- trunk/jifty/debian/patches/manpage-has-bad-whatis-entry.patch (added)
+++ trunk/jifty/debian/patches/manpage-has-bad-whatis-entry.patch Sun Apr 12 09:50:20 2009
@@ -1,0 +1,55 @@
+Author: yvesago-guest (Yves Agostini)
+Description: fix some manpage-has-bad-whatis-entry
+Upstream: Commit upstream url http://svn.jifty.org/index.cgi/jifty/view/jifty/trunk/... 
+--- a/lib/Jifty/Plugin/Config/Action/Config.pm
++++ b/lib/Jifty/Plugin/Config/Action/Config.pm
+@@ -7,6 +7,12 @@
+ use Jifty::YAML;
+ use File::Spec;
+ 
++=head2 NAME
++
++Jifty::Plugin::Config::Action::Config - Register config
++
++=cut
++
+ use Jifty::Param::Schema;
+ use Jifty::Action schema {
+     param
+--- a/lib/Jifty/Plugin/Prototypism.pm
++++ b/lib/Jifty/Plugin/Prototypism.pm
+@@ -6,7 +6,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Plugin::Prototypism
++Jifty::Plugin::Prototypism - provide Prototype and Scriptaculous js libraries
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/Jifty/Test/Email.pm
++++ b/lib/Jifty/Test/Email.pm
+@@ -11,7 +11,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Test::Email - 
++Jifty::Test::Email - test mail notification
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/Jifty/View/Mason/Request.pm
++++ b/lib/Jifty/View/Mason/Request.pm
+@@ -4,7 +4,11 @@
+ package Jifty::View::Mason::Request;
+ # Subclass for HTML::Mason::Request object $m
+ 
+-=head1 Jifty::View::Mason::Request
++=head1 NAME
++
++Jifty::View::Mason::Request - view mason request
++
++=head1 DESCRIPTION
+ 
+ Subclass of L<HTML::Mason::Request> which is customised for Jifty's use.
+ 

Added: trunk/jifty/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/series?rev=33086&op=file
==============================================================================
--- trunk/jifty/debian/patches/series (added)
+++ trunk/jifty/debian/patches/series Sun Apr 12 09:50:20 2009
@@ -1,0 +1,1 @@
+manpage-has-bad-whatis-entry.patch

Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=33086&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Sun Apr 12 09:50:20 2009
@@ -17,18 +17,17 @@
 PACKAGE = jifty
 TMP     = $(CURDIR)/debian/tmp
 
-#include /usr/share/quilt/quilt.make
+include /usr/share/quilt/quilt.make
 
 build: build-stamp
-build-stamp: 
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	#INSTALLDIRS=vendor $(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor
 	$(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor
 	$(MAKE)
 #	LANG=C $(MAKE) test
 	touch $@
 
-clean: 
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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