Basic package to customize sshd config
authorClinton Ebadi <clinton@unknownlamer.org>
Thu, 7 Jun 2012 06:34:14 +0000 (02:34 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Thu, 7 Jun 2012 06:34:14 +0000 (02:34 -0400)
debian/README [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/README.source [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/hcoop-openssh-server-config.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/README b/debian/README
new file mode 100644 (file)
index 0000000..b5f9d6c
--- /dev/null
@@ -0,0 +1,6 @@
+The Debian Package hcoop-openssh-server-config
+----------------------------
+
+Comments regarding the Package
+
+ -- Clinton Ebadi <clinton@unknownlamer.org>  Thu, 07 Jun 2012 01:03:13 -0400
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..e0791b1
--- /dev/null
@@ -0,0 +1,6 @@
+hcoop-openssh-server-config for Debian
+--------------------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Clinton Ebadi <clinton@unknownlamer.org>  Thu, 07 Jun 2012 01:03:13 -0400
diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..174a190
--- /dev/null
@@ -0,0 +1,9 @@
+hcoop-openssh-server-config for Debian
+--------------------------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..3063607
--- /dev/null
@@ -0,0 +1,5 @@
+hcoop-openssh-server-config (0) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Clinton Ebadi <clinton@unknownlamer.org>  Thu, 07 Jun 2012 01:03:13 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..19b0cf4
--- /dev/null
@@ -0,0 +1,18 @@
+Source: hcoop-openssh-server-config
+Section: unknown
+Priority: extra
+Maintainer: Clinton Ebadi <clinton@unknownlamer.org>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.2
+Homepage: <insert the upstream URL, if relevant>
+#Vcs-Git: git://git.debian.org/collab-maint/hcoop-openssh-server-config.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/hcoop-openssh-server-config.git;a=summary
+
+Package: hcoop-openssh-server-config
+Architecture: all
+Depends: openssh-server, ${misc:Depends}
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
+Description: HCoop ssh daemon configuration
+ Configuration to permit use of GSSAPI for authentication with ssh at
+ HCoop
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..6c21bd4
--- /dev/null
@@ -0,0 +1,34 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: hcoop-openssh-server-config
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2012 Clinton Ebadi <clinton@unknownlamer.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/debian/hcoop-openssh-server-config.install b/debian/hcoop-openssh-server-config.install
new file mode 100644 (file)
index 0000000..a28e5ce
--- /dev/null
@@ -0,0 +1 @@
+files/sshd_config etc/ssh
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..d2ef3f5
--- /dev/null
@@ -0,0 +1,21 @@
+#!/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
+
+DEB_DIVERT_EXTENSION = .hcoop
+
+# unfortunately, sshd_config is generated by postinst and there is no
+# canonical version we can use for DEB_TRANSFORM_FILES. I guess it's
+# not such a pita to merge three lines every stable release...
+DEB_DIVERT_FILES_hcoop-openssh-server-config += \
+       /etc/ssh/sshd_config
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/config-package.mk
\ No newline at end of file
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)