Package: maint-guide Version: 1.2.11 I am a complete newbie at this, so I studied the maint-guide while building my first debian package. I think it would be helpfull to add the output of the tree command (i.e. to the guide's 'Appendix A - Examples'), because I get a little confused about what goes where (i.e. chapter 2).
(Of course you might have to `apt-get intall tree` first.) $ tree /home/you/src/hoeveel/hoeveel-0.0.1 hoeveel-0.0.1 |-- Makefile |-- build-stamp |-- configure-stamp |-- debian | |-- README.Debian | |-- changelog | |-- compat | |-- control | |-- copyright | |-- dirs | |-- docs | |-- files | |-- hoeveel | | |-- DEBIAN | | | |-- control | | | `-- md5sums | | `-- usr | | |-- bin | | | `-- hoeveel | | `-- share | | |-- doc | | | `-- hoeveel | | | |-- README.Debian | | | |-- changelog.Debian.gz | | | `-- copyright | | `-- man | |-- manpage.1 | `-- rules |-- hoeveel.1 `-- hoeveel.sh or even $ tree /home/you/src/hoeveel . |-- hoeveel-0.0.1 | |-- Makefile | |-- build-stamp | |-- configure-stamp | |-- debian | | |-- README.Debian | | |-- changelog | | |-- compat | | |-- control | | |-- copyright | | |-- dirs | | |-- docs | | |-- files | | |-- hoeveel | | | |-- DEBIAN | | | | |-- control | | | | `-- md5sums | | | `-- usr | | | |-- bin | | | | `-- hoeveel | | | `-- share | | | |-- doc | | | | `-- hoeveel | | | | |-- README.Debian | | | | |-- changelog.Debian.gz | | | | `-- copyright | | | `-- man | | |-- manpage.1 | | |-- rules | | `-- watch.ex | |-- hoeveel.1 | `-- hoeveel.sh |-- hoeveel-0.0.1.tar.gz |-- hoeveel_0.0.1-1.diff.gz |-- hoeveel_0.0.1-1.dsc |-- hoeveel_0.0.1-1_i386.changes |-- hoeveel_0.0.1-1_i386.deb |-- hoeveel_0.0.1-2.diff.gz |-- hoeveel_0.0.1-2.dsc |-- hoeveel_0.0.1-2_i386.changes |-- hoeveel_0.0.1-2_i386.deb |-- hoeveel_0.0.1.orig.tar.gz Cheers, Niels -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]