summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules5
3 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 8f62f9098..a661284c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xine-lib (1-beta10-1) unstable; urgency=low
+
+ * new upstream release
+ * updated debhelper dependancy, avoid using --list-missing (closes: #187433)
+
+ -- Siggi Langauf <siggi@debian.org> Mon, 7 Apr 2003 18:59:34 +0200
+
xine-lib (1-beta9-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 824437790..60c4fb0db 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Siggi Langauf <siggi@debian.org>
Uploaders: Philipp Matthias Hahn <pmhahn@debian.org>
-Build-Depends: debhelper (>= 4.0.0), aalib1-dev (>= 1.4p5-2), xlibs-dev (>> 4.1), libesd0-dev, zlib1g-dev | libz-dev, libartsc0-dev (>>1.1.0), liblircclient-dev, libogg-dev, libvorbis-dev, libasound2-dev, libflac-dev (>>1.1.0), libgnomevfs2-dev
+Build-Depends: debhelper (>= 4.0.4), aalib1-dev (>= 1.4p5-2), xlibs-dev (>> 4.1), libesd0-dev, zlib1g-dev | libz-dev, libartsc0-dev (>>1.1.0), liblircclient-dev, libogg-dev, libvorbis-dev, libasound2-dev, libflac-dev (>>1.1.0), libgnomevfs2-dev
Build-Conflicts: libdvdnav-dev
Standards-Version: 3.5.9
diff --git a/debian/rules b/debian/rules
index d372f7f69..4cbd2bfaf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,14 +92,15 @@ binary-arch: build install
#
# build libxine${major} package by moving files from libxine-dev
#
- dh_install --autodest --sourcedir=debian/tmp --list-missing
+ #dh_install --autodest --sourcedir=debian/tmp --list-missing
+ dh_install --autodest --sourcedir=debian/tmp
dh_installdocs
dh_installchangelogs -k ChangeLog
dh_link
dh_strip
dh_compress
dh_fixperms
- dh_makeshlibs -V 'libxine1 (>= 1-beta8)'
+ dh_makeshlibs -V 'libxine1 (>= 1-beta10)'
dh_installdeb
# dh_shlibdeps
chmod +x debian/shlibdeps.sh