Codebase list libdbix-class-perl / 5dbbd93
Add override to fix various permissions (this issue has been reported upstream) Jonathan Yu 14 years ago
6 changed file(s) with 29 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55 * Undo changes to examples/Schema/db/example.sql
66 * Update copyright to new DEP5 format
77 * Use new 3.0 (quilt) source format
8 * Add override to fix various permissions (this issue has
9 been reported upstream)
810
911 -- Jonathan Yu <jawnsy@cpan.org> Sun, 11 Apr 2010 16:58:14 -0400
1012
2020 libpod-coverage-perl (>= 0.20), libdbd-sqlite3-perl (>= 1.25),
2121 libjson-any-perl (>= 1.22), libdate-simple-perl (>= 3.03),
2222 libdatetime-format-pg-perl, libdevel-cycle-perl (>= 1.10),
23 libtest-memory-cycle-perl, libcontext-preserve-perl, libhash-merge-perl,
24 libtest-notabs-perl
23 libtest-memory-cycle-perl, libcontext-preserve-perl
2524 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
2625 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
2726 gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
0 Description: fix POD spelling
1 Author: Jonathan Yu <jawnsy@cpan.org>
2 Origin: vendor
3 Forwarded: no
4 --- a/lib/DBIx/Class/UTF8Columns.pm
5 +++ b/lib/DBIx/Class/UTF8Columns.pm
6 @@ -31,7 +31,7 @@
7 THE USE OF THIS MODULE (AND ITS COUSIN DBIx::Class::ForceUTF8) IS VERY
8 STRONGLY DISCOURAGED, PLEASE READ THE WARNINGS BELOW FOR AN EXPLANATION.
9
10 -If you want to continue using this module and do not want to recieve
11 +If you want to continue using this module and do not want to receive
12 further warnings set the environmane variable C<DBIC_UTF8COLUMNS_OK>
13 to a true value.
14
0 fix-pod-spelling.patch
1414 override_dh_clean:
1515 [ ! -d t/var ] || rm -rf t/var/
1616 dh_clean
17
18 # These will be fixed for the next upstream release
19 override_dh_fixperms:
20 dh_fixperms
21 chmod -x $(TMP)/usr/share/perl5/DBIx/Class/Manual.pod
22 chmod -x $(TMP)/usr/share/perl5/DBIx/Class/Glossary.pod
23 chmod -x $(TMP)/usr/share/perl5/DBIx/Class/DocMap.pod
24 chmod -x $(TMP)/usr/share/doc/libdbix-class-perl/examples/Schema/db/example.sql
25 chmod -x $(TMP)/usr/share/doc/libdbix-class-perl/examples/Schema/MyDatabase/Main.pm
3030 THE USE OF THIS MODULE (AND ITS COUSIN DBIx::Class::ForceUTF8) IS VERY
3131 STRONGLY DISCOURAGED, PLEASE READ THE WARNINGS BELOW FOR AN EXPLANATION.
3232
33 If you want to continue using this module and do not want to recieve
33 If you want to continue using this module and do not want to receive
3434 further warnings set the environmane variable C<DBIC_UTF8COLUMNS_OK>
3535 to a true value.
3636