[DRE-commits] [ruby-rails-assets-jquery-textchange] 02/10: separate bin package libjs-jquery-textchange

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Dec 29 09:03:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-rails-assets-jquery-textchange.

commit 1584230c2891e0cd771413624e19857afb8a1a26
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Dec 29 14:27:29 2014 +0530

    separate bin package libjs-jquery-textchange
---
 debian/control | 27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 85c91c3..5b94041 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,32 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rails-assets-jquery-textchange.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rails-assets-jquery-textchange.git;a=summary
 Homepage: http://zurb.com/playground/jquery-text-change-custom-event
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-rails-assets-jquery-textchange
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rails-assets-jquery (>= 0), bundler (~> 1.3, development), rake (>= 0, development)
-Description: jQuery TextChange Plugin
- jQuery TextChange Plugin
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-rails-assets-jquery
+Description: provide jQuery TextChange Plugin via rails asset pipeline
+ jQuery TextChange Plugin for rails applications.
+ .
+ rails-assets.org provided library (automatically generated from its
+ bower package)
+
+Package: libjs-jquery-textchange
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: detects text changes for input and textarea elements
+ Simple cross browser detection of text changes for input and textarea
+ elements using a jQuery custom event plugin by ZURB
+ .
+ Implementing this requires binding events to the keyup event, and a couple
+ other events if you want to detect text changes on cut and paste. Even if
+ you're a JavaScript god it's tedious to keeping writing this logic over and
+ over again. Be smart and use the ZURB text change event plugin instead.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rails-assets-jquery-textchange.git



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