Bugzilla – Attachment 53965 Details for
Bug 17043
debian/list-deps fixes, master edition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17043 - debian/list-deps fixes, master edition
Bug-17043---debianlist-deps-fixes-master-edition.patch (text/plain), 1.28 KB, created by
Mirko Tietgen
on 2016-08-03 17:45:55 UTC
(
hide
)
Description:
Bug 17043 - debian/list-deps fixes, master edition
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-08-03 17:45:55 UTC
Size:
1.28 KB
patch
obsolete
>From 2b52b6b3d05ba90a31a29365b922dca403cfa4e2 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Wed, 3 Aug 2016 19:11:15 +0200 >Subject: [PATCH] Bug 17043 - debian/list-deps fixes, master edition > >This makes debian/list-deps ready for Debian Jessie >and adds small fixes I already use for package releases. >--- > debian/list-deps | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/debian/list-deps b/debian/list-deps >index f12d088..89415c5 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -27,6 +27,8 @@ use C4::Installer::PerlDependencies; > # debian one. > my %overrides = ( > 'LWP::Protocol::https' => 'liblwp-protocol-https-perl|libwww-perl (<6.02), libio-socket-ssl-perl', >+ 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', >+ 'Swagger2' => 'libswagger2-perl (>= 0.59)', > ); > > # These are packages we're going to ignore >@@ -38,7 +40,7 @@ my %ignore = ( > > my $deps = $C4::Installer::PerlDependencies::PERL_DEPS; > >-my $prefix = "^/usr/((lib|share)/perl5|(lib|share)/perl/[0-9.]+)"; >+my $prefix = "^/usr/((lib|share)/perl5|(lib|share)/perl/[0-9.]+|(lib|share)/.*-linux-gnu.*/perl/[0-9.]+|(lib|share)/.*-linux-gnu.*/perl5/[0-9.]+)"; > > foreach my $module ( keys %$deps ) { > next if $ignore{$module}; >-- >2.8.1
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 17043
:
53965
|
53966
|
53967
|
54014
|
54015
|
54168
|
54169
|
54170
|
54228