exim4/4.69/README
changeset 35 00eb34bfe348
parent 34 87b508932fa3
equal deleted inserted replaced
34:87b508932fa3 35:00eb34bfe348
     1 #!/bin/bash
       
     2 
       
     3 # memcache-support-upstream.patch is the patch against upstream sources
       
     4 # debian.patch is the patch against an unpacked debian source package
       
     5 # place memcache-support-upstream.patch in ius/memcache-support-upstream.patch
       
     6 # inside the unpacked debian source package and build it
       
     7 
       
     8 apt-get source exim4=4.69-9
       
     9 cd exim4-*
       
    10 mkdir -p ius
       
    11 cp ../memcache-support-upstream.patch ius/
       
    12 patch -p1 < ../debian.patch