close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_ra_local-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 12, 2009, 5:33:23 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
19 | 19 | * 事先產生自己的 gpg key ,在最後產生deb檔的時候會用到 (用gui的gpa產生比較理想),產生後用'''gpg --list-key |grep pub'''可以查到私鑰的八碼編碼,如:B35CE8C3 |
20 | 20 | |
21 | | 1. 找到並解壓縮 nutch-1.0.tar.gz |
22 | | 2. 在 nutch-1.0 資料夾執行 ''' dh_make -f ../nutch_1.0.tar.gz ''' |
23 | | 3. 將debian內的 '''rm *.ex *.EX dir '''等檔案,並修改 rules , control |
24 | | 4. 增加 nutch.[install,docs,links,postinst, postrm, prerm] 等檔 |
25 | | 5. 在 nutch-1.0 資料夾內編輯Makefile檔 |
26 | | 6. 執行 ''' sudo dpkg-buildpackage -rfakeroot -k0xB35CE8C3''' |
| 21 | 1. 找到並解壓縮 nutch-1.0.tar.gz |
| 22 | 2. 在 nutch-1.0 資料夾執行 ''' dh_make -f ../nutch_1.0.tar.gz ''' |
| 23 | 3. 將debian內的 '''rm *.ex *.EX dir '''等檔案,並修改 rules , control |
| 24 | 4. 增加 nutch.[install,docs,links,postinst, postrm, prerm] 等檔 |
| 25 | 5. 在 nutch-1.0 資料夾內編輯Makefile檔 |
| 26 | 6. 執行 ''' sudo dpkg-buildpackage -rfakeroot -k0xB35CE8C3''' |
27 | 27 | |