$ mv dennou_sty_6 dennou6-sty-1.1
$ cd dennou6-sty-1.1 $ dh_make -e foo@domain_name Type of package: single binary, multiple binary, or library? [s/m/l] s Maintainer name : foo BAR <= Email-Address : foo@domain_name Date : Tue, 3 Apr 2001 13:13:30 +0900 Package Name : dennou6-sty Version : 1.1 Type of Package : Single Hit以上の作業でto confirm: urrently there is no top level Makefile. This may require additional tuning. Done. Please edit the files in the debian/ subdirectory now. You should also check that the dennou6-sty Makefiles install into $DESTDIR and not in / .
dennou6-sty-1.1
ディレクトリ内にdebian
ディレクトリが生成され, deb パッケージを構築するのに必要なファイル群が作られる.
$ ls debian/ README.Debian dirs ex.doc-base.package postrm.ex changelog docs init.d.ex preinst.ex control emacsen-install.ex manpage.1.ex prerm.ex copyright emacsen-remove.ex menu.ex rules cron.d.ex emacsen-startup.ex postinst.ex watch.ex
最後に以下のコマンドを実行することで deb パッケージが作成される.
$ dpkg-buildpackage -B -uc -us -rfakeroot