[SCM] transcode/master: Bump debhelper compat to 9

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Sep 11 13:57:41 UTC 2013


The following commit has been merged in the master branch:
commit 9e626b180ed9d5552ac9c3eae9c51f130d407109
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Sep 11 15:37:10 2013 +0200

    Bump debhelper compat to 9

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index ebcde64..0cf8563 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,13 @@ Uploaders:
 Homepage: https://bitbucket.org/france/transcode-tcforge
 Standards-Version: 3.9.4
 Build-Depends:
- debhelper (>= 7.2),
+ debhelper (>= 9),
  dh-autoreconf,
  liba52-0.7.4-dev,
  libasound2-dev [linux-any],
  libavcodec-dev (>= 6:9),
  libavformat-dev (>= 6:9),
- libavutil-dev (>= 7:9),
+ libavutil-dev (>= 6:9),
  libdv4-dev,
  libdvdread-dev,
  libfaad-dev,
diff --git a/debian/rules b/debian/rules
index b9fd74c..4172fd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,11 +48,8 @@ confflags += --enable-alsa
 confflags += --enable-v4l
 endif
 
-CFLAGS  := $(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+confflags += --libdir=/usr/lib
 
-export CFLAGS
-export LDFLAGS
 
 %:
 	dh $@ --parallel --with autoreconf

-- 
transcode packaging



More information about the pkg-multimedia-commits mailing list