r22847 - in /trunk/jifty/debian: control patches/makefile-downgrade.patch patches/series rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sun Jul 6 07:08:01 UTC 2008


Author: yvesago-guest
Date: Sun Jul  6 07:08:00 2008
New Revision: 22847

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22847
Log:
* remove makefile-downgrade.patch / add dep on libcgi-pm-perl 

Removed:
    trunk/jifty/debian/patches/makefile-downgrade.patch
Modified:
    trunk/jifty/debian/control
    trunk/jifty/debian/patches/series
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/control?rev=22847&op=diff
==============================================================================
--- trunk/jifty/debian/control (original)
+++ trunk/jifty/debian/control Sun Jul  6 07:08:00 2008
@@ -4,7 +4,7 @@
 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),
+ libemail-simple-perl (>= 2.003), libcgi-pm-perl,
  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),
@@ -60,7 +60,7 @@
 Package: jifty
 Architecture: all
 Depends: ${perl:Depends}, libjifty-perl
-Description: Jifty perl web MVC framework
+Description: perl web MVC framework
  Yet another web framework.
  .
  What's cool about Jifty? (Buzzwords)
@@ -91,7 +91,7 @@
 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),
+ libemail-simple-perl (>= 2.003), libcgi-pm-perl,
  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),
@@ -135,12 +135,14 @@
 Architecture: all
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libauthen-cas-client-perl
 Description: Jifty plugin for Jasig CAS authentication
+ This virtual package add new dependencies
 
 Package: libjifty-plugin-authentication-ldap-perl
 Section: perl
 Architecture: all
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libnet-ldap-perl
 Description: Jifty plugin for Jasig CAS authentication
+ This virtual package add new dependencies
 
 Package: libjifty-plugin-openid-perl
 Section: perl
@@ -148,6 +150,7 @@
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, liburi-fetch-perl, libcrypt-dh-perl,
   libnet-openid-consumer-perl, libcache-cache-perl, liblwpx-paranoidagent-perl
 Description: Jifty plugin for OpenID authentication
+ This virtual package add new dependencies
 
 Package: libjifty-plugin-chart-perl
 Section: perl
@@ -155,6 +158,7 @@
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libchart-perl,libgd-graph-perl, libgd-gd2-perl,
  libimage-info-perl, libxml-simple-perl
 Description: Jifty plugin for Chart
+ This virtual package add new dependencies
 
 Package: libjifty-plugin-oauth-perl
 Section: perl
@@ -162,6 +166,7 @@
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libcrypt-openssl-bignum-perl, libdigest-hmac-perl,
  libnet-oauth-perl
 Description: Jifty plugin for OAuth authentication
+ This virtual package add new dependencies
 
 Package: libjifty-plugin-comment-perl
 Section: perl
@@ -169,6 +174,7 @@
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libhtml-scrubber-perl, libmime-base64-urlsafe-perl, libregexp-common-email-address-perl, libregexp-common-perl
 Recommends: libnet-akismet-perl
 Description: Jifty plugin to add comment to any record
+ This virtual package add new dependencies
 
 Package: libjifty-plugin-halo-perl
 Section: perl
@@ -176,3 +182,12 @@
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libdata-dump-streamer-perl
 Recommends: libnet-akismet-perl
 Description: Jifty plugin to add halo in admin interface
+ This virtual package add new dependencies
+
+Package: libjifty-plugin-authentication-facebook-perl
+Section: perl
+Architecture: all
+Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libwww-facebook-api-perl
+Recommends: libnet-akismet-perl
+Description: Jifty plugin to add Facebook authentication
+ This virtual package add new dependencies

Modified: trunk/jifty/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/series?rev=22847&op=diff
==============================================================================
--- trunk/jifty/debian/patches/series (original)
+++ trunk/jifty/debian/patches/series Sun Jul  6 07:08:00 2008
@@ -2,5 +2,4 @@
 openid-plugin-manpage-has-bad-whatis.patch
 jifty-plugin-manpage-has-bad-whatis.patch
 auth-plugin-manpage-has-bad-whatis.patch
-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=22847&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Sun Jul  6 07:08:00 2008
@@ -50,11 +50,11 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples doc/examples/* examples/*
+	dh_installexamples -X.svn doc/examples/* examples/*
 	dh_installdocs
 	dh_installchangelogs Changelog
 	dh_perl
-	dh_compress
+	dh_compress -X.svn
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol




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