[DRE-commits] r4800 - in trunk/libvalidatable-ruby: . debian

Deepak Tripathi deepak-guest at alioth.debian.org
Sun Feb 21 17:49:27 UTC 2010


Author: deepak-guest
Date: 2010-02-21 17:49:23 +0000 (Sun, 21 Feb 2010)
New Revision: 4800

Added:
   trunk/libvalidatable-ruby/debian/
   trunk/libvalidatable-ruby/debian/changelog
   trunk/libvalidatable-ruby/debian/compat
   trunk/libvalidatable-ruby/debian/control
   trunk/libvalidatable-ruby/debian/copyright
   trunk/libvalidatable-ruby/debian/libvalidatable-ruby1.8.dirs
   trunk/libvalidatable-ruby/debian/rules
   trunk/libvalidatable-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/libvalidatable-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libvalidatable-ruby/debian/changelog
===================================================================
--- trunk/libvalidatable-ruby/debian/changelog	                        (rev 0)
+++ trunk/libvalidatable-ruby/debian/changelog	2010-02-21 17:49:23 UTC (rev 4800)
@@ -0,0 +1,49 @@
+libvalidatable-ruby (1.6.7-6) unstable; urgency=low
+
+  * Taking over from Sebestien.
+  * Keeping under pkg-ruby-extras group.
+  * Added test for ruby1.9.1 and remove comments
+		+ Changes in debian/rules
+  * Removed unnecessary file from debian/
+  * Added Homepage and Vcs-* entry
+		+ Changes in debian/control
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Sun, 21 Feb 2010 17:11:15 +0000
+
+libvalidatable-ruby (1.6.7-5) unstable; urgency=low
+
+  * Move to ruby1.9.1 (Closes: #569870).
+  * Bumped up Standards-Version.
+  * Removed unused lintian override.
+
+ -- Sebastien Delafond <seb at debian.org>  Tue, 16 Feb 2010 11:28:18 +0100
+
+libvalidatable-ruby (1.6.7-4) unstable; urgency=low
+
+  * Lintian cleanups.
+  * Bumped up Standards revision.
+  * Moved to cdbs.
+
+ -- Sebastien Delafond <seb at debian.org>  Mon, 19 Oct 2009 13:37:32 +0200
+
+libvalidatable-ruby (1.6.7-3) unstable; urgency=low
+
+  * Updated description to actually describe validatable
+    (Closes: #499210).
+  
+ -- Sebastien Delafond <seb at debian.org>  Wed, 17 Sep 2008 10:28:14 -0700
+  
+libvalidatable-ruby (1.6.7-2) unstable; urgency=low
+
+  * Updated description and dependencies to reflect that we are in fact not
+    using ruby inline (Closes: #499210).
+  * Bumped up Standards-Version.
+  * Added debian/watch file.
+    
+ -- Sebastien Delafond <seb at debian.org>  Tue, 16 Sep 2008 19:00:49 -0700
+  
+libvalidatable-ruby (1.6.7-1) unstable; urgency=low
+
+  * Initial Release (Closes: #480966).
+
+ -- Sebastien Delafond <seb at debian.org>  Mon, 12 May 2008 16:12:45 -0700

Added: trunk/libvalidatable-ruby/debian/compat
===================================================================
--- trunk/libvalidatable-ruby/debian/compat	                        (rev 0)
+++ trunk/libvalidatable-ruby/debian/compat	2010-02-21 17:49:23 UTC (rev 4800)
@@ -0,0 +1 @@
+6

Added: trunk/libvalidatable-ruby/debian/control
===================================================================
--- trunk/libvalidatable-ruby/debian/control	                        (rev 0)
+++ trunk/libvalidatable-ruby/debian/control	2010-02-21 17:49:23 UTC (rev 4800)
@@ -0,0 +1,45 @@
+Source: libvalidatable-ruby
+Section: ruby
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 6), cdbs, libsetup-ruby1.8, ruby-pkg-tools (>= 0.17)
+Build-Depends-Indep: ruby1.8, ruby1.9.1
+Standards-Version: 3.8.4
+Homepage: http://validatable.rubyforge.org
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libvalidatable-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libvalidatable-ruby/
+
+Package: libvalidatable-ruby1.8
+Architecture: all
+Depends: ruby1.8, ${misc:Depends}
+Description: provide ActiveRecord looking validations (ruby 1.8)
+ The validatable library can be included with any ruby class and
+ provide ActiveRecord looking validations. The library follows
+ ActiveRecord's lead for features that are similar and introduce new
+ features.
+ .
+ This is the package for ruby 1.8.
+
+Package: libvalidatable-ruby1.9.1
+Architecture: all
+Depends: ruby1.9.1, ${misc:Depends}
+Description: provide ActiveRecord looking validations (ruby1.9.1)
+ The validatable library can be included with any ruby class and
+ provide ActiveRecord looking validations. The library follows
+ ActiveRecord's lead for features that are similar and introduce new
+ features.
+ .
+ This is the package for ruby 1.9.1.
+
+Package: libvalidatable-ruby
+Architecture: all
+Depends: libvalidatable-ruby1.8, ${misc:Depends}
+Description: provide ActiveRecord looking validations
+ The validatable library can be included with any ruby class and
+ provide ActiveRecord looking validations. The library follows
+ ActiveRecord's lead for features that are similar and introduce new
+ features.
+ .
+ This package provide documentation and depends on the package 
+ containing the actual library for the default Ruby version.

Added: trunk/libvalidatable-ruby/debian/copyright
===================================================================
--- trunk/libvalidatable-ruby/debian/copyright	                        (rev 0)
+++ trunk/libvalidatable-ruby/debian/copyright	2010-02-21 17:49:23 UTC (rev 4800)
@@ -0,0 +1,35 @@
+This work was packaged for Debian by:
+
+    Deepak Tripathi <apenguinlinux at gmail.com> on Sun, 21 Feb 2010 17:11:15 +0000
+
+It was downloaded from <URL:http://validatable.rubyforge.org>
+
+Upstream Authors: Jay Fields
+
+Copyright:
+
+  Copyright 2007 (c) Jay Fields
+
+  This package 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; version 2 dated June, 1991.
+
+  This package 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 complete text of the GNU General Public License
+version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+  Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com> and is licensed
+  under the GPL, see `/usr/share/common-licenses/GPL-2'.
+
+

Added: trunk/libvalidatable-ruby/debian/libvalidatable-ruby1.8.dirs
===================================================================
--- trunk/libvalidatable-ruby/debian/libvalidatable-ruby1.8.dirs	                        (rev 0)
+++ trunk/libvalidatable-ruby/debian/libvalidatable-ruby1.8.dirs	2010-02-21 17:49:23 UTC (rev 4800)
@@ -0,0 +1 @@
+usr/lib/ruby/1.8

Added: trunk/libvalidatable-ruby/debian/rules
===================================================================
--- trunk/libvalidatable-ruby/debian/rules	                        (rev 0)
+++ trunk/libvalidatable-ruby/debian/rules	2010-02-21 17:49:23 UTC (rev 4800)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+install/libvalidatable-ruby1.9.1::
+	(cd test ; ruby1.9.1 all_tests.rb)


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

Added: trunk/libvalidatable-ruby/debian/watch
===================================================================
--- trunk/libvalidatable-ruby/debian/watch	                        (rev 0)
+++ trunk/libvalidatable-ruby/debian/watch	2010-02-21 17:49:23 UTC (rev 4800)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=2925  .*/.*validatable-(.*).gem
\ No newline at end of file




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