r45685 - in /trunk/libcatalyst-modules-perl: debian/changelog debian/control debian/rules tarballs/01/Catalyst-Model-DBI-0.23.tar.gz tarballs/01/CatalystX-Component-Traits-0.10.tar.gz tarballs/02/Catalyst-Model-DBI-0.23.tar.gz tarballs/packages.cfg
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Tue Oct 13 01:34:00 UTC 2009
Author: jawnsy-guest
Date: Tue Oct 13 01:33:51 2009
New Revision: 45685
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45685
Log:
WAITS-FOR: libdbix-class-cursor-cached-perl
* Moved Catalyst-Model-DBI from 01 to 02 sequence order.
It needs the new CatalystX-Component-Traits
Added:
trunk/libcatalyst-modules-perl/tarballs/01/CatalystX-Component-Traits-0.10.tar.gz (with props)
trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Model-DBI-0.23.tar.gz
- copied unchanged from r45684, trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Model-DBI-0.23.tar.gz
Removed:
trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Model-DBI-0.23.tar.gz
Modified:
trunk/libcatalyst-modules-perl/debian/changelog
trunk/libcatalyst-modules-perl/debian/control
trunk/libcatalyst-modules-perl/debian/rules
trunk/libcatalyst-modules-perl/tarballs/packages.cfg
Modified: trunk/libcatalyst-modules-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/changelog?rev=45685&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/changelog (original)
+++ trunk/libcatalyst-modules-perl/debian/changelog Tue Oct 13 01:33:51 2009
@@ -3,8 +3,12 @@
TODO: RPC::XML 0.69 breaks Catalyst-Plugin-Server,
see https://rt.cpan.org/Public/Bug/Display.html?id=50013
+ WAITS-FOR: libdbix-class-cursor-cached-perl
+
[ Jonathan Yu ]
* Add Catalyst-Plugin-Session-Store-Cache for MojoMojo
+ * Moved Catalyst-Model-DBI from 01 to 02 sequence order.
+ It needs the new CatalystX-Component-Traits
[ Ansgar Burchardt ]
* debian/copyright: Add copyright information for
Modified: trunk/libcatalyst-modules-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/control?rev=45685&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/control (original)
+++ trunk/libcatalyst-modules-perl/debian/control Tue Oct 13 01:33:51 2009
@@ -1,17 +1,14 @@
Source: libcatalyst-modules-perl
Section: perl
Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, quilt, libuniversal-isa-perl, libuniversal-can-perl,
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libuniversal-isa-perl, libuniversal-can-perl,
libdbd-sqlite3-perl, libclass-dbi-perl, liblog-log4perl-perl,
libtest-deep-perl, libtest-exception-perl, libcatalyst-perl (>= 5.7012-7),
libfile-slurp-perl, libcatalyst-view-tt-perl, libtest-pod-perl,
libtest-pod-coverage-perl, libpath-class-perl, libhtml-prototype-perl,
libdevel-stacktrace-perl, libobject-signature-perl, libcache-cache-perl,
- libclass-throwable-perl, libset-object-perl, libdbix-class-perl,
+ libclass-throwable-perl, libset-object-perl, libdbix-class-perl (>= 0.08111),
libhtml-widget-perl, libdbix-class-schema-loader-perl, librpc-xml-perl,
libparams-validate-perl, libcache-fastmmap-perl, libauthen-simple-perl,
liblocale-maketext-simple-perl, liblocale-maketext-lexicon-perl,
@@ -24,7 +21,12 @@
libtemplate-perl, libregexp-assemble-perl, libhtml-formfu-perl (>= 0.04001),
libtask-weaken-perl, libmoose-perl, libtie-ixhash-perl, libtest-warn-perl,
libauthen-sasl-perl, libmoosex-emulate-class-accessor-fast-perl (>= 0.00801),
- libfile-changenotify-perl
+ libfile-changenotify-perl, libmoose-autobox-perl, libhash-merge-perl
+- DBIx::Class::Cursor::Cached ...missing.
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>,
+ Jonathan Yu <jawnsy at cpan.org>
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-modules-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalyst-modules-perl/
@@ -36,7 +38,7 @@
libcatalyst-perl (>= 5.7012-7), libfile-slurp-perl, libcatalyst-view-tt-perl,
libtemplate-plugin-class-perl, libpath-class-perl, libdevel-stacktrace-perl,
libobject-signature-perl, libcache-cache-perl, libclass-throwable-perl,
- libset-object-perl, libdbix-class-perl, libhtml-widget-perl,
+ libset-object-perl, libdbix-class-perl (>= 0.08111), libhtml-widget-perl,
libdbix-class-schema-loader-perl, librpc-xml-perl, libparams-validate-perl,
libcache-fastmmap-perl, liblocale-maketext-simple-perl, libjson-any-perl,
liblocale-maketext-lexicon-perl, libdata-visitor-perl,
Modified: trunk/libcatalyst-modules-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/rules?rev=45685&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/rules (original)
+++ trunk/libcatalyst-modules-perl/debian/rules Tue Oct 13 01:33:51 2009
@@ -1,70 +1,15 @@
#!/usr/bin/make -f
-CFLAGS = -Wall -g
-PERL5LIB=$(CURDIR)/debian/libcatalyst-modules-perl/usr/share/perl5/
-DESTDIR=$(CURDIR)/debian/libcatalyst-modules-perl/
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+PERL5LIB= $(TMP)/usr/share/perl5
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
+%:
+ dh $@
+override_dh_auto_configure:
+ DESTDIR=$(TMP) debian/make-module.sh unpack
-configure: configure-stamp
-configure-stamp:
- DESTDIR=$(DESTDIR) debian/make-module.sh unpack
- touch configure-stamp
+override_dh_auto_install:
+ DESTDIR=$(TMP) TEST_POD=1 debian/make-module.sh build
-patch: patch-stamp
-patch-stamp: configure-stamp
- DESTDIR=$(DESTDIR) debian/make-module.sh patch
- touch patch-stamp
-
-build: build-stamp
-build-stamp: configure-stamp patch-stamp
- DESTDIR=$(DESTDIR) debian/make-module.sh build
- touch build-stamp
-
-unpatch:
- DESTDIR=$(DESTDIR) debian/make-module.sh unpatch
- rm patch-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f *-stamp
- rm -rf build-area
- dh_clean
-
-binary-indep: build-stamp
- dh_testdir
- dh_testroot
-
- find . -name '.*' -exec rm -f {} \;
- rm -rf $(CURDIR)/debian/libcatalyst-modules-perl/usr/lib/
- chmod -x $(CURDIR)/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Server/XMLRPC/Tutorial.pod
- mkdir -p $(CURDIR)/debian/libcatalyst-modules-perl/usr/share/doc/libcatalyst-modules-perl/examples
- mv $(CURDIR)/debian/libcatalyst-modules-perl/usr/bin/rpc_client $(CURDIR)/debian/libcatalyst-modules-perl/usr/share/doc/libcatalyst-modules-perl/examples
- rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libcatalyst-modules-perl/usr/bin
-
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_installman
- dh_lintian
- dh_link
- dh_compress
- dh_fixperms
- dh_strip
- dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary-arch:
-
-binary: binary-indep
-.PHONY: build clean binary configure binary-indep binary-arch
Added: trunk/libcatalyst-modules-perl/tarballs/01/CatalystX-Component-Traits-0.10.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/01/CatalystX-Component-Traits-0.10.tar.gz?rev=45685&op=file
==============================================================================
Binary file - no diff available.
Propchange: trunk/libcatalyst-modules-perl/tarballs/01/CatalystX-Component-Traits-0.10.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/libcatalyst-modules-perl/tarballs/packages.cfg
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/packages.cfg?rev=45685&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/tarballs/packages.cfg (original)
+++ trunk/libcatalyst-modules-perl/tarballs/packages.cfg Tue Oct 13 01:33:51 2009
@@ -292,3 +292,10 @@
description Moose role to create only one instance of component per context
author Guillermo Roditi (groditi) <groditi at cpan.org>
</Catalyst-Component-InstancePerContext>
+
+<CatalystX-Component-Traits>
+watch http://www.cpan.org/modules/by-module/CatalystX/CatalystX-Component-Traits-([\d\.]+)\.tar\.gz
+description Automatic trait loading and resolution for Catalyst components
+maintainer Rafael Kitover <rkitover at io.com>
+copyright 2009, Rafael Kitover <rkitover at io.com>
+</CatalystX-Component-Traits>
More information about the Pkg-perl-cvs-commits
mailing list