# HG changeset patch # User Matthias Förste # Date 1407846810 -7200 # Node ID 985020f8fd9aec4b7d300fe3c9b3192ec9155b00 # Parent 20b1bbdbe850afc45291ed04d96b8ba76d48e682 [debianized] diff -r 20b1bbdbe850 -r 985020f8fd9a debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Tue Aug 12 14:33:30 2014 +0200 @@ -0,0 +1,5 @@ +verify-drbd (0.1-1) oldstable stable; urgency=low + + * Initial release + + -- Matthias Förste Tue, 12 Aug 2014 14:12:27 +0200 diff -r 20b1bbdbe850 -r 985020f8fd9a debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Tue Aug 12 14:33:30 2014 +0200 @@ -0,0 +1,1 @@ +8 diff -r 20b1bbdbe850 -r 985020f8fd9a debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Tue Aug 12 14:33:30 2014 +0200 @@ -0,0 +1,13 @@ +Source: verify-drbd +Section: admin +Priority: extra +Maintainer: Matthias Förste +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.3 +Vcs-Hg: https://ssl.schlittermann.de/hg/verify-drbd +Vcs-Browser: https://ssl.schlittermann.de/hg/verify-drbd + +Package: verify-drbd +Architecture: all +Depends: drbd-utils, ${misc:Depends} +Description: run drbd verification periodically diff -r 20b1bbdbe850 -r 985020f8fd9a debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/copyright Tue Aug 12 14:33:30 2014 +0200 @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: verify-drbd + +Files: * +Copyright: 2014 Matthias Förste +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff -r 20b1bbdbe850 -r 985020f8fd9a debian/docs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/docs Tue Aug 12 14:33:30 2014 +0200 @@ -0,0 +1,1 @@ +TODO diff -r 20b1bbdbe850 -r 985020f8fd9a debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Tue Aug 12 14:33:30 2014 +0200 @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff -r 20b1bbdbe850 -r 985020f8fd9a debian/source/format --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/source/format Tue Aug 12 14:33:30 2014 +0200 @@ -0,0 +1,1 @@ +3.0 (quilt)