debian/0000755000000000000000000000000012124410550007160 5ustar debian/dirs0000644000000000000000000000006412124366302010051 0ustar usr/share/javascript/jquery-timepicker/localization debian/source/0000755000000000000000000000000012075037141010466 5ustar debian/source/format0000644000000000000000000000001412075037141011674 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000012612124367761010615 0ustar [DEFAULT] debian-branch = debian upstream-branch = master upstream-tag = v%(version)s debian/links0000644000000000000000000000010012124366206010222 0ustar /usr/share/javascript /usr/share/doc/libjs-jquery-timepicker/js debian/README.Debian0000644000000000000000000000113512124367510011230 0ustar libjs-jquery-timepicker for Debian ---------------------------------- In order to make use of the timepicker in your html, include the following lines in your html header: -- Daniel Kahn Gillmor , Tue, 26 Mar 2013 14:56:08 -0400 debian/rules0000755000000000000000000000043012124410266010241 0ustar #!/usr/bin/make -f %: dh $@ SHIPDIR=debian/libjs-jquery-timepicker/usr/share/javascript/jquery-timepicker SOURCE = $(wildcard *.js localization/*.js *.css) SHIP = $(patsubst %,$(SHIPDIR)/%,$(SOURCE)) $(SHIPDIR)/%: % yui-compressor $< -o $@ override_dh_auto_install: $(SHIP) debian/compat0000644000000000000000000000000212124356533010370 0ustar 9 debian/docs0000644000000000000000000000002612124362451010037 0ustar index.html README.md debian/control0000644000000000000000000000153712124404353010575 0ustar Source: jquery-timepicker Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Daniel Kahn Gillmor Build-Depends: debhelper (>= 9), yui-compressor Standards-Version: 3.9.4 Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jquery-timepicker.git Vcs-Git: git://git.debian.org/git/pkg-javascript/jquery-timepicker.git Package: libjs-jquery-timepicker Architecture: all Depends: ${misc:Depends}, libjs-jquery-ui Recommends: javascript-common Homepage: http://trentrichardson.com/examples/timepicker/ Description: timepicker addon for jQuery UI datepicker Web pages that use the jQuery UI datepicker on its own can only select timestamps with a resolution of 1 day. Using this timepicker allows the user to specify timestamps with a resolution of 1 minute. debian/patches/0000755000000000000000000000000012124410460010607 5ustar debian/patches/series0000644000000000000000000000013312124367225012033 0ustar remove-google-analytics-tracking-from-documentation.patch use-local-copies-of-jquery.patch debian/patches/use-local-copies-of-jquery.patch0000644000000000000000000000263312124410460016717 0ustar diff --git a/index.html b/index.html index 2993db8..8e2e716 100644 --- a/index.html +++ b/index.html @@ -35,13 +35,13 @@ .example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; } - - + + - - - - + + + + - debian/changelog0000644000000000000000000000026512124404361011040 0ustar jquery-timepicker (1.2-1) unstable; urgency=low * Initial release into debian (Closes: #693884) -- Daniel Kahn Gillmor Tue, 26 Mar 2013 13:41:33 -0400 debian/watch0000644000000000000000000000014412124405067010217 0ustar version=3 http://githubredir.debian.net/github/trentrichardson/jQuery-Timepicker-Addon/v(.+).tar.gz debian/copyright0000644000000000000000000000300612124356445011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: (c) 2009-2013, Trent Richardson Homepage: http://trentrichardson.com/examples/timepicker/ License: MIT or GPL-2+ Files: debian/* Copyright: (c) 2013 Daniel Kahn Gillmor License: MIT or GPL-2+ License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'