diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-04-08 16:33:35 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-04-08 16:33:35 +0100 |
commit | 576c672a22a76a6d803da895845de47d20ec9dde (patch) | |
tree | a7e71ac9e9b03ad8826b0fc5376c8286573f0726 /debian/xine.pm | |
parent | 17c987052ea86328f2dd27b52b3fc9518f500ad8 (diff) | |
parent | 818165da93f72b8b32c164bcabb3eae2d4e4dc31 (diff) | |
download | xine-lib-576c672a22a76a6d803da895845de47d20ec9dde.tar.gz xine-lib-576c672a22a76a6d803da895845de47d20ec9dde.tar.bz2 |
Merge from 1.1.
--HG--
rename : include/xine.h.in => include/xine.h
rename : src/xine-engine/video_out.h => include/xine/video_out.h
Diffstat (limited to 'debian/xine.pm')
-rw-r--r-- | debian/xine.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/xine.pm b/debian/xine.pm new file mode 100644 index 000000000..81abf05a6 --- /dev/null +++ b/debian/xine.pm @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use warnings; +use strict; +use Debian::Debhelper::Dh_Lib; + +insert_after("dh_shlibdeps", "dh_xine"); + +1; |