MT#11387 Switch from Pre-Depends on nginx-common to Depends

Since we remove the /etc/nginx/sites-enabled/default file only in
the postinst script it's ought to be enough to depend on the
nginx-common package instead of pre-dependening on it.

This should fix our failing piuparts runs (where Pre-Dependencies
aren't handled properly yet).

Change-Id: Idebc6305cd302db16d23a03df64e266a026201a4
changes/10/1010/2
Michael Prokop 11 years ago committed by Víctor Seva
parent 4ecfee215d
commit 21941e3924

2
debian/control vendored

@ -68,7 +68,6 @@ Homepage: http://sipwise.com/
Package: ngcp-panel
Architecture: all
Pre-Depends: nginx-common
Depends: gettext,
gnutls-bin,
libautodie-perl (>= 2.21~),
@ -143,6 +142,7 @@ Depends: gettext,
ngcp-schema,
ngcp-sipsak,
ngcp-templates-ce-ngcp-panel (>= 3.0.19) | ngcp-templates-pro-ngcp-panel (>= 3.0.19),
nginx-common,
openssl,
${misc:Depends},
${perl:Depends}

Loading…
Cancel
Save