From b2bf3f2c9d8a0bc7adedbfd7db06e8d0ba462387 Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Mon, 21 Nov 2011 19:54:47 -0600 Subject: [PATCH] Initial debian packaging. --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/copyright | 1 + debian/rules | 4 ++++ debian/watch | 2 ++ 6 files changed, 30 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..66d49a3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +zfs-auto-snapshot (1.0.0) oneiric; 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