| 1 |
get new version from: http://packages.qa.debian.org/m/mpack.html |
| 2 |
mpack_1.6.orig.tar.gz ---> tar -xzf ---> mpack-1.6/ |
| 3 |
mpack_1.6-4.diff.gz |
| 4 |
mpack_1.6-4.dsc |
| 5 |
|
| 6 |
and apply patch 'mpack_1.6-4.diff' to original dir: mpack-1.6/ |
| 7 |
> cd mpack-1.6 |
| 8 |
> patch < ../mpack_1.6-4.diff |
| 9 |
patching file unixpk.c |
| 10 |
patching file encode.c |
| 11 |
patching file codes.c |
| 12 |
patching file magic.c |
| 13 |
patching file unixos.c |
| 14 |
patching file xmalloc.c |
| 15 |
patching file unixunpk.c |
| 16 |
patching file decode.c |
| 17 |
patching file uudecode.c |
| 18 |
patching file part.c |
| 19 |
patching file md5.h |
| 20 |
patching file README.unix |
| 21 |
patching file mkreadme.pl |
| 22 |
patching file unixpk.man |
| 23 |
patching file unixunpk.man |
| 24 |
patching file watch |
| 25 |
patching file changelog |
| 26 |
patching file control |
| 27 |
> cd .. ; mv mpack-1.6 mpack-1.6-4 |
| 28 |
|
| 29 |
--------------------------------------- |
| 30 |
Export new version (from mpack-1.6-4) to MITgcm/tools/mapck-1.6 : |
| 31 |
|
| 32 |
1) changes made in "Makefile.in": disable automake, autoconf & aclocal. |
| 33 |
2) remove files in dir tools/mpack-1.6/cmulocal : not used without aclocal |
| 34 |
3) update files: |
| 35 |
configure codes.c decode.c encode.c magic.c md5.h mkreadme.pl part.c |
| 36 |
README.mac README.unix unixos.c unixpk.c unixpk.man unixunpk.c unixunpk.man |
| 37 |
uudecode.c xmalloc.c |
| 38 |
did not export: |
| 39 |
changelog control copyright rules watch |
| 40 |
|
| 41 |
--------------------------------------- |