[SCM] x264/master: One less hard-coded library SONAME in debian/rules.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Jan 4 14:44:55 UTC 2012


The following commit has been merged in the master branch:
commit 24851148ca4c539c3364449b08a01040c9c1ea21
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Wed Jan 4 15:45:07 2012 +0100

    One less hard-coded library SONAME in debian/rules.

diff --git a/debian/rules b/debian/rules
index 21a374e..6b80c3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ include debian/confflags
 
 LDFLAGS += -Wl,--as-needed
 
-DH_INSTALL_INPUT_FILES = debian/libx264-118.install.in \
+DH_INSTALL_INPUT_FILES = debian/$(libx264N).install.in \
                          debian/libx264-dev.install.in
 
 DH_INSTALL_OUTPUT_FILES = $(DH_INSTALL_INPUT_FILES:.in=)

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list