Navigation Menu

Skip to content

Commit

Permalink
re-enable dpkg-shlibdeps-params parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Sep 25, 2009
1 parent af17258 commit c89b0a2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions stdeb/util.py
Expand Up @@ -604,13 +604,12 @@ def __init__(self,
dpkg_shlibdeps_params = parse_val(
cfg,module_name,'dpkg-shlibdeps-params')
if dpkg_shlibdeps_params:
if 1:
raise NotImplementedError('no dh7 support for dpkg-shlibdeps-params')
self.dh_shlibdeps_line = ('dh_shlibdeps -a '
'--dpkg-shlibdeps-params=%s' %
dpkg_shlibdeps_params)
self.dh_binary_lines = """\tdh binary --before dh_shlibdeps
\tdh_shlibdeps -a --dpkg-shlibdeps-params=%s
\tdh binary --after dh_shlibdeps"""%dpkg_shlibdeps_params

else:
self.dh_shlibdeps_line = 'dh_shlibdeps -a'
self.dh_binary_lines = '\tdh binary'

conflicts = parse_vals(cfg,module_name,'Conflicts')
if len(conflicts):
Expand Down Expand Up @@ -918,7 +917,7 @@ def build_dsc(debinfo,
dh $@
binary: build
\tdh binary
%(dh_binary_lines)s
%(dh_installmime_line)s
%(dh_desktop_line)s
"""
Expand Down

0 comments on commit c89b0a2

Please sign in to comment.