[DRE-commits] r3870 - in packages-wip/libsyntax-ruby/trunk: . debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Fri Jul 31 19:09:25 UTC 2009


Author: jtimberman-guest
Date: 2009-07-31 19:09:24 +0000 (Fri, 31 Jul 2009)
New Revision: 3870

Added:
   packages-wip/libsyntax-ruby/trunk/debian/
   packages-wip/libsyntax-ruby/trunk/debian/changelog
   packages-wip/libsyntax-ruby/trunk/debian/compat
   packages-wip/libsyntax-ruby/trunk/debian/control
   packages-wip/libsyntax-ruby/trunk/debian/copyright
   packages-wip/libsyntax-ruby/trunk/debian/rules
   packages-wip/libsyntax-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libsyntax-ruby/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages-wip/libsyntax-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libsyntax-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libsyntax-ruby/trunk/debian/changelog	2009-07-31 19:09:24 UTC (rev 3870)
@@ -0,0 +1,11 @@
+libsyntax-ruby (1.0.0-2) unstable; urgency=low
+
+  * Corrected section, description in control file.
+
+ -- Joshua Timberman <joshua at opscode.com>  Mon, 27 Jul 2009 15:10:01 -0600
+
+libsyntax-ruby (1.0.0-1) unstable; urgency=low
+
+  * Initial release. Closes: #538353
+
+ -- Joshua Timberman <joshua at opscode.com>  Wed, 22 Jul 2009 16:52:01 -0600

Added: packages-wip/libsyntax-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libsyntax-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libsyntax-ruby/trunk/debian/compat	2009-07-31 19:09:24 UTC (rev 3870)
@@ -0,0 +1 @@
+7

Added: packages-wip/libsyntax-ruby/trunk/debian/control
===================================================================
--- packages-wip/libsyntax-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libsyntax-ruby/trunk/debian/control	2009-07-31 19:09:24 UTC (rev 3870)
@@ -0,0 +1,34 @@
+Source: libsyntax-ruby
+Section: ruby
+Priority: optional
+Maintainer: Joshua Timberman <joshua at opscode.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, ruby-pkg-tools (>= 0.8), debhelper (>= 7)
+Build-Depends-Indep: ruby1.8
+Standards-Version: 3.8.2
+Homepage: http://syntax.rubyforge.org/
+
+Package: libsyntax-ruby
+Architecture: all
+Depends: ${misc:Depends}, libsyntax-ruby1.8
+Description: Ruby library for lexical analysis for syntax highlighting
+ Syntax is, first and foremost, a lexical analysis framework. 
+ It supports pluggable syntax modules, and comes with modules for Ruby, XML,
+ and YAML.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libsyntax-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, ruby
+Description: Ruby 1.8 library for lexical analysis for syntax highlighting
+ Syntax is, first and foremost, a lexical analysis framework. 
+ It supports pluggable syntax modules, and comes with modules for Ruby, XML,
+ and YAML.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library for version 1.8.

Added: packages-wip/libsyntax-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libsyntax-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libsyntax-ruby/trunk/debian/copyright	2009-07-31 19:09:24 UTC (rev 3870)
@@ -0,0 +1,36 @@
+This package was debianized by Joshua Timberman <joshua at opscode.com> on
+Wed, 22 Jul 2009 16:52:01 -0600.
+
+It was downloaded from http://syntax.rubyforge.org/
+
+Upstream Author: Jamis Buck (jamis at jamisbuck.org)
+
+Copyright(c) 2004, Jamis Buck (jamis at jamisbuck.org)
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are met:
+    
+        * Redistributions of source code must retain the above copyright notice,
+          this list of conditions and the following disclaimer.
+    
+        * Redistributions in binary form must reproduce the above copyright
+          notice, this list of conditions and the following disclaimer in the
+          documentation and/or other materials provided with the distribution.
+    
+        * The names of its contributors may not be used to endorse or promote
+          products derived from this software without specific prior written
+          permission.
+    
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Added: packages-wip/libsyntax-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libsyntax-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libsyntax-ruby/trunk/debian/rules	2009-07-31 19:09:24 UTC (rev 3870)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Ruby Syntax package.
+
+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/libsyntax-ruby/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages-wip/libsyntax-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libsyntax-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libsyntax-ruby/trunk/debian/watch	2009-07-31 19:09:24 UTC (rev 3870)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=505 .*syntax-(.*)\.t.*




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