Codebase list python-xstatic-tv4 / 58170bd
* Removed Python 2 support. * Standards-Version is now 4.1.3. Thomas Goirand 6 years ago
3 changed file(s) with 15 addition(s) and 33 deletion(s). Raw diff Collapse all Expand all
0 python-xstatic-tv4 (1.2.7.0-2) UNRELEASED; urgency=medium
0 python-xstatic-tv4 (1.2.7.0-2) unstable; urgency=medium
11
22 [ Daniel Baumann ]
33 * Updating copyright format url.
99 [ Ondřej Nový ]
1010 * d/control: Set Vcs-* to salsa.debian.org
1111
12 -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 04 Aug 2017 22:32:31 +0200
12 [ Thomas Goirand ]
13 * Removed Python 2 support.
14 * Standards-Version is now 4.1.3.
15
16 -- Thomas Goirand <zigo@debian.org> Mon, 02 Apr 2018 16:00:14 +0200
1317
1418 python-xstatic-tv4 (1.2.7.0-2) unstable; urgency=medium
1519
77 Build-Depends:
88 debhelper (>= 9),
99 dh-python,
10 openstack-pkg-tools (>= 52~),
11 python-all,
12 python-setuptools,
10 openstack-pkg-tools (>= 75~),
1311 python3-all,
1412 python3-setuptools,
1513 yui-compressor,
1614 Build-Conflicts:
17 python-xstatic,
1815 python3-xstatic,
19 Standards-Version: 4.1.0
16 Standards-Version: 4.1.3
2017 Vcs-Browser: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-tv4
2118 Vcs-Git: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-tv4.git
2219 Homepage: http://geraintluff.github.com/tv4/
23
24 Package: python-xstatic-tv4
25 Architecture: all
26 Depends:
27 libjs-jquery (>= 1.8.0),
28 libjs-tv4,
29 python-xstatic,
30 ${misc:Depends},
31 ${python:Depends},
32 Description: tv4 (XStatic packaging standard) - Python 2.7
33 XStatic is a Python web development tool for handling required static data
34 files from external projects, such as CSS, images, and JavaScript. It provides
35 a lightweight infrastructure to manage them via Python modules that your app
36 can depend on in a portable, virtualenv-friendly way instead of using embedded
37 copies.
38 .
39 For a description of tv4, see the libjs-tv4 package.
40 .
41 This package contains the Python 2.7 module.
4220
4321 Package: python3-xstatic-tv4
4422 Architecture: all
00 #!/usr/bin/make -f
11
22 UPSTREAM_GIT := https://github.com/robcresswell/xstatic-tv4.git
3 -include /usr/share/openstack-pkg-tools/pkgos.make
3 include /usr/share/openstack-pkg-tools/pkgos.make
44
55 %:
6 dh $@ --buildsystem=python_distutils --with python2,python3
6 dh $@ --buildsystem=python_distutils --with python3
77
8 override_dh_auto_install:
9 pkgos-dh_auto_install
8 override_dh_auto_clean:
9 echo "Do nothing..."
1010
1111 override_dh_auto_build:
1212 yui-compressor -o xstatic/pkg/tv4/data/tv4.min.js xstatic/pkg/tv4/data/tv4.js
13 dh_auto_build -O--buildsystem=python_distutils
13
14 override_dh_auto_install:
15 pkgos-dh_auto_install --no-py2
1416
1517 override_dh_auto_test:
1618 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
2123 dh_clean -O--buildsystem=python_distutils
2224 rm -rf build
2325
24
2526 # Commands not to run
2627 override_dh_installcatalogs:
2728 override_dh_installemacsen override_dh_installifupdown:
3132 override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal:
3233 override_dh_installcron override_dh_installdebconf:
3334 override_dh_installlogrotate override_dh_installgsettings:
34