Codebase list python-csscompressor / 39986a1
Using pkgos-dh_auto_install. Thomas Goirand 4 years ago
2 changed file(s) with 8 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 python-csscompressor (0.9.4-3.1) UNRELEASED; urgency=medium
0 python-csscompressor (0.9.4-3) unstable; urgency=medium
11
22 [ Ondřej Nový ]
33 * Fixed homepage (https).
4 * Fixed VCS URLs (https).
54 * d/rules: Changed UPSTREAM_GIT protocol to https
65 * d/copyright: Changed source URL to https protocol
76 * d/control: Use team+openstack@tracker.debian.org as maintainer
87 * Use debhelper-compat instead of debian/compat.
8 * d/control: Set Vcs-* to salsa.debian.org
99
1010 [ Daniel Baumann ]
11 * Updating vcs fields.
1211 * Updating copyright format url.
1312 * Updating maintainer field.
1413 * Running wrap-and-sort -bast.
15 * Updating standards version to 4.0.0.
1614 * Removing gbp.conf, not used anymore or should be specified in the
1715 developers dotfiles.
18 * Updating standards version to 4.0.1.
1916 * Updating standards version to 4.1.0.
2017
21 [ Ondřej Nový ]
22 * d/control: Set Vcs-* to salsa.debian.org
18 [ Sakirnth Nagarasa ]
19 * Dropping Py2 support (Closes: #937676).
2320
24 [ Sakirnth Nagarasa ]
25 * Dropping Py2 support.
21 [ Thomas Goirand ]
22 * Using pkgos-dh_auto_install.
2623
27 -- Sakirnth Nagarasa <sakirnth@gmail.com> Sun, 21 Jul 2019 16:30:53 +0200
24 -- Thomas Goirand <zigo@debian.org> Thu, 05 Sep 2019 16:52:15 +0200
2825
2926 python-csscompressor (0.9.4-2) unstable; urgency=medium
3027
00 #!/usr/bin/make -f
1
2 PYTHON3S:=$(shell py3versions -vr)
31
42 UPSTREAM_GIT := https://github.com/sprymix/csscompressor.git
53 include /usr/share/openstack-pkg-tools/pkgos.make
1715 echo "Do nothing..."
1816
1917 override_dh_auto_install:
20 set -e ; for pyvers in $(PYTHON3S); do \
21 python$$pyvers setup.py install --install-layout=deb \
22 --root $(CURDIR)/debian/python3-csscompressor; \
23 done
24 rm -rf $(CURDIR)/debian/python*-csscompressor/usr/lib/python*/dist-packages/*.pth
18 pkgos-dh_auto_install --no-py2
2519
2620 #override_dh_auto_test:
2721 #ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))