1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Debianize
Using files from libjs-jquery-ui instead of the embedded version.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2014-10-06
--- python-xstatic-jquery-ui-1.10.1.1+debian+dfsg1.orig/xstatic/pkg/jquery_ui/__init__.py
+++ python-xstatic-jquery-ui-1.10.1.1+debian+dfsg1/xstatic/pkg/jquery_ui/__init__.py
@@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package
# please use a all-lowercase valid python
# package name
-VERSION = '1.11.0' # version of the packaged files, please use the upstream
+VERSION = '1.10.1' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
|