~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-06 15:24:58 UTC
  • Revision ID: james.westby@ubuntu.com-20090206152458-p07i1ymu067cjy9j
Tags: 3:0.svn20090204-2ubuntu1+unstripped2
add correct epoch in the "internal" shlibs generation

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
        done
146
146
else
147
147
        for pkg in $(LIB_PKGS); do \
148
 
            dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(UPSTREAM_VERSION)), $$pkg (< $(UPSTREAM_VERSION)-99)"; \
 
148
            dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(EPOCH)$(UPSTREAM_VERSION)), $$pkg (< $(EPOCH)$(UPSTREAM_VERSION)-99)"; \
149
149
        done
150
150
endif
151
151
        env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib" \