[Collab-qa-commits] r1984 - in collab-qa-tools: . debian debian/source

Lucas Nussbaum lucas at alioth.debian.org
Tue Aug 23 09:10:49 UTC 2011


Author: lucas
Date: 2011-08-23 09:10:49 +0000 (Tue, 23 Aug 2011)
New Revision: 1984

Added:
   collab-qa-tools/debian/
   collab-qa-tools/debian/changelog
   collab-qa-tools/debian/compat
   collab-qa-tools/debian/control
   collab-qa-tools/debian/copyright
   collab-qa-tools/debian/ruby-tests.rb
   collab-qa-tools/debian/rules
   collab-qa-tools/debian/source/
   collab-qa-tools/debian/source/format
   collab-qa-tools/debian/watch
Log:
add basic debian packaging

Added: collab-qa-tools/debian/changelog
===================================================================
--- collab-qa-tools/debian/changelog	                        (rev 0)
+++ collab-qa-tools/debian/changelog	2011-08-23 09:10:49 UTC (rev 1984)
@@ -0,0 +1,5 @@
+collab-qa-tools (0.1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Lucas Nussbaum <lucas at debian.org>  Tue, 23 Aug 2011 11:03:30 +0200

Added: collab-qa-tools/debian/compat
===================================================================
--- collab-qa-tools/debian/compat	                        (rev 0)
+++ collab-qa-tools/debian/compat	2011-08-23 09:10:49 UTC (rev 1984)
@@ -0,0 +1 @@
+7

Added: collab-qa-tools/debian/control
===================================================================
--- collab-qa-tools/debian/control	                        (rev 0)
+++ collab-qa-tools/debian/control	2011-08-23 09:10:49 UTC (rev 1984)
@@ -0,0 +1,18 @@
+Source: collab-qa-tools
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Lucas Nussbaum <lucas at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~)
+Standards-Version: 3.9.2
+#Vcs-Git: git://git.debian.org/pkg-ruby-extras/collab-qa-tools.git
+#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/collab-qa-tools.git;a=summary
+XS-Ruby-Versions: ruby1.8
+
+Package: collab-qa-tools
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Description: FIXME
+ <insert long description, indented with spaces>

Added: collab-qa-tools/debian/copyright
===================================================================
--- collab-qa-tools/debian/copyright	                        (rev 0)
+++ collab-qa-tools/debian/copyright	2011-08-23 09:10:49 UTC (rev 1984)
@@ -0,0 +1,33 @@
+FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: collab-qa-tools
+Source: FIXME (URL where source can be downloaded)
+
+Files: *
+Copyright: Copyright 1998 John Doe <jdoe at example.com>
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program 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 General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
+License:
+ [LICENSE TEXT]

Added: collab-qa-tools/debian/ruby-tests.rb
===================================================================
--- collab-qa-tools/debian/ruby-tests.rb	                        (rev 0)
+++ collab-qa-tools/debian/ruby-tests.rb	2011-08-23 09:10:49 UTC (rev 1984)
@@ -0,0 +1,2 @@
+$: << 'lib' << '.'
+Dir['{spec,test}/**/*.rb'].each { |f| require f }

Added: collab-qa-tools/debian/rules
===================================================================
--- collab-qa-tools/debian/rules	                        (rev 0)
+++ collab-qa-tools/debian/rules	2011-08-23 09:10:49 UTC (rev 1984)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#
+# Uncomment to ignore all test failures (but the tests will run anyway)
+#export DH_RUBY_IGNORE_TESTS=all
+#
+# Uncomment to ignore some test failures (but the tests will run anyway).
+# Valid values:
+#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
+#
+# If you need to specify the .gemspec (eg there is more than one)
+#export DH_RUBY_GEMSPEC=gem.gemspec
+
+%:
+	dh $@ --buildsystem=ruby --with ruby


Property changes on: collab-qa-tools/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: collab-qa-tools/debian/source/format
===================================================================
--- collab-qa-tools/debian/source/format	                        (rev 0)
+++ collab-qa-tools/debian/source/format	2011-08-23 09:10:49 UTC (rev 1984)
@@ -0,0 +1 @@
+3.0 (native)

Added: collab-qa-tools/debian/watch
===================================================================
--- collab-qa-tools/debian/watch	                        (rev 0)
+++ collab-qa-tools/debian/watch	2011-08-23 09:10:49 UTC (rev 1984)
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/collab-qa-tools .*/collab-qa-tools-(.*).tar.gz




More information about the Collab-qa-commits mailing list