OSDN Git Service

import original 0.9.5 release
[handbrake-jp/handbrake-jp.git] / pkg / linux / debian / rules
index 036aa3b..bab615c 100755 (executable)
@@ -26,7 +26,7 @@ FORCEVERSION =
 
 $(BUILDDIR)/GNUmakefile: $(CONFIGURE)
        dh_testdir
-       unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --prefix=/usr
+       unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --disable-gtk-update-checks --prefix=/usr
 
 build:  $(BUILDDIR)/GNUmakefile
        dh_testdir
@@ -53,7 +53,6 @@ binary-indep: build install
        dh_installdocs -i
        dh_install --sourcedir=debian/tmp -i
        dh_icons -i
-       dh_desktop -i
        dh_link -i
        dh_compress -i
        dh_fixperms -i
@@ -73,7 +72,6 @@ binary-arch: build install
        dh_installman -a
        dh_link -a
        dh_icons -a
-       dh_desktop -a
        dh_strip -a
        dh_compress -a
        dh_fixperms -a