[DRE-commits] r5801 - in trunk/libaddressable-ruby: . debian debian/source

Deepak Tripathi deepak-guest at alioth.debian.org
Wed Aug 25 09:38:22 UTC 2010


Author: deepak-guest
Date: 2010-08-25 09:38:01 +0000 (Wed, 25 Aug 2010)
New Revision: 5801

Added:
   trunk/libaddressable-ruby/debian/
   trunk/libaddressable-ruby/debian/changelog
   trunk/libaddressable-ruby/debian/compat
   trunk/libaddressable-ruby/debian/control
   trunk/libaddressable-ruby/debian/copyright
   trunk/libaddressable-ruby/debian/rules
   trunk/libaddressable-ruby/debian/source/
   trunk/libaddressable-ruby/debian/source/format
Log:
[svn-inject] Applying Debian modifications (2.2.0-1) to trunk


Property changes on: trunk/libaddressable-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libaddressable-ruby/debian/changelog
===================================================================
--- trunk/libaddressable-ruby/debian/changelog	                        (rev 0)
+++ trunk/libaddressable-ruby/debian/changelog	2010-08-25 09:38:01 UTC (rev 5801)
@@ -0,0 +1,5 @@
+libaddressable-ruby (2.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #594294)
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Wed, 25 Aug 2010 14:29:42 +0530

Added: trunk/libaddressable-ruby/debian/compat
===================================================================
--- trunk/libaddressable-ruby/debian/compat	                        (rev 0)
+++ trunk/libaddressable-ruby/debian/compat	2010-08-25 09:38:01 UTC (rev 5801)
@@ -0,0 +1 @@
+7

Added: trunk/libaddressable-ruby/debian/control
===================================================================
--- trunk/libaddressable-ruby/debian/control	                        (rev 0)
+++ trunk/libaddressable-ruby/debian/control	2010-08-25 09:38:01 UTC (rev 5801)
@@ -0,0 +1,16 @@
+Source: libaddressable-ruby
+Section: ruby
+Priority: extra
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Homepage: http://addressable.rubyforge.org
+
+Package: libaddressable-ruby
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Addressable is a replacement for the URI implementation.
+ URI is part of Ruby's standard library. It more closely conforms to 
+ the relevant RFCs and adds support for IRIs and URI templates. 
+ Additionally, it provides extensive support for URI templates.
+

Added: trunk/libaddressable-ruby/debian/copyright
===================================================================
--- trunk/libaddressable-ruby/debian/copyright	                        (rev 0)
+++ trunk/libaddressable-ruby/debian/copyright	2010-08-25 09:38:01 UTC (rev 5801)
@@ -0,0 +1,40 @@
+This work was packaged for Debian by:
+     
+   Deepak Tripathi <apenguinlinux at gmail.com> on Wed, 25 Aug 2010 14:29:42 +0530
+
+It was downloaded from:
+   
+   http://addressable.rubyforge.org/
+
+Upstream Author(s):
+   
+   Bob Aman <bob at sporkmonger.com>
+
+Copyright:
+
+   Copyright (c) 2006-2010 Bob Aman   
+ 
+License:
+
+   Permission is hereby granted, free of charge, to any person obtaining
+   a copy of this software and associated documentation files (the
+   "Software"), to deal in the Software without restriction, including
+   without limitation the rights to use, copy, modify, merge, publish,
+   distribute, sublicense, and/or sell copies of the Software, and to
+   permit persons to whom the Software is furnished to do so, subject to
+   the following conditions:
+
+   The above copyright notice and this permission notice shall be
+   included in all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+   LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com>

Added: trunk/libaddressable-ruby/debian/rules
===================================================================
--- trunk/libaddressable-ruby/debian/rules	                        (rev 0)
+++ trunk/libaddressable-ruby/debian/rules	2010-08-25 09:38:01 UTC (rev 5801)
@@ -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 $@ 


Property changes on: trunk/libaddressable-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libaddressable-ruby/debian/source/format
===================================================================
--- trunk/libaddressable-ruby/debian/source/format	                        (rev 0)
+++ trunk/libaddressable-ruby/debian/source/format	2010-08-25 09:38:01 UTC (rev 5801)
@@ -0,0 +1 @@
+3.0 (quilt)




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