[DRE-commits] r3071 - in packages-wip/libkrb5-ruby/trunk: . debian

ryan52-guest at alioth.debian.org ryan52-guest at alioth.debian.org
Wed Oct 15 01:26:12 UTC 2008


Author: ryan52-guest
Date: 2008-10-15 01:26:11 +0000 (Wed, 15 Oct 2008)
New Revision: 3071

Added:
   packages-wip/libkrb5-ruby/trunk/debian/
   packages-wip/libkrb5-ruby/trunk/debian/changelog
   packages-wip/libkrb5-ruby/trunk/debian/compat
   packages-wip/libkrb5-ruby/trunk/debian/control
   packages-wip/libkrb5-ruby/trunk/debian/copyright
   packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby-doc.rdoc
   packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby1.8.examples
   packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby1.9.examples
   packages-wip/libkrb5-ruby/trunk/debian/rules
   packages-wip/libkrb5-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libkrb5-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libkrb5-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/changelog	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1,6 @@
+libkrb5-ruby (0.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #502029)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 12 Oct 2008 15:26:13 -0700
+

Added: packages-wip/libkrb5-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/compat	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1 @@
+7

Added: packages-wip/libkrb5-ruby/trunk/debian/control
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/control	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1,49 @@
+Source: libkrb5-ruby
+Section: libs
+Priority: extra
+Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools, ruby1.8, ruby1.9, ruby1.8-dev, ruby1.9-dev, libkrb5-dev
+Standards-Version: 3.8.0
+Homepage: http://rubyforge.org/projects/krb5-auth/
+
+Package: libkrb5-ruby
+Architecture: all
+Depends: libkrb5-ruby1.8
+Description: Basic Kerberos ruby binding
+ Ruby kerberos provides basic Kerberos bindings for ruby which allow
+ authentication, password changes, adding principals, and deleting
+ principals.
+ .
+ This package is a dependency package, which depends on Debian's
+ default Ruby version (currently 1.8).
+
+Package: libkrb5-ruby1.8
+Architecture: any
+Depends: ruby1.8, ${shlibs:Depends}
+Description: Basic Kerberos ruby binding (Ruby 1.8)
+ Ruby kerberos provides basic Kerberos bindings for ruby which allow
+ authentication, password changes, adding principals, and deleting
+ principals.
+ .
+ This package is built for Ruby 1.8.
+
+Package: libkrb5-ruby1.9
+Architecture: any
+Depends: ruby1.9, ${shlibs:Depends}
+Description: Basic Kerberos ruby binding (Ruby 1.9)
+ Ruby kerberos provides basic Kerberos bindings for ruby which allow
+ authentication, password changes, adding principals, and deleting
+ principals.
+ .
+ This package is built for Ruby 1.9.
+
+Package: libkrb5-ruby-doc
+Section: doc
+Architecture: all
+Description: Documentation for libkrb5-ruby
+ Ruby kerberos provides basic Kerberos bindings for ruby which allow
+ authentication, password changes, adding principals, and deleting
+ principals.
+ .
+ This package provides documentation for libkrb5-ruby.

Added: packages-wip/libkrb5-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/copyright	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1,34 @@
+This package was debianized by Ryan Niebur <ryanryan52 at gmail.com> on
+Sun, 12 Oct 2008 15:26:13 -0700.
+
+It was downloaded from http://rubyforge.org/projects/krb5-auth/
+
+Upstream Author:
+
+    Chris Lalancette <clalance at redhat.com>
+
+Copyright:
+
+    Copyright (C) 2008 Red Hat Inc.
+
+License:
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in /usr/share/common-licenses/LGPL-2.1.
+
+The Debian packaging is (C) 2008, Ryan Niebur <ryanryan52 at gmail.com> and
+is licensed under the GPL, see '/usr/share/common-licenses/GPL'.

Added: packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby-doc.rdoc
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby-doc.rdoc	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby-doc.rdoc	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1 @@
+ext/

Added: packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby1.8.examples
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby1.8.examples	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby1.8.examples	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1 @@
+bin/example.rb

Added: packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby1.9.examples
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby1.9.examples	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/libkrb5-ruby1.9.examples	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1 @@
+bin/example.rb

Added: packages-wip/libkrb5-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/rules	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
+
+DEB_RUBY_SETUP_CMD = ext/extconf.rb


Property changes on: packages-wip/libkrb5-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libkrb5-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libkrb5-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libkrb5-ruby/trunk/debian/watch	2008-10-15 01:26:11 UTC (rev 3071)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=3343 .*krb5-auth-(.*)\.t.*




More information about the Pkg-ruby-extras-commits mailing list