r47439 - in /trunk/jifty/debian: changelog libjifty-perl.install libjifty-perl.lintian-overrides rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Wed Nov 18 19:34:49 UTC 2009


Author: yvesago-guest
Date: Wed Nov 18 19:34:33 2009
New Revision: 47439

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47439
Log:
  * fix dh 7
  * update lintian override
  * control:
     - add dep on libtest-script-run-perl (>= 0.03)
     - Standards-Version: bump to 3.8.3
TODO update patch, fix failing test

Modified:
    trunk/jifty/debian/changelog
    trunk/jifty/debian/libjifty-perl.install
    trunk/jifty/debian/libjifty-perl.lintian-overrides
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=47439&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Wed Nov 18 19:34:33 2009
@@ -1,14 +1,18 @@
 jifty (0.91117-1) UNRELEASED; urgency=low
 
-XXX waiting for libtest-script-run-perl (>= 0.03)
+TODO waiting for libtest-script-run-perl (>= 0.03)
+TODO failing test on t/TestApp-Plugin-REST/t/03-format.t
+TODO Update patches
 
   [ AGOSTINI Yves ]
   * New upstream release
-  * Update patches
   * refresh to dh 7
-  * upate lintian override
+  * update lintian override
   * add ${misc:Depends} for dh7
   * Update copyright format to proposal rev=196
+  * control: 
+     - add dep on libtest-script-run-perl (>= 0.03)
+     - Standards-Version: bump to 3.8.3
 
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-
@@ -18,9 +22,6 @@
     libemail-mime-{creator,modifier}-perl".
   * Bump (build) dependency on libemail-mime-createhtml-perl to >= 1.026-3
     (partly fixes #555854).
-
-  [ AGOSTINI Yves ]
-  * New upstream release
 
  -- AGOSTINI Yves <agostini at univ-metz.fr>  Wed, 18 Nov 2009 14:22:48 +0100
 

Modified: trunk/jifty/debian/libjifty-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/libjifty-perl.install?rev=47439&op=diff
==============================================================================
--- trunk/jifty/debian/libjifty-perl.install (original)
+++ trunk/jifty/debian/libjifty-perl.install Wed Nov 18 19:34:33 2009
@@ -1,2 +1,2 @@
-debian/tmp/* .
+debian/tmp/*
 contrib/jifty_completion.sh etc/bash_completion.d/

Modified: trunk/jifty/debian/libjifty-perl.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/libjifty-perl.lintian-overrides?rev=47439&op=diff
==============================================================================
--- trunk/jifty/debian/libjifty-perl.lintian-overrides (original)
+++ trunk/jifty/debian/libjifty-perl.lintian-overrides Wed Nov 18 19:34:33 2009
@@ -8,10 +8,10 @@
 # The very long name of this package can't be break
 libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword.3pm.gz 133: warning [p 1, 0.8i]: can't break line
 # This file contains a long url
-libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::View::Declare::CoreTemplates.3pm.gz 305: warning [p 3, 7.7i]: can't break line
+libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::View::Declare::CoreTemplates.3pm.gz 306: warning [p 3, 7.5i]: can't break line
 # Files in share/web are called inline 
 libjifty-perl: script-not-executable ./usr/share/perl5/auto/share/dist/Jifty/web/transform_templates
 # license in rsh.js file in copyright
 libjifty-perl: extra-license-file usr/share/perl5/auto/share/dist/Jifty/plugins/Jifty/Plugin/SinglePage/web/static/js/singlepage/rsh/LICENSE.txt
-# one more chinese tutorial
-#libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::Manual::Deploying_zhtw.3pm.gz 139: warning [p 1, 2.2i]: can't break line
+# chinese manual
+libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::Manual::Actions_zhtw.3pm.gz 154: warning [p 1, 5.2i]: can't break line

Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=47439&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Wed Nov 18 19:34:33 2009
@@ -3,14 +3,15 @@
 export DH_ALWAYS_EXCLUDE=.svn
 
 %:
-	dh --with quilt $@
+	dh $@
+#	dh --with quilt $@
 
 override_dh_auto_test:
 	# skip test for buil test
 
-#override_dh_install:
-#	dh_install
-#	dh_install -plibjifty-perl -XManual/Tutorial \
+override_dh_install:
+	dh_install -pjifty usr/share/perl5/Jifty/Manual/Tutorial* 
+	dh_install -plibjifty-perl -XManual/Tutorial \
                 -Xprototypism/scriptaculous -Xjs/jquery-1.2.6.js \
                 -Xprototype.js debian/tmp/*
 
@@ -20,3 +21,4 @@
 	chmod 644 $(CURDIR)/debian/libjifty-perl/usr/share/perl5/auto/share/dist/Jifty/web/static/css/*.css
 	chmod 644 $(CURDIR)/debian/libjifty-perl/usr/share/perl5/auto/share/dist/Jifty/web/static/js/{i,jquery.}*.js
 	chmod 644 $(CURDIR)/debian/libjifty-perl/usr/share/perl5/auto/share/dist/Jifty/plugins/Jifty/Plugin/AdminUI/web/templates/__jifty/admin/_elements/nav
+	chmod 644 $(CURDIR)/debian/libjifty-perl/usr/share/perl5/auto/share/dist/Jifty/web/static/images/facebox/*.gif




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