Bugzilla – Attachment 54228 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, 16.05 edition
Bug-17043---debianlist-deps-fixes-1605-edition.patch (text/plain), 981 bytes, created by
Mirko Tietgen
on 2016-08-09 16:18:05 UTC
(
hide
)
Description:
Bug 17043 - debian/list-deps fixes, 16.05 edition
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-08-09 16:18:05 UTC
Size:
981 bytes
patch
obsolete
>From e36f5fe51c1a96741edc5db4d2ee65185749b8e3 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, 16.05 edition > >This makes debian/list-deps ready for Debian Jessie >and adds small fixes I already use for package releases. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/list-deps | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/list-deps b/debian/list-deps >index 77f3189..89415c5 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -40,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.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 17043
:
53965
|
53966
|
53967
|
54014
|
54015
|
54168
|
54169
|
54170
| 54228