~ubuntu-branches/ubuntu/quantal/mutt/quantal-updates

« back to all changes in this revision

Viewing changes to debian/extra/rc/compressed-folders.rc

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2011-01-05 09:03:40 UTC
  • mfrom: (16.2.4 experimental)
  • Revision ID: package-import@ubuntu.com-20110105090340-rf5so52p12hfw7yi
Tags: 1.5.21-2ubuntu1
* Merge with Debian experimental (LP: #697529), remaining changes:
  + Drop libtokyocabinet-dev (universe) from Build-Depends, use always
    libgdbm-dev and also use gdbm for the header cache backend. (lp: #607448)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
open-hook       \\.bz2$ "bzip2 -cd '%f' > '%t'"
6
6
close-hook      \\.bz2$ "bzip2 -c '%t' > '%f'"
7
7
append-hook     \\.bz2$ "bzip2 -c '%t' >> '%f'"
8
 
 
 
8
open-hook   \\.xz$ "xz -cd %f > %t"
 
9
close-hook  \\.xz$ "xz -c %t > %f"
 
10
append-hook \\.xz$ "xz -c %t >> %f"