~ubuntu-branches/ubuntu/raring/libav-extra/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-12-26 11:21:04 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20111226112104-g34r2gcnovdie834
Tags: 4:0.7.3.1
* Rebuild against libav 0.7.3
* Tighten build dependency on libav-source (>= 4:0.7.3-2)
* Bump shlibs (technically unnecessary, but added for completeness)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
DEB_SOURCE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
5
5
DEB_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
6
6
UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -r 's/[^:]+://; s/-[^-]+$$//')
7
 
SHLIBS_VERSION := 4:0.7-1
 
7
SHLIBS_VERSION := 4:0.7.3-1
8
8
 
9
9
BUILT_USING=$(shell dpkg-query --showformat='$${Source} (= $${Version})' --show libav-source)
10
10