Source: apt-btrfs-snapshot
Section: admin
Priority: optional
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Build-Depends: debhelper (>= 7.0.50~),
               python3-all,
               python3-distutils-extra,
               python3-mock,
               pyflakes,
               python (>= 2.6.5-2~),
               python-distutils-extra,
               python-mock,
               pep8,
X-Python-Version: all
X-Python3-Version: >= 3.2
Standards-Version: 3.9.3
Vcs-Bzr: https://code.launchpad.net/apt-btrfs-snapshot

Package: apt-btrfs-snapshot
Architecture: all
Depends: ${python:Depends},
         ${python3:Depends},
         ${misc:Depends},
         btrfs-tools
Description: Automatically create snapshot on apt operations
 This will create a btrfs snapshot of the root filesystem each time
 that apt installs/removes/upgrades a software package. 
 . 
 A commandline tool called "apt-btrfs-snapshot" is also provided
 for easy access create/list/delete snapshots.
