[DRE-commits] r3351 - in packages-wip/libwww-delicious-ruby/trunk: . debian

binarymutant-guest at alioth.debian.org binarymutant-guest at alioth.debian.org
Fri Mar 27 12:27:48 UTC 2009


Author: binarymutant-guest
Date: 2009-03-27 12:27:48 +0000 (Fri, 27 Mar 2009)
New Revision: 3351

Added:
   packages-wip/libwww-delicious-ruby/trunk/debian/
   packages-wip/libwww-delicious-ruby/trunk/debian/changelog
   packages-wip/libwww-delicious-ruby/trunk/debian/compat
   packages-wip/libwww-delicious-ruby/trunk/debian/control
   packages-wip/libwww-delicious-ruby/trunk/debian/copyright
   packages-wip/libwww-delicious-ruby/trunk/debian/rules
   packages-wip/libwww-delicious-ruby/trunk/debian/watch
Log:
Initial upload of WWW::Delicious


Added: packages-wip/libwww-delicious-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libwww-delicious-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libwww-delicious-ruby/trunk/debian/changelog	2009-03-27 12:27:48 UTC (rev 3351)
@@ -0,0 +1,5 @@
+libwww-delicious-ruby (0.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #521382)
+
+ -- Christopher Lunsford <binarymutant at gmail.com>  Sun, 15 Feb 2009 06:34:02 -0500

Added: packages-wip/libwww-delicious-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libwww-delicious-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libwww-delicious-ruby/trunk/debian/compat	2009-03-27 12:27:48 UTC (rev 3351)
@@ -0,0 +1 @@
+5

Added: packages-wip/libwww-delicious-ruby/trunk/debian/control
===================================================================
--- packages-wip/libwww-delicious-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libwww-delicious-ruby/trunk/debian/control	2009-03-27 12:27:48 UTC (rev 3351)
@@ -0,0 +1,28 @@
+Source: libwww-delicious-ruby
+Section: libs
+Priority: optional
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Maintainer: Christopher Lunsford <binarymutant at gmail.com>
+Build-Depends: cdbs, debhelper (>= 5.0.38)
+Standards-Version: 3.8.0
+Homepage: http://rubyforge.org/projects/www-delicious/
+Vcs-Svn:
+Vcs-Browser:
+
+Package: libwww-delicious-ruby
+Architecture: any
+Depends: libdelicious-ruby1.8, ${misc:Depends}
+Description: a Ruby client for http://del.icio.us XML API
+ WWW::Delicious is a Ruby client for http://del.icio.us XML API.
+ It provides both read and write functionality. You can read user Posts, Tags
+ and Bundles but you can create new Posts, Tags and Bundles as well.
+ .
+ Metapackage for libwww-delicious-ruby1.8
+
+Package: libwww-delicious-ruby1.8
+Architecture: any
+Depends: ruby1.8, ${misc:Depends}
+Description: a Ruby client for http://del.icio.us XML API
+ WWW::Delicious is a Ruby client for htt://del.icio.us XML API.
+ It provides both read and write functionality. You can read and create
+ user Posts, Tags, and Bundles.

Added: packages-wip/libwww-delicious-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libwww-delicious-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libwww-delicious-ruby/trunk/debian/copyright	2009-03-27 12:27:48 UTC (rev 3351)
@@ -0,0 +1,37 @@
+This package was debianized by Christopher Lunsford <binarymutant at gmail.com> on
+Sun, 15 Feb 2009 06:34:02 -0500.
+
+It was downloaded from http://rubyforge.org/projects/www-delicious/
+
+Upstream Author:
+
+    Simone Carletti <weppos at weppos.net>
+
+Copyright:
+
+    Copyright © 2008-2009 Simon Carletti
+
+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  © 2009, Christopher Lunsford <binarymutant at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

Added: packages-wip/libwww-delicious-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libwww-delicious-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libwww-delicious-ruby/trunk/debian/rules	2009-03-27 12:27:48 UTC (rev 3351)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


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

Added: packages-wip/libwww-delicious-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libwww-delicious-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libwww-delicious-ruby/trunk/debian/watch	2009-03-27 12:27:48 UTC (rev 3351)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/projects/www-delicious/www-delicious-(.*)\.tar\.gz




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