~ubuntu-branches/ubuntu/wily/gstreamer0.10/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-06-25 13:21:43 UTC
  • Revision ID: package-import@ubuntu.com-20120625132143-a8hpobmn1hoknppf
Tags: 0.10.36-1ubuntu2
Empty dependency_libs in all .la files. (LP: #1017486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
                sed -n -r -e 's/(([^ ]+: )?([^ ]+) ([^ ]+)) .*/\1/p' \
230
230
                        > debian/shlibs.local
231
231
 
 
232
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
 
233
ifneq (,$(DEB_HOST_MULTIARCH))
 
234
        for file in $(wildcard debian/$(cdbs_curpkg)/usr/lib/$(DEB_HOST_MULTIARCH)/*/*.la); do \
 
235
                sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
 
236
        done
 
237
endif
 
238
 
232
239
# (this rules runs just after the dh_shlibdeps)
233
240
common-binary-predeb-arch::
234
241
        -rm -f debian/shlibs.local