r22898 - in /trunk/jifty/debian: control jifty.lintian-overrides rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon Jul 7 13:35:49 UTC 2008


Author: yvesago-guest
Date: Mon Jul  7 13:35:49 2008
New Revision: 22898

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22898
Log:
* control: add dep on cgi-pm 3.30 to be loaded on install
* rules: add dh_link on jifty.3pm to have man for binary
* rules: add --skipdeps to perl Makefile.PL to be sure that nothing is loaded by Module::AutoInstall

Modified:
    trunk/jifty/debian/control
    trunk/jifty/debian/jifty.lintian-overrides
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/control?rev=22898&op=diff
==============================================================================
--- trunk/jifty/debian/control (original)
+++ trunk/jifty/debian/control Mon Jul  7 13:35:49 2008
@@ -3,8 +3,8 @@
 Priority: optional
 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), libcgi-pm-perl,
+ libtest-log4perl-perl, libtest-www-selenium-perl, libtest-pod-perl,
+ libemail-simple-perl (>= 2.003), libcgi-pm-perl (>= 3.30),
  libipc-run3-perl, libemail-localdelivery-perl (>= 0.217), libtest-base-perl,
  libhtml-mason-perl (>= 1.3101), libhtml-parser-perl,
  libemail-mime-creator-perl (>= 1.45), libipc-pubsub-perl (>= 0.23),
@@ -90,8 +90,8 @@
 Package: libjifty-perl
 Architecture: all
 Depends: perl (>= 5.8.3), ${misc:Depends}, libyaml-perl (>= 0.35),
- libtest-log4perl-perl, libtest-www-selenium-perl,
- libemail-simple-perl (>= 2.003), libcgi-pm-perl,
+ libtest-log4perl-perl, libtest-www-selenium-perl, libtest-pod-perl,
+ libemail-simple-perl (>= 2.003), libcgi-pm-perl (>= 3.30),
  libipc-run3-perl, libemail-localdelivery-perl (>= 0.217), libtest-base-perl,
  libhtml-mason-perl (>= 1.3101), libhtml-parser-perl,
  libemail-mime-creator-perl (>= 1.45), libipc-pubsub-perl (>= 0.23),

Modified: trunk/jifty/debian/jifty.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/jifty.lintian-overrides?rev=22898&op=diff
==============================================================================
--- trunk/jifty/debian/jifty.lintian-overrides (original)
+++ trunk/jifty/debian/jifty.lintian-overrides Mon Jul  7 13:35:49 2008
@@ -8,7 +8,5 @@
 jifty: manpage-has-errors-from-man usr/share/man/man3/Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword.3pm.gz 141: warning [p 1, 0.8i]: can't break line
 # This file contains a long url
 jifty: 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
-# This binary have the same name than the main package so "man jifty" works
-jifty: binary-without-manpage usr/bin/jifty
 # Files in share/web are called inline 
 jifty: script-not-executable ./usr/share/perl5/auto/Jifty/web/transform_templates

Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=22898&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Mon Jul  7 13:35:49 2008
@@ -21,7 +21,7 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor
 	$(MAKE)
 	LANG=C $(MAKE) test
 	touch $@
@@ -64,6 +64,7 @@
 	chmod 644 $(CURDIR)/debian/jifty/usr/share/perl5/auto/Jifty/plugins/Jifty/Plugin/Chart/web/static/js/PlotKit/excanvas.js
 	chmod 644 $(CURDIR)/debian/jifty/usr/share/perl5/auto/Jifty/plugins/Jifty/Plugin/OnlineDocs/web/templates/__jifty/online_docs/autohandler
 	chmod 644 $(CURDIR)/debian/jifty/usr/share/perl5/auto/Jifty/plugins/Jifty/Plugin/AdminUI/web/templates/__jifty/admin/_elements/nav
+	dh_link usr/share/man/man3/Jifty.3pm.gz  usr/share/man/man3/jifty.3pm.gz
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




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