diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-01-28 14:34:02 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-01-28 14:34:02 +0000 |
commit | 98f53e3f8167915f6688afd97cf157fdfcd10de1 (patch) | |
tree | 3378fe4d9dadab58b0b7e4a557bf3f729dcbe679 | |
parent | 6f8631fb7c1919f3db527cf33c9df03ea501d103 (diff) | |
parent | 517b2d9d50efee30c9c97243ddb74bd264cc8cda (diff) |
Tagged as 0.2.1.0.2.1
-rw-r--r-- | Makefile.am | 9 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | debian/control.in | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index de16805..b2f9c7f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ DEBIANFILES = \ debian/changelog \ debian/compat \ debian/control \ + debian/control.in \ debian/copyright \ debian/rules \ debian/vdpau-video.install @@ -16,10 +17,16 @@ EXTRA_DIST = \ MAINTAINERCLEANFILES = \ aclocal.m4 compile config.guess config.sub \ configure depcomp install-sh ltmain.sh \ - Makefile.in missing + Makefile.in missing debian/control deb: dist -mkdir debian-build cd debian-build && \ tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \ cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -uc -us + +debian/control: debian/control.in + -sed \ + -e 's|\@LIBVA_API_VERSION\@|$(LIBVA_API_VERSION)|' \ + -e 's|\@LIBVA_SDS_PACKAGE_VERSION\@|$(LIBVA_SDS_PACKAGE_VERSION)|' \ + $< > $@ diff --git a/configure.ac b/configure.ac index 9556f40..412200c 100644 --- a/configure.ac +++ b/configure.ac @@ -116,5 +116,4 @@ AC_SUBST(LIBVA_DRIVERS_PATH) AC_OUTPUT([ Makefile src/Makefile - debian/control ]) diff --git a/debian/control.in b/debian/control.in index 21fc5d9..0dd6111 100644 --- a/debian/control.in +++ b/debian/control.in @@ -9,7 +9,7 @@ Standards-Version: 3.7.2 Package: vdpau-video Section: libs -Architecture: all +Architecture: any Depends: libva-@LIBVA_API_VERSION@-0 (>= @LIBVA_SDS_PACKAGE_VERSION@), ${shlibs:Depends}, ${misc:Depends} Description: VDPAU-based backend for VA API @@ -17,7 +17,7 @@ Description: VDPAU-based backend for VA API Package: vdpau-video-dbg Section: libdevel -Architecture: all +Architecture: any Depends: vdpau-video (= ${Source-Version}) Description: VDPAU-based backend for VA API Video decode driver for NVIDIA chipsets (VDPAU implementation). |