[DRE-commits] r6008 - in trunk: . ruby-xdg ruby-xdg/debian ruby-xdg/debian/source

Antono Vasiljev ant0no-guest at alioth.debian.org
Thu Jan 20 18:07:05 UTC 2011


Author: ant0no-guest
Date: 2011-01-20 18:07:03 +0000 (Thu, 20 Jan 2011)
New Revision: 6008

Added:
   trunk/ruby-xdg/
   trunk/ruby-xdg/debian/
   trunk/ruby-xdg/debian/changelog
   trunk/ruby-xdg/debian/compat
   trunk/ruby-xdg/debian/control
   trunk/ruby-xdg/debian/copyright
   trunk/ruby-xdg/debian/rules
   trunk/ruby-xdg/debian/source/
   trunk/ruby-xdg/debian/source/format
   trunk/ruby-xdg/debian/watch
Removed:
   trunk/xdg/
Log:
[ruby-xdg] Updated copyright (dep5, apache-2.0), xdg -> ruby-xdg



Added: trunk/ruby-xdg/debian/changelog
===================================================================
--- trunk/ruby-xdg/debian/changelog	                        (rev 0)
+++ trunk/ruby-xdg/debian/changelog	2011-01-20 18:07:03 UTC (rev 6008)
@@ -0,0 +1,5 @@
+ruby-xdg (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Antono Vasiljev <antono.vasiljev at gmail.com>  Mon, 17 Jan 2011 09:40:34 +0200

Added: trunk/ruby-xdg/debian/compat
===================================================================
--- trunk/ruby-xdg/debian/compat	                        (rev 0)
+++ trunk/ruby-xdg/debian/compat	2011-01-20 18:07:03 UTC (rev 6008)
@@ -0,0 +1 @@
+7

Added: trunk/ruby-xdg/debian/control
===================================================================
--- trunk/ruby-xdg/debian/control	                        (rev 0)
+++ trunk/ruby-xdg/debian/control	2011-01-20 18:07:03 UTC (rev 6008)
@@ -0,0 +1,18 @@
+Source: ruby-xdg
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Antono Vasiljev <antono.vasiljev at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), ruby
+Standards-Version: 3.8.4
+Vcs-Git: git://github.com/rubyworks/xdg.git
+Vcs-Browser: https://github.com/rubyworks/xdg
+Homepage: http://rubyworks.github.com/xdg/
+
+Package: ruby-xdg
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby
+Description: XDG provides an interface for using XDG directory standard.
+ XDG provides a module for supporting the XDG Base Directory Standard.
+ See: http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html

Added: trunk/ruby-xdg/debian/copyright
===================================================================
--- trunk/ruby-xdg/debian/copyright	                        (rev 0)
+++ trunk/ruby-xdg/debian/copyright	2011-01-20 18:07:03 UTC (rev 6008)
@@ -0,0 +1,8 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: xdg
+Upstream-Contact: 7rans <transfire at gmail.com>
+Source: https://github.com/rubyworks/xdg/downloads
+
+Files: *
+Copyright: Copyright 2010-2011, Antono Vasiljev <antono.vasiljev at gmail.com>
+License: Apache-2.0

Added: trunk/ruby-xdg/debian/rules
===================================================================
--- trunk/ruby-xdg/debian/rules	                        (rev 0)
+++ trunk/ruby-xdg/debian/rules	2011-01-20 18:07:03 UTC (rev 6008)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+%:
+	dh $@ --buildsystem=ruby


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

Added: trunk/ruby-xdg/debian/source/format
===================================================================
--- trunk/ruby-xdg/debian/source/format	                        (rev 0)
+++ trunk/ruby-xdg/debian/source/format	2011-01-20 18:07:03 UTC (rev 6008)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/ruby-xdg/debian/watch
===================================================================
--- trunk/ruby-xdg/debian/watch	                        (rev 0)
+++ trunk/ruby-xdg/debian/watch	2011-01-20 18:07:03 UTC (rev 6008)
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/xdg .*/xdg-(.*).tar.gz




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