[debianized]
authorMatthias Förste <foerste@schlittermann.de>
Tue, 12 Aug 2014 14:33:30 +0200
changeset 1 985020f8fd9a
parent 0 20b1bbdbe850
child 2 a043e7e38966
[debianized]
debian/changelog
debian/compat
debian/control
debian/copyright
debian/docs
debian/rules
debian/source/format
--- /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 <foerste@schlittermann.de>  Tue, 12 Aug 2014 14:12:27 +0200
--- /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
--- /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 <foerste@schlittermann.de>
+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
--- /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 <foerste@schlittermann.de>
+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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
--- /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
--- /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 $@ 
--- /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)