initial debian directory
authorSam Hartman <hartmans@debian.org>
Mon, 25 Apr 2011 18:10:10 +0000 (14:10 -0400)
committerSam Hartman <hartmans@debian.org>
Mon, 25 Apr 2011 18:10:10 +0000 (14:10 -0400)
13 files changed:
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/libshibb-resolver-dev.dirs [new file with mode: 0644]
debian/libshibb-resolver-dev.install [new file with mode: 0644]
debian/libshibb-resolver0.dirs [new file with mode: 0644]
debian/libshibb-resolver0.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.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..59106a0
--- /dev/null
@@ -0,0 +1,6 @@
+shibboleth-resolver for Debian
+------------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Sam Hartman <hartmans@debian.org>  Mon, 25 Apr 2011 13:51:42 -0400
diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..36c1440
--- /dev/null
@@ -0,0 +1,9 @@
+shibboleth-resolver 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..01bd506
--- /dev/null
@@ -0,0 +1,5 @@
+shibboleth-resolver (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sam Hartman <hartmans@debian.org>  Mon, 25 Apr 2011 13:51:42 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..dbeae99
--- /dev/null
@@ -0,0 +1,33 @@
+Source: shibboleth-resolver
+Priority: extra
+Maintainer: Sam Hartman <hartmans@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), libshibsp-dev (>= 1.5+dfsg~moonshot1),
+    libsaml2-dev (>= 2.4),
+ libxerces-c-dev, libxmltooling-dev (>= 1.4)
+Standards-Version: 3.9.1
+Section: libs
+Vcs-Git: git://git.debian.org/pkg-shibboleth/shibboleth-resolver.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/shibboleth-resolver.git;a=summary
+
+Package: libshibb-resolver-dev
+Section: libdevel
+Architecture: any
+Depends: libshibb-resolver0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Shibboleth SP Attribute Resolver library
+ This package contains a Shibboleth SP Extension that provides
+ externally accessible attribute resolver functionality for processing
+ local and remote sources of federated attribute information.
+ .
+ This package includes files needed for development.
+
+
+Package: libshibb-resolver0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Shibboleth SP Attribute Resolver library
+ This package contains a Shibboleth SP Extension that provides
+ externally accessible attribute resolver functionality for processing
+ local and remote sources of federated attribute information.
+ .
+ This package contains just the shared library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..c199dfa
--- /dev/null
@@ -0,0 +1,29 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: shibboleth-resolver
+Source: http://shibboleth.internet2.edu/
+
+Files: *
+Copyright: 2011 Internet2
+
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2011 Sam Hartman <hartmans@debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/debian/libshibb-resolver-dev.dirs b/debian/libshibb-resolver-dev.dirs
new file mode 100644 (file)
index 0000000..4418816
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/libshibb-resolver-dev.install b/debian/libshibb-resolver-dev.install
new file mode 100644 (file)
index 0000000..cc66f5e
--- /dev/null
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/share/pkgconfig/*
diff --git a/debian/libshibb-resolver0.dirs b/debian/libshibb-resolver0.dirs
new file mode 100644 (file)
index 0000000..6845771
--- /dev/null
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/libshibb-resolver0.install b/debian/libshibb-resolver0.install
new file mode 100644 (file)
index 0000000..d0dbfd1
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..b760bee
--- /dev/null
@@ -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 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)