debian/ 0000755 0000000 0000000 00000000000 12124410550 007160 5 ustar debian/dirs 0000644 0000000 0000000 00000000064 12124366302 010051 0 ustar usr/share/javascript/jquery-timepicker/localization
debian/source/ 0000755 0000000 0000000 00000000000 12075037141 010466 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12075037141 011674 0 ustar 3.0 (quilt)
debian/gbp.conf 0000644 0000000 0000000 00000000126 12124367761 010615 0 ustar [DEFAULT]
debian-branch = debian
upstream-branch = master
upstream-tag = v%(version)s
debian/links 0000644 0000000 0000000 00000000100 12124366206 010222 0 ustar /usr/share/javascript /usr/share/doc/libjs-jquery-timepicker/js
debian/README.Debian 0000644 0000000 0000000 00000001135 12124367510 011230 0 ustar 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/rules 0000755 0000000 0000000 00000000430 12124410266 010241 0 ustar #!/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/compat 0000644 0000000 0000000 00000000002 12124356533 010370 0 ustar 9
debian/docs 0000644 0000000 0000000 00000000026 12124362451 010037 0 ustar index.html
README.md
debian/control 0000644 0000000 0000000 00000001537 12124404353 010575 0 ustar 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/ 0000755 0000000 0000000 00000000000 12124410460 010607 5 ustar debian/patches/series 0000644 0000000 0000000 00000000133 12124367225 012033 0 ustar remove-google-analytics-tracking-from-documentation.patch
use-local-copies-of-jquery.patch
debian/patches/use-local-copies-of-jquery.patch 0000644 0000000 0000000 00000002633 12124410460 016717 0 ustar 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; }
-
-
+
+
-
-
-
-
+
+
+
+
-