View | Details | Raw Unified | Return to bug 8816
Collapse All | Expand All

(-)a/debian/control (-5 / +12 lines)
Lines 3-11 Maintainer: Robin Sheat <robin@catalyst.net.nz> Link Here
3
Section: web
3
Section: web
4
Priority: optional
4
Priority: optional
5
Standards-Version: 3.8.4
5
Standards-Version: 3.8.4
6
# NOTA BENE: Build dependencies end up as runtime dependencies as well.
6
XBC-Comment: WARNING: The "control" file is manually generated from the "control.in" file.
7
# See debian/rules, the override_dh_gencontrol rules. 
7
 Do not manually edit "control" or your changes will be clobbered when you
8
# There are some exceptions.
8
 run update-control
9
 NOTA BENE: Build dependencies end up as runtime dependencies as well.
10
 See debian/rules, the override_dh_gencontrol rules.
11
 There are some exceptions.
12
Build-Depends:__AUTODEPENDS__,
13
 debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
14
 libxml2-utils
15
9
Build-Depends: libalgorithm-checkdigits-perl,
16
Build-Depends: libalgorithm-checkdigits-perl,
10
 libanyevent-http-perl,
17
 libanyevent-http-perl,
11
 libanyevent-perl,
18
 libanyevent-perl,
Lines 111-117 Build-Depends: libalgorithm-checkdigits-perl, Link Here
111
 libyaml-perl,
118
 libyaml-perl,
112
 libyaml-syck-perl,
119
 libyaml-syck-perl,
113
 perl,
120
 perl,
114
 perl-modules, 
121
 perl-modules,
115
 debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
122
 debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
116
 libxml2-utils
123
 libxml2-utils
117
124
Lines 130-136 Depends: ${misc:Depends}, ${koha:Depends}, Link Here
130
 perl-doc,
137
 perl-doc,
131
 pwgen,
138
 pwgen,
132
 sudo,
139
 sudo,
133
 tinymce2, 
140
 tinymce2,
134
 unzip,
141
 unzip,
135
 xmlstarlet,
142
 xmlstarlet,
136
 yaz
143
 yaz
(-)a/debian/control.in (-6 / +8 lines)
Lines 3-12 Maintainer: Robin Sheat <robin@catalyst.net.nz> Link Here
3
Section: web
3
Section: web
4
Priority: optional
4
Priority: optional
5
Standards-Version: 3.8.4
5
Standards-Version: 3.8.4
6
# NOTA BENE: Build dependencies end up as runtime dependencies as well.
6
XBC-Comment: WARNING: The "control" file is manually generated from the "control.in" file.
7
# See debian/rules, the override_dh_gencontrol rules. 
7
 Do not manually edit "control" or your changes will be clobbered when you
8
# There are some exceptions.
8
 run update-control
9
Build-Depends:__AUTODEPENDS__, 
9
 NOTA BENE: Build dependencies end up as runtime dependencies as well.
10
 See debian/rules, the override_dh_gencontrol rules.
11
 There are some exceptions.
12
Build-Depends:__AUTODEPENDS__,
10
 debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
13
 debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
11
 libxml2-utils
14
 libxml2-utils
12
15
Lines 25-31 Depends: ${misc:Depends}, ${koha:Depends}, Link Here
25
 perl-doc,
28
 perl-doc,
26
 pwgen,
29
 pwgen,
27
 sudo,
30
 sudo,
28
 tinymce2, 
31
 tinymce2,
29
 unzip,
32
 unzip,
30
 xmlstarlet,
33
 xmlstarlet,
31
 yaz
34
 yaz
32
- 

Return to bug 8816