9 Commits

Author SHA1 Message Date
Darik Horn
ae3909510a PPA 1.0.4-0ubuntu1 release. 2011-11-23 10:50:57 -06:00
Darik Horn
d294fa5401 Merge branch 'master' into debian 2011-11-23 10:49:07 -06:00
Darik Horn
968d50ce92 Invert the --skip-scrub test.
The test sense for the --skip-scrub flag is incorrect, which causes
it to operate opposite as intented.
2011-11-22 22:04:13 -06:00
Darik Horn
f6f194ac13 PPA 1.0.3-0ubuntu1 release.
My local unpushed tree went bad at the 1.0.2 release. Truncate the
changelog file so that git-dch update it again.
2011-11-21 21:52:54 -06:00
Darik Horn
bfe074fbe8 Merge branch 'master' into debian 2011-11-21 21:51:23 -06:00
Darik Horn
9327a3f737 Add gbp.conf file for git-buildpackage. 2011-11-21 21:50:35 -06:00
Darik Horn
7fd3c45cd4 PPA 1.0.1-0ubuntu1 release. 2011-11-21 20:56:51 -06:00
Darik Horn
fe429f408a Merge branch 'master' into debian 2011-11-21 20:41:54 -06:00
Darik Horn
8868d533e5 PPA 1.0.0-0ubuntu1 release. 2011-11-21 20:38:25 -06:00
7 changed files with 47 additions and 0 deletions

20
debian/changelog vendored Normal file
View File

@@ -0,0 +1,20 @@
zfs-auto-snapshot (1.0.4-0ubuntu1) unstable; urgency=low
* Invert the --skip-scrub test.
* Fold the main loops into a do_snapshots function.
* Consistently quote literal strings.
* Implement --prefix parameter checking.
* Rebase exit codes to above 127.
* Implement the --event option for :auto-snap-desc.
-- Darik Horn <dajhorn@vanadac.com> Wed, 23 Nov 2011 10:49:14 -0600
zfs-auto-snapshot (1.0.3-0ubuntu1) unstable; urgency=low
* Add -q to the getopt list of short options.
* Add an explicit `exit 0` to the end of the script.
* Add gbp.conf file for git-buildpackage.
* Expand the options variable in the cron part file.
* Initial debian packaging.
-- Darik Horn <dajhorn@vanadac.com> Mon, 21 Nov 2011 21:52:11 -0600

1
debian/compat vendored Normal file
View File

@@ -0,0 +1 @@
7

16
debian/control vendored Normal file
View File

@@ -0,0 +1,16 @@
Source: zfs-auto-snapshot
Section: admin
Priority: extra
Maintainer: Darik Horn <dajhorn@vanadac.com>
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.

1
debian/copyright vendored Normal file
View File

@@ -0,0 +1 @@
Copyright 2011 Darik Horn <dajhorn@vanadac.com>

3
debian/gbp.conf vendored Normal file
View File

@@ -0,0 +1,3 @@
[DEFAULT]
upstream-branch = master
debian-branch = debian

4
debian/rules vendored Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@

2
debian/watch vendored Normal file
View File

@@ -0,0 +1,2 @@
version=3
http://githubredir.debian.net/github/dajhorn/zfs-auto-snapshot/([\d\.].*).tar.gz