Source: apt-btrfs-snapshot
Section: admin
Priority: optional
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-apt,
               python3-distutils-extra,
               python3-mock,
               pyflakes3,
               pycodestyle,
Standards-Version: 4.5.0

Package: apt-btrfs-snapshot
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         btrfs-progs,
         python3-apt
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.
