Bugzilla – Attachment 57465 Details for
Bug 17618
perl-modules Debian package name change
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17618 list-deps
Bug-17618-list-deps.patch (text/plain), 1.16 KB, created by
Mirko Tietgen
on 2016-11-12 08:05:22 UTC
(
hide
)
Description:
Bug 17618 list-deps
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-11-12 08:05:22 UTC
Size:
1.16 KB
patch
obsolete
>From 8b623da349c32d711d4d47cb412b3d8ab17c1e34 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Sat, 12 Nov 2016 08:51:12 +0100 >Subject: [PATCH] Bug 17618 list-deps > >--- > debian/list-deps | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/debian/list-deps b/debian/list-deps >index 617393a..7ab3364 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -27,7 +27,7 @@ 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', >+ 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | perl-modules-5.22 | libio-socket-ip-perl', > 'Swagger2' => 'libswagger2-perl (>= 0.59)', > 'Mojolicious' => 'libmojolicious-perl (>= 6.0)', > ); >@@ -71,6 +71,7 @@ foreach my $module ( keys %$deps ) { > foreach my $pkg (@lines) { > print " | " if ( $pkg ne $lines[0] ); > print "$pkg"; >+ print " | $pkg" . "-5.22" if ( $pkg eq "perl-modules" ); > } > print "\n"; > } >-- >2.1.4
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 17618
:
57464
|
57465
|
63418
|
63446
|
63450