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

Re: Question to dh_installdocs



Am 2005-03-03 21:13:16, schrieb Justin Pryzby:

> Is dh_installdocs being called by the "binary" rule?
> 
> Rereading your original message, it is not clear if that particular
> invocation of debian/rules is with fake root privlidges.  Empirically,
> "binary" and "clean" have fakeroot, and "build" does not.

Where is it written ?
I was reading all maintainer/developer manuals/references...

:-/

  __( '/home/michelle.konzack/src/stuffit-520/debian/rules' )___________
 /
| #!/usr/bin/make -f
| #
| # Rules for making the stuffit binary package - Michelle Konzack
| # Copyright (C) 2005 Michelle Konzack <linux4michelle@freenet.de>
| #
| SHELL=/bin/bash
| 
| clean:
| 	dh_testdir
| 	dh_clean
| 	-rm -rf bin
| 	-rm -rf doc
| 	-rm -rf man
| 
| build: directories decompress install
| 
| directories:
| 	dh_installdirs usr/bin 	usr/share/man/man1 usr/share/doc/stuffit
| 
| 
| decompress:
| 	-tar -xzvf stuffit520.611linux-i386.tar.gz
| 
| install:
| 	dh_installman  man/man1/stuff.1
| 	dh_installman  man/man1/unstuff.1
| 	dh_installdocs doc/stuff/INSTALL doc/stuff/LICENSE doc/stuff/README 	
|                doc/stuff/stuff.html doc/unstuff/unstuff.html
| 	dh_install bin/stuff    usr/bin/
| 	dh_install bin/unstuff  usr/bin/
| 	mv         bin/register debian/tmp/usr/bin/stuff-register
| 
| binary:
| 	dh_testdir
| 	dh_installchangelogs
| 	dh_compress
| 	dh_fixperms
| 	dh_installdeb
| 	dh_gencontrol
| 	dh_md5sums
| 	dh_builddeb
 \______________________________________________________________________


Sugestion to make it better ?

> Justin

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


Reply to: