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

Antono Vasiljev ant0no-guest at alioth.debian.org
Mon Jan 17 08:59:17 UTC 2011


Author: ant0no-guest
Date: 2011-01-17 08:59:15 +0000 (Mon, 17 Jan 2011)
New Revision: 6001

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


Property changes on: trunk/xdg/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/xdg/debian/changelog
===================================================================
--- trunk/xdg/debian/changelog	                        (rev 0)
+++ trunk/xdg/debian/changelog	2011-01-17 08:59:15 UTC (rev 6001)
@@ -0,0 +1,5 @@
+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/xdg/debian/compat
===================================================================
--- trunk/xdg/debian/compat	                        (rev 0)
+++ trunk/xdg/debian/compat	2011-01-17 08:59:15 UTC (rev 6001)
@@ -0,0 +1 @@
+7

Added: trunk/xdg/debian/control
===================================================================
--- trunk/xdg/debian/control	                        (rev 0)
+++ trunk/xdg/debian/control	2011-01-17 08:59:15 UTC (rev 6001)
@@ -0,0 +1,18 @@
+Source: 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~)
+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}
+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/xdg/debian/copyright
===================================================================
--- trunk/xdg/debian/copyright	                        (rev 0)
+++ trunk/xdg/debian/copyright	2011-01-17 08:59:15 UTC (rev 6001)
@@ -0,0 +1 @@
+= GNU LESSER GENERAL PUBLIC LICENSE

Added: trunk/xdg/debian/rules
===================================================================
--- trunk/xdg/debian/rules	                        (rev 0)
+++ trunk/xdg/debian/rules	2011-01-17 08:59:15 UTC (rev 6001)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+%:
+	dh $@ --buildsystem=ruby


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

Added: trunk/xdg/debian/source/format
===================================================================
--- trunk/xdg/debian/source/format	                        (rev 0)
+++ trunk/xdg/debian/source/format	2011-01-17 08:59:15 UTC (rev 6001)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/xdg/debian/watch
===================================================================
--- trunk/xdg/debian/watch	                        (rev 0)
+++ trunk/xdg/debian/watch	2011-01-17 08:59:15 UTC (rev 6001)
@@ -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