equal
deleted
inserted
replaced
1 #!/bin/bash |
1 #!/bin/bash |
2 # upstream.patch is the patch against upstream sources |
2 |
|
3 # memcache-support-upstream.patch is the patch against upstream sources |
3 # debian.patch is the patch against an unpacked debian source package |
4 # 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 # place memcache-support-upstream.patch in ius/memcache-support-upstream.patch |
|
6 # inside the unpacked debian source package and build it |
5 |
7 |
6 apt-get source exim4=4.69-9 |
8 apt-get source exim4=4.69-9 |
7 cd exim4-* |
9 cd exim4-* |
8 mkdir -p ius |
10 mkdir -p ius |
9 cp ../memcache-support-upstream.patch ius/ |
11 cp ../memcache-support-upstream.patch ius/ |