[Pkg-javascript-commits] [autosize.js] 05/08: package cleanup
Alexandre Viau
aviau at moszumanska.debian.org
Tue Dec 29 21:15:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
aviau pushed a commit to branch master
in repository autosize.js.
commit b9e4f167b07f785ec7e49c96f7614f9c8f447385
Author: aviau <alexandre at alexandreviau.net>
Date: Tue Dec 29 15:54:52 2015 -0500
package cleanup
---
debian/changelog | 4 ++--
debian/control | 11 +++++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 799c900..4036311 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libjs-jquery-autosize (3.0.14~dfsg1-1) unstable; urgency=medium
+autosize.js (3.0.14~dfsg1-1) unstable; urgency=medium
* Initial release. (Closes: #809364)
- -- Alexandre Viau <aviau at debian.org> Thu, 24 Dec 2015 19:33:23 -0500
+ -- Alexandre Viau <aviau at debian.org> Tue, 29 Dec 2015 15:52:13 -0500
diff --git a/debian/control b/debian/control
index 952ef32..8d99b4d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders: Alexandre Viau <aviau at debian.org>
Build-Depends: debhelper (>= 9), uglifyjs
Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/libjs-jquery-autosize.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-jquery-autosize.git
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/autosize.js.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/autosize.js.git
Homepage: http://www.jacklmoore.com/autosize
Package: libjs-autosize
@@ -18,13 +18,16 @@ Description: stand-alone script to automatically adjust textarea height to fit t
height to fit text. The autosize function accepts a single textarea element,
or an array or array-like object (such as a NodeList or jQuery collection)
of textarea elements.
+ .
+ This package contains the Javascript library.
Package: node-autosize
Architecture: all
-Depends: ${misc:Depends}
-Recommends: nodejs
+Depends: ${misc:Depends}, nodejs
Description: stand-alone script to automatically adjust textarea height to fit text
Autosize is a small, stand-alone script to automatically adjust textarea
height to fit text. The autosize function accepts a single textarea element,
or an array or array-like object (such as a NodeList or jQuery collection)
of textarea elements.
+ .
+ This package contains the NodeJS module.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/autosize.js.git
More information about the Pkg-javascript-commits
mailing list