]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/sort-patchlist
Use upstream's smime.rc file, hereby fixing S/MIME encryption. (Closes: #315319)
[software/mutt-debian.git] / debian / patches / debian-specific / sort-patchlist
1 Index: trunk/patchlist.sh
2 ===================================================================
3 --- trunk.orig/patchlist.sh     2007-03-15 15:50:14.000000000 +0100
4 +++ trunk/patchlist.sh  2007-03-15 15:50:41.000000000 +0100
5 @@ -15,6 +15,6 @@ EOF
6  
7  while read patch ; do
8         echo "  puts (\"${patch}\");"
9 -done
10 +done | LC_COLLATE=C sort
11  
12  echo "}"