OSDN Git Service

LinGui: make debian packaging rules work on ubuntu 8.04
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 21 Sep 2009 17:44:51 +0000 (17:44 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 21 Sep 2009 17:44:51 +0000 (17:44 +0000)
needed to specify compatibility with debhelper scripts version 6
and add explicit source path to dh_install

git-svn-id: svn://localhost/HandBrake/trunk@2833 b64f7644-9d1e-0410-96f1-a4d463321fa5

pkg/linux/debian/compat
pkg/linux/debian/control
pkg/linux/debian/rules

index 95feec4..e6b9552 100644 (file)
@@ -2,7 +2,7 @@ Source: handbrake
 Section: graphics
 Priority: optional
 Maintainer: John Stebbins <jstebbins.hb@gmail.com>
-Build-Depends: debhelper (>= 7), autotools-dev, libtool, libgtkhtml3.14-dev, libhal-storage-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev
+Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgtkhtml3.14-dev, libhal-storage-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev
 Standards-Version: 3.7.3
 Homepage: http://www.handbrake.fr/
 
index 4ce0ec0..036aa3b 100755 (executable)
@@ -51,7 +51,7 @@ binary-indep: build install
        dh_testroot
        dh_installchangelogs -i
        dh_installdocs -i
-       dh_install -i
+       dh_install --sourcedir=debian/tmp -i
        dh_icons -i
        dh_desktop -i
        dh_link -i
@@ -66,7 +66,7 @@ binary-indep: build install
 binary-arch: build install
        dh_testdir
        dh_testroot
-       dh_install -a
+       dh_install --sourcedir=debian/tmp -a
        dh_installchangelogs -a
        dh_installdocs -a
        dh_installexamples -a