コミットメタ情報

リビジョン068276d540d288496664bc56a99ffe2a11268c82 (tree)
日時2017-08-29 19:26:15
作者Tatsuki Sugiura <sugi@nemu...>
コミッターTatsuki Sugiura

ログメッセージ

Import debian files.

変更サマリ

差分

--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
1+ppp-resource-agents for Debian
2+-----------------------------
3+
4+Debian package of ppp-resource-agents which provide OCF resource agent of PPP connection.
5+
6+ -- Tatsuki Sugiura <sugi@nemui.org> Tue, 29 Aug 2017 19:20:25 +0900
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
1+ppp-resource-agents (0.1-1) unstable; urgency=medium
2+
3+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
4+
5+ -- Tatsuki Sugiura <sugi@nemui.org> Tue, 29 Aug 2017 19:20:25 +0900
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
1+9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
1+Source: ppp-resource-agents
2+Section: admin
3+Priority: optional
4+Maintainer: Tatsuki Sugiura <sugi@nemui.org>
5+Build-Depends: debhelper (>= 9)
6+Standards-Version: 3.9.8
7+Homepage: https://osdn.net/projects/osdn-codes/ppp-resource-agents
8+#Vcs-Git: https://anonscm.debian.org/collab-maint/ppp-resource-agents.git
9+#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ppp-resource-agents.git
10+
11+Package: ppp-resource-agents
12+Architecture: all
13+Depends: resource-agents
14+Description: OCF resource agent for PPP connection
15+ Agent to handle PPP connections as OCF resource.
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
1+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+Upstream-Name: ppp-resource-agents
3+Source: <url://example.com>
4+
5+Files: *
6+Copyright: <years> <put author's name and email here>
7+ <years> <likewise for another author>
8+License: GPL-2.0+
9+
10+Files: debian/*
11+Copyright: 2017 Tatsuki Sugiura <sugi@nemui.org>
12+License: GPL-2.0+
13+
14+License: GPL-2.0+
15+ This package is free software; you can redistribute it and/or modify
16+ it under the terms of the GNU General Public License as published by
17+ the Free Software Foundation; either version 2 of the License, or
18+ (at your option) any later version.
19+ .
20+ This package is distributed in the hope that it will be useful,
21+ but WITHOUT ANY WARRANTY; without even the implied warranty of
22+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+ GNU General Public License for more details.
24+ .
25+ You should have received a copy of the GNU General Public License
26+ along with this program. If not, see <https://www.gnu.org/licenses/>
27+ .
28+ On Debian systems, the complete text of the GNU General
29+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
30+
31+# Please also look if there are files or directories which have a
32+# different copyright/license attached and list them here.
33+# Please avoid picking licenses with terms that are more restrictive than the
34+# packaged work, as it may make Debian's contributions unacceptable upstream.
--- /dev/null
+++ b/debian/ppp-resource-agents-docs.docs
@@ -0,0 +1 @@
1+README.Debian
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
1+#!/usr/bin/make -f
2+# See debhelper(7) (uncomment to enable)
3+# output every command that modifies files on the build system.
4+#export DH_VERBOSE = 1
5+
6+
7+# see FEATURE AREAS in dpkg-buildflags(1)
8+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
9+
10+# see ENVIRONMENT in dpkg-buildflags(1)
11+# package maintainers to append CFLAGS
12+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
13+# package maintainers to append LDFLAGS
14+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
15+
16+
17+%:
18+ dh $@
19+
20+
21+# dh_make generated override targets
22+# This is example for Cmake (See https://bugs.debian.org/641051 )
23+#override_dh_auto_configure:
24+# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
25+
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
1+3.0 (quilt)
旧リポジトリブラウザで表示