Codebase list libiptcdata / b26f249
Import Debian changes 1.0.5-2.2 libiptcdata (1.0.5-2.2) unstable; urgency=medium . * Non-maintainer upload. * Build using python2. Closes: #967163, #966753. Matthias Klose authored 3 years ago Sebastian Ramacher committed 3 years ago
5 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 #! /bin/sh
1 exec pydoc2 "$@"
0 #! /bin/sh
1 exec python2 "$@"
0 #! /bin/sh
1 exec python2-config "$@"
0 libiptcdata (1.0.5-2.2) unstable; urgency=medium
1
2 * Non-maintainer upload.
3 * Build using python2. Closes: #967163, #966753.
4
5 -- Matthias Klose <doko@debian.org> Sat, 08 Aug 2020 22:18:23 +0200
6
07 libiptcdata (1.0.5-2.1) unstable; urgency=medium
18
29 * Non-maintainer upload
2020
2121 # Generate debian/control using
2222 # fakeroot debian/rules debian/control DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes
23
24 PATH := $(PATH):$(CURDIR)/debian/bin
25 export PATH
2326
2427 DEB_DH_INSTALL_SOURCEDIR = $(CURDIR)/debian/tmp
2528