Bugzilla – Attachment 51917 Details for
Bug 16617
debian/control is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16617 - fix issues with debian/control
Bug-16617---fix-issues-with-debiancontrol.patch (text/plain), 2.67 KB, created by
Jesse Weaver
on 2016-05-30 13:36:11 UTC
(
hide
)
Description:
Bug 16617 - fix issues with debian/control
Filename:
MIME Type:
Creator:
Jesse Weaver
Created:
2016-05-30 13:36:11 UTC
Size:
2.67 KB
patch
obsolete
>From 96bc7666e3dc5db4bd6a7a768e944de0304fc974 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@kallisti.net.nz> >Date: Wed, 25 May 2016 16:19:09 +0200 >Subject: [PATCH] Bug 16617 - fix issues with debian/control > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com> >--- > debian/control | 12 +++++++----- > debian/control.in | 2 +- > 2 files changed, 8 insertions(+), 6 deletions(-) > >diff --git a/debian/control b/debian/control >index ed7c566..be38bff 100644 >--- a/debian/control >+++ b/debian/control >@@ -9,8 +9,7 @@ Standards-Version: 3.8.4 > # NOTA BENE: Build dependencies end up as runtime dependencies as well. > # See debian/rules, the override_dh_gencontrol rules. > # There are some exceptions. >-Build-Depends: EEEK: unknown package for DBIx::RunSQL, >- libalgorithm-checkdigits-perl, >+Build-Depends: libalgorithm-checkdigits-perl, > libanyevent-http-perl, > libanyevent-perl, > libarchive-zip-perl, >@@ -43,6 +42,7 @@ Build-Depends: EEEK: unknown package for DBIx::RunSQL, > libdbd-sqlite2-perl, > libdbi-perl, > libdbix-class-schema-loader-perl, >+ libdbix-runsql-perl, > libdevel-cover-perl, > libdigest-sha-perl | perl, > libemail-date-perl, >@@ -137,9 +137,10 @@ Build-Depends: EEEK: unknown package for DBIx::RunSQL, > libyaml-perl, > libyaml-syck-perl, > perl, >- perl-modules, >+ perl-modules, > debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, >- libxml2-utils, bash-completion, perl-modules (>= 5.14.2) | libtest-simple-perl (>= 0.98) >+ libxml2-utils, bash-completion, perl-modules (>= 5.14.2) | libtest-simple-perl (>= 0.98), >+ libreadonly-perl, libreadonly-xs-perl > > Package: koha-common > Architecture: all >@@ -164,7 +165,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, > yaz > Suggests: mysql-server | virtual-mysql-server, > memcached, >-letsencrypt >+ letsencrypt > Homepage: http://koha-community.org/ > Description: integrated (physical) library management system > Koha is an Integrated Library Management system for real-world libraries >@@ -255,6 +256,7 @@ Depends: EEEK: unknown package for DBIx::RunSQL, > libdbd-sqlite2-perl, > libdbi-perl, > libdbix-class-schema-loader-perl, >+ libdbix-runsql-perl, > libdevel-cover-perl, > libdigest-sha-perl | perl, > libemail-date-perl, >diff --git a/debian/control.in b/debian/control.in >index 6609d7f..4a4a335 100644 >--- a/debian/control.in >+++ b/debian/control.in >@@ -36,7 +36,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, > yaz > Suggests: mysql-server | virtual-mysql-server, > memcached, >-letsencrypt >+ letsencrypt > Homepage: http://koha-community.org/ > Description: integrated (physical) library management system > Koha is an Integrated Library Management system for real-world libraries >-- >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 16617
:
51915
|
51916
| 51917