From: Sam Hartman Date: Thu, 5 May 2011 20:36:08 +0000 (-0400) Subject: debian version X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=82dee36eff56c3ef87dd242077a8e306208369fe debian version --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c49965f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libapache2-mod-auth-gssapi (0.0.1-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Sam Hartman Thu, 05 May 2011 16:11:26 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..eeb1241 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: libapache2-mod-auth-gssapi +Section: net +Priority: optional +Maintainer: Sam Hartman +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, apache2-dev, libkrb5-dev +Standards-Version: 3.9.1 +Homepage: + +Files: * +Copyright: + +License: + + + . + + +# If you want to use GPL v2 or later for the /debian/* files use +# the following clauses, or change it to suit. Delete these two lines +Files: debian/* +Copyright: 2011 Sam Hartman +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". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -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 --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)