【使用 APTDOT 的全部套件】 加入以下至您的 sources.list 中 deb http://apt.debian.org.tw unstable main 原始碼: deb-src http://apt.debian.org.tw unstable main 【使用 APTDOT 的單一套件】 加入以下至您的 sources.list 中 deb http://apt.debian.org.tw unstable main/ 原始碼: deb-src http://apt.debian.org.tw unstable main/ source 填入想要的套件的 source 名稱,例如: deb http://apt.debian.org.tw unstable main/libchewing 原始碼: deb-src http://apt.debian.org.tw unstable main/libchewing 【申請】 想要在 apt.debian.org.tw 上面放置您製作的 deb 嗎?請 mail 至 koster@debian.org.tw 並附上以下資料 * Subject: APTDOT Apply * Content: o Full Name o Nick Name o E-mail address o Your ssh public key (your ~/.ssh/id_rdsa.pub) o PGP public key (yes, you need to sign your files) 希望您在申請及製作套件前可以先讀過以下文件 http://www.debian.org/doc/maint-guide/ http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html http://www.debian.org/doc/developers-reference/ http://ircconf.debian.org.tw/log/2003-09-13.html http://wiki.debian.org.tw/index.php/DebianPackageManagement 以及 http://www.debian.org/devel/ 中的各個相關文件都可以參考 若是有意願成為 Debian Developer http://nm.debian.org/ 會是不錯的起點 ;-) 【上傳】 當收到協調者開好帳號的信之後,您就可以開始上傳套件,為了可以方便的上傳套件,我們推薦使用 dput 來幫忙 apt-get install dput 並編輯 $HOME/.dput.cf 加入 [dot] fqdn = apt.debian.org.tw login = incoming method = scp incoming = ~ allow_unsigned_uploads = 0 ssh_config_options = Port 225 然後就可以用 dput dot 來上傳檔案 例如 dput dot libchewing_0.2.5-2_i386.changes