__________ I'm using this express-made address because personal addresses aren't masked enough at this list's archives. Mailing lists service administrator should fix this. El 04/02/17 a les 21:09, Andrey Rahmatullin ha escrit: > On Sat, Feb 04, 2017 at 09:02:20PM +0100, Narcis Garcia wrote: >>>> dpkg-buildpackage continues now, when my "rules" file has this only >>>> content: >>>> >>>> #!/usr/bin/make -f >>>> clean: >>>> binary: >>>> binary-arch: >>>> binary-indep: >>>> build: >>>> build-arch: >>>> build-indep: >>> Which, of course, doesn't do anything useful. >>> >> >> Yes it does: avoids error messages. > I hope you are kidding. > >> I don't understand the syntax is possible to use there if I only want to >> install 1 file (ShellScript). > Just use the usual dh $@ syntax and use dh_install(1) to install your > file. >
I'm not kidding. With the default dh $@ only line, outputs an error message. I've tried not to append the command dh_install ntfsundelete-tree to build: section and results the same. I'm trying at least to get a successful end of dpkg-buildpackage, although not installing anything, any file. First I want to avoid errors (and warnings if possible), and next I'll try some useful action. I don't find any "hello world" example to package a simple script.

