Bugzilla – Attachment 44819 Details for
Bug 13642
Adding new features for Dublin Core metadata
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13642 - Remove MARC::Crosswalk::DublinCore from Koha
Bug-13642---Remove-MARCCrosswalkDublinCore-from-Ko.patch (text/plain), 4.64 KB, created by
Frédéric Demians
on 2015-11-12 20:25:13 UTC
(
hide
)
Description:
Bug 13642 - Remove MARC::Crosswalk::DublinCore from Koha
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2015-11-12 20:25:13 UTC
Size:
4.64 KB
patch
obsolete
>From a75ffb9f88c4fafaa92b9d2962cb4f4b346e6b72 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Thu, 12 Nov 2015 11:50:36 -0600 >Subject: [PATCH] Bug 13642 - Remove MARC::Crosswalk::DublinCore from Koha > >To test: > >1) git grep "MARC::Crosswalk::DublinCore" > >C4/Installer/PerlDependencies.pm: 'MARC::Crosswalk::DublinCore' => { >INSTALL.fedora7:MARC::Crosswalk::DublinCore > >2) git grep "libmarc-crosswalk-dublincore-perl" > >debian/control: libmarc-crosswalk-dublincore-perl, >debian/control: libmarc-crosswalk-dublincore-perl, >install_misc/debian.packages:libmarc-crosswalk-dublincore-perl install >install_misc/ubuntu.10.04.packages:libmarc-crosswalk-dublincore-perl install >install_misc/ubuntu.12.04.packages:libmarc-crosswalk-dublincore-perl install >install_misc/ubuntu.packages:libmarc-crosswalk-dublincore-perl install > >3) Repeat step 1 and 2 > >Signed-off-by: Frederic Demians <f.demians@tamil.fr> > Ripping out any mention to MARC::Crosswalk::DublinCore can't hurt. >--- > C4/Installer/PerlDependencies.pm | 5 ----- > INSTALL.fedora7 | 1 - > debian/control | 2 -- > install_misc/debian.packages | 1 - > install_misc/ubuntu.10.04.packages | 1 - > install_misc/ubuntu.12.04.packages | 1 - > install_misc/ubuntu.packages | 1 - > 7 files changed, 12 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index e815cda..22591cb 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -317,11 +317,6 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '5.43' > }, >- 'MARC::Crosswalk::DublinCore' => { >- 'usage' => 'Core', >- 'required' => '1', >- 'min_ver' => '0.02' >- }, > 'CGI::Session::Serialize::yaml' => { > 'usage' => 'Core', > 'required' => '1', >diff --git a/INSTALL.fedora7 b/INSTALL.fedora7 >index b2a9fcd..25d4021 100644 >--- a/INSTALL.fedora7 >+++ b/INSTALL.fedora7 >@@ -746,7 +746,6 @@ MARC::Record > MARC::Charset > MARC::Charset::Constants > MARC::File::XML >-MARC::Crosswalk::DublinCore > Net::Z3950::ZOOM > Net::LDAP::Filter > HTML::Template::Pro >diff --git a/debian/control b/debian/control >index f5f635f..a2329b4 100644 >--- a/debian/control >+++ b/debian/control >@@ -70,7 +70,6 @@ Build-Depends: libalgorithm-checkdigits-perl, > liblwp-protocol-https-perl|libwww-perl (<6.02), libio-socket-ssl-perl, > libmail-sendmail-perl, > libmarc-charset-perl, >- libmarc-crosswalk-dublincore-perl, > libmarc-record-perl, > libmarc-xml-perl, > libmemoize-memcached-perl, >@@ -274,7 +273,6 @@ Depends: libalgorithm-checkdigits-perl, > liblwp-protocol-https-perl|libwww-perl (<6.02), libio-socket-ssl-perl, > libmail-sendmail-perl, > libmarc-charset-perl, >- libmarc-crosswalk-dublincore-perl, > libmarc-record-perl, > libmarc-xml-perl, > libmemoize-memcached-perl, >diff --git a/install_misc/debian.packages b/install_misc/debian.packages >index c4bcb93..f520898 100644 >--- a/install_misc/debian.packages >+++ b/install_misc/debian.packages >@@ -74,7 +74,6 @@ liblocale-gettext-perl install > liblocale-po-perl install > libmail-sendmail-perl install > libmarc-charset-perl install >-libmarc-crosswalk-dublincore-perl install > libmarc-record-perl install > libmarc-xml-perl install > libmemoize-memcached-perl install >diff --git a/install_misc/ubuntu.10.04.packages b/install_misc/ubuntu.10.04.packages >index 42fc68a..117cdb6 100644 >--- a/install_misc/ubuntu.10.04.packages >+++ b/install_misc/ubuntu.10.04.packages >@@ -101,7 +101,6 @@ liblocale-gettext-perl install > liblocale-po-perl install > libmail-sendmail-perl install > libmarc-charset-perl install >-libmarc-crosswalk-dublincore-perl install > libmarc-record-perl install > libmarc-xml-perl install > libmemoize-memcached-perl install >diff --git a/install_misc/ubuntu.12.04.packages b/install_misc/ubuntu.12.04.packages >index b78dab1..887bad7 100644 >--- a/install_misc/ubuntu.12.04.packages >+++ b/install_misc/ubuntu.12.04.packages >@@ -105,7 +105,6 @@ liblocale-gettext-perl install > liblocale-po-perl install > libmail-sendmail-perl install > libmarc-charset-perl install >-libmarc-crosswalk-dublincore-perl install > libmarc-record-perl install > libmarc-xml-perl install > libmemoize-memcached-perl install >diff --git a/install_misc/ubuntu.packages b/install_misc/ubuntu.packages >index 67d84da..020d398 100644 >--- a/install_misc/ubuntu.packages >+++ b/install_misc/ubuntu.packages >@@ -105,7 +105,6 @@ liblocale-gettext-perl install > liblocale-po-perl install > libmail-sendmail-perl install > libmarc-charset-perl install >-libmarc-crosswalk-dublincore-perl install > libmarc-record-perl install > libmarc-xml-perl install > libmemoize-memcached-perl install >-- >2.6.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13642
:
35637
|
35638
|
35639
|
35640
|
35641
|
35642
|
35643
|
35644
|
35645
|
35663
|
35957
|
35981
|
35982
|
35983
|
35999
|
36000
|
36005
|
36006
|
36147
|
36154
|
36631
|
36632
|
36633
|
36636
|
36714
|
38220
|
38819
|
39623
|
39654
|
40786
|
40787
|
42168
|
43311
|
43313
|
43545
|
43548
|
43549
|
43586
|
43612
|
44627
|
44629
|
44658
|
44659
|
44660
|
44661
|
44662
|
44669
|
44672
|
44677
|
44727
|
44728
|
44729
|
44815
|
44816
|
44819
|
45970
|
45971
|
46514
|
46584
|
46585
|
46586
|
46587
|
46588