[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Executable's execute permission not getting set



hi

     I have one more question 
the package contains an executable file in /usr/bin but its permissions are
set as -rw-r--r-- but it should be -r-x-r-x-r-x

here is a part of my rules file

     60 install: build
     61     dh_testdir
     62     dh_testroot
     63     dh_clean -k 
     64     dh_installdirs -a
     65     # Add here commands to install the package into debian/input
     66     $(MAKE) install DESTDIR=$(CURDIR)/debian/input
     67
     68     dh_compress -a
     69     dh_fixperms -a
     70     
     71 
     72 # Build architecture-independent files here.
     73 binary-indep: build install
     74     # We have nothing to do by default.
     75 
     76 # Build architecture-dependent files here.
     77 binary-arch: build install
     78     dh_testdir
     79     dh_testroot
     80     dh_installdeb -a
     81     dh_gencontrol -a
     82     dh_strip -a
     83     dh_md5sums -a
     84     dh_builddeb -a -v

kindly help
-- 
View this message in context: http://www.nabble.com/How-a-package-will-determine-the-dependencies-tf4732207.html#a13627510
Sent from the debian-mentors mailing list archive at Nabble.com.



Reply to: