diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9b6c45c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +zfs-auto-snapshot (1.0.0-0ubuntu1) unstable; urgency=low + + * Initial release. + * Initial debian packaging. + + -- Darik Horn Mon, 21 Nov 2011 20:01:19 -0600 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0d5ab15 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: zfs-auto-snapshot +Section: admin +Priority: extra +Maintainer: Darik Horn +Build-Depends: debhelper (>= 7.4) +Standards-Version: 3.8.4 +Homepage: http://www.zfsonlinux.org/ +Vcs-Git: git://github.com/dajhorn/zfs-auto-snapshot.git +Vcs-Browser: https://github.com/dajhorn/zfs-auto-snapshot/ + +Package: zfs-auto-snapshot +Architecture: all +Depends: ${misc:Depends}, cron, zfsutils +Description: ZFS Automatic Snapshot Service + Automatically create and destroy ZFS snapshots on an hourly, daily, weekly + and monthly schedule. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8936440 --- /dev/null +++ b/debian/copyright @@ -0,0 +1 @@ +Copyright 2011 Darik Horn diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..3f2675a --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://githubredir.debian.net/github/dajhorn/zfs-auto-snapshot/([\d\.].*).tar.gz