Commit 33a6af0d authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Added initial debian folder.

parent f5221c8c
python-xstatic-jquery.quicksearch (2.0.4.1-1) unstable; urgency=medium
* Initial release. (Closes: #758402)
-- Thomas Goirand <zigo@debian.org> Sun, 17 Aug 2014 14:50:20 +0800
Source: python-xstatic-jquery.quicksearch
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-setuptools,
python3-all,
python3-setuptools
Build-Conflicts: python-xstatic, python3-xstatic
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-xstatic-jquery.quicksearch.git
Vcs-Git: git://anonscm.debian.org/openstack/python-xstatic-jquery.quicksearch.git
Homepage: http://plugins.jquery.com/jquery.quicksearch/
Package: python-xstatic-jquery.quicksearch
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libjs-jquery.quicksearch,
python-xstatic,
${misc:Depends},
${python:Depends}
Description: jQuery.quicksearch XStatic support - Python 2.x
XStatic is a packaging standard to package external (often 3rd party) static
files as a Python package, so they are easily usable on all operating systems,
with any package management system or even without one.
.
Many Python projects need to use some specific data files, like javascript,
css, java applets, images, etc. Sometimes these files belong to YOUR project
(then you may want to package them separately, but you could also just put
them into your main package). But in many other cases, those files are
maintained by someone else (like jQuery javascript library or even much bigger
js libraries or applications) and you definitely do not really want to merge
them into your project. So, you want to have static file packages, but you
don’t want to get lots of stuff you do not want. Thus, stuff required by
XStatic file packages (especially the main, toplevel XStatic package) tries to
obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework
or other stuff you don't want. Maybe there will be optional XStatic extensions
for all sorts of stuff, but they won't be required if you just want the files.
.
By having static files in packages, it is also easier to build virtual envs,
support linux/bsd/... distribution package maintainers and even windows
installs using the same mechanism.
.
This package provides jQuery.quicksearch support as a Python 2.x module.
Package: python3-xstatic-jquery.quicksearch
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libjs-jquery.quicksearch,
python3-xstatic,
${misc:Depends},
${python3:Depends}
Description: jQuery.quicksearch XStatic support - Python 3.x
XStatic is a packaging standard to package external (often 3rd party) static
files as a Python package, so they are easily usable on all operating systems,
with any package management system or even without one.
.
Many Python projects need to use some specific data files, like javascript,
css, java applets, images, etc. Sometimes these files belong to YOUR project
(then you may want to package them separately, but you could also just put
them into your main package). But in many other cases, those files are
maintained by someone else (like jQuery javascript library or even much bigger
js libraries or applications) and you definitely do not really want to merge
them into your project. So, you want to have static file packages, but you
don’t want to get lots of stuff you do not want. Thus, stuff required by
XStatic file packages (especially the main, toplevel XStatic package) tries to
obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework
or other stuff you don't want. Maybe there will be optional XStatic extensions
for all sorts of stuff, but they won't be required if you just want the files.
.
By having static files in packages, it is also easier to build virtual envs,
support linux/bsd/... distribution package maintainers and even windows
installs using the same mechanism.
.
This package provides jQuery.quicksearch support as a Python 3.x module.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: XStatic-JQuery.quicksearch
Source: http://plugins.jquery.com/jquery.quicksearch/
Files: debian/*
Copyright: (c) 2014, Thomas Goirand <zigo@debian.org>
License: Expat
Files: *
Copyright: (c) 2013, Radomir Dopieralski <openstack@sheep.art.pl>
License: Expat
Files: xstatic/pkg/jquery_quicksearch/data/*
Copyright: (c) 2013-2014, Deux Huit Huit, Nicolas Brassard <nico@nitriques.com>
(c) 2008-2010, Rik Lomas <lomas.rik@gmail.com>
(c) 2013, beaubbe <beaubbe@gmail.com>
(c) 2013, Uli Köhler <ulikoehler@online.de>
(c) 2012-2013, Chintan Tank <tankchintan@gmail.com>
(c) 2013, Rajib Ahmed <rajib.ahmed@ztorm.com>
(c) 2010, Krzysztof Goj <krzysztof.goj@erlang-solutions.com>
(c) 2013, Justin Stolle <justin@justinstolle.com>
(c) 2014, cntoplolicon <cntoplolicon@gmail.com>
License: Expat
License: Expat
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
[DEFAULT]
upstream-branch = master
debian-branch = debian/unstable
upstream-tag = %(version)s
compression = xz
[git-buildpackage]
export-dir = ../build-area/
Description: Debianize the package
Using files from libjs-jquery.quicksearch instead of embedded files.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2014-08-17
--- python-xstatic-jquery.quicksearch-2.0.4.1.orig/xstatic/pkg/jquery_quicksearch/__init__.py
+++ python-xstatic-jquery.quicksearch-2.0.4.1/xstatic/pkg/jquery_quicksearch/__init__.py
@@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package
# please use a all-lowercase valid python
# package name
-VERSION = '2.0.3' # version of the packaged files, please use the upstream
+VERSION = '2.0.4' # 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.
@@ -34,9 +34,9 @@ HOMEPAGE = 'http://plugins.jquery.com/jq
LICENSE = '(same as %s)' % DISPLAY_NAME
from os.path import join, dirname
-BASE_DIR = join(dirname(__file__), 'data')
+#BASE_DIR = join(dirname(__file__), 'data')
# linux package maintainers just can point to their file locations like this:
-#BASE_DIR = '/usr/share/javascript/jquery_quicksearch'
+BASE_DIR = '/usr/share/javascript/jquery.quicksearch'
LOCATIONS = {
# CDN locations (if no public CDN exists, use an empty dict)
#!/usr/bin/make -f
PYTHONS:=$(shell pyversions -vr)
PYTHON3S:=$(shell py3versions -vr)
UPSTREAM_GIT = git://github.com/stackforge/xstatic-jquery.quicksearch.git
-include /usr/share/openstack-pkg-tools/pkgos.make
%:
dh $@ --buildsystem=python_distutils --with python2,python3
override_dh_install:
set -e && for pyvers in $(PYTHONS); do \
python$$pyvers setup.py install --install-layout=deb \
--root $(CURDIR)/debian/python-xstatic-jquery.quicksearch; \
done
set -e && for pyvers in $(PYTHON3S); do \
python$$pyvers setup.py install --install-layout=deb \
--root $(CURDIR)/debian/python3-xstatic-jquery.quicksearch; \
done
rm -rf $(CURDIR)/debian/python*-xstatic-jquery.quicksearch/usr/lib/python*/dist-packages/*.pth
rm -rf $(CURDIR)/debian/python*-xstatic-jsencrypt/usr/lib/python*/dist-packages/xstatic/pkg/jquery_quicksearch/data
override_dh_clean:
dh_clean -O--buildsystem=python_distutils
rm -rf build
# Commands not to run
override_dh_installcatalogs:
override_dh_installemacsen override_dh_installifupdown:
override_dh_installinfo override_dh_installmenu override_dh_installmime:
override_dh_installmodules override_dh_installlogcheck:
override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm:
override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal:
override_dh_installcron override_dh_installdebconf:
override_dh_installlogrotate override_dh_installgsettings:
extend-diff-ignore = "^[^/]*[.]egg-info/"
version=3
http://pypi.python.org/packages/source/X/XStatic-JQuery.quicksearch XStatic-JQuery.quicksearch-(.*).tar.gz
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment