| changeset 5 | 886f06655730 |
| child 6 | 0e17cffdaed0 |
| 4:5d6a10b5469c | 5:886f06655730 |
|---|---|
1 #!/bin/bash |
|
2 # upstream.patch is the patch against upstream sources |
|
3 # debian.patch is the patch against an unpacked debian source package |
|
4 # place upstream.patch in memcache/memcache-support.patch inside the unpacked debian source package and build it |
|
5 |
|
6 apt-get source exim4=4.69-9 |
|
7 cd exim4-* |
|
8 mkdir -p ius |
|
9 cp ../memcache-support-upstream.patch ius/ |
|
10 patch -p1 < ../debian.patch |