diff -Nru zfs-auto-snapshot-1.2.4/debian/changelog zfs-auto-snapshot-1.2.4/debian/changelog --- zfs-auto-snapshot-1.2.4/debian/changelog 2017-09-18 07:27:13.000000000 +0000 +++ zfs-auto-snapshot-1.2.4/debian/changelog 2018-10-11 08:50:51.000000000 +0000 @@ -1,3 +1,13 @@ +zfs-auto-snapshot (1.2.4-2) unstable; urgency=medium + + * Replace obsolete priority 'extra' with 'optional' + * Update standards version to 4.2.1 + * Update compat level to 11 + * Migrate VCS to salsa.debian.org + * Remove unneeded shlibs:Depends dependency + + -- Jonathan Carter Thu, 11 Oct 2018 10:50:51 +0200 + zfs-auto-snapshot (1.2.4-1) unstable; urgency=medium * New upstream release diff -Nru zfs-auto-snapshot-1.2.4/debian/compat zfs-auto-snapshot-1.2.4/debian/compat --- zfs-auto-snapshot-1.2.4/debian/compat 2017-06-06 09:14:18.000000000 +0000 +++ zfs-auto-snapshot-1.2.4/debian/compat 2018-02-13 08:12:40.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru zfs-auto-snapshot-1.2.4/debian/control zfs-auto-snapshot-1.2.4/debian/control --- zfs-auto-snapshot-1.2.4/debian/control 2017-09-14 09:28:36.000000000 +0000 +++ zfs-auto-snapshot-1.2.4/debian/control 2018-10-11 08:50:51.000000000 +0000 @@ -1,16 +1,16 @@ Source: zfs-auto-snapshot Section: contrib/utils -Priority: extra +Priority: optional Maintainer: Jonathan Carter -Build-Depends: debhelper (>= 10) -Standards-Version: 4.1.0 +Build-Depends: debhelper (>= 11) +Standards-Version: 4.2.1 Homepage: https://github.com/zfsonlinux/zfs-auto-snapshot -Vcs-Git: https://gitlab.com/highvoltage/zfs-auto-snapshot-packaging.git -Vcs-Browser: https://gitlab.com/highvoltage/zfs-auto-snapshot-packaging/tree/master +Vcs-Git: https://salsa.debian.org/jcc/zfs-auto-snapshot.git +Vcs-Browser: https://salsa.debian.org/jcc/zfs-auto-snapshot Package: zfs-auto-snapshot Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, cron, zfsutils-linux +Depends: cron, zfsutils-linux, ${misc:Depends} Description: ZFS automatic snapshot service Automatically create, rotate, and destroy periodic ZFS snapshots. This is the utility that creates the @zfs-auto-snap_frequent, @zfs-auto-snap_hourly, @@ -19,4 +19,3 @@ . This program is a posixly correct bourne shell script. It depends only on the zfs utilities and cron, and can run in the dash shell. -