Rev 47 | Rev 49 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 47 | Rev 48 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | * no_strip.patch: make install must not strip binaries; it breaks cross |
3 | * no_strip.patch: make install must not strip binaries; it breaks cross |
4 | compilation and is against policy with regard to build options. |
4 | compilation and is against policy with regard to build options. |
5 | * Pass --build and --host to configure as appropriate to enable cross |
5 | * Pass --build and --host to configure as appropriate to enable cross |
6 | compilation (Closes: #839883). |
6 | compilation (Closes: #839883). |
- | 7 | * Change Homepage to http://repo.or.cz/w/libtar.git since www.feep.net |
|
- | 8 | is gone. |
|
7 | 9 | ||
8 | -- Magnus Holmgren <holmgren@debian.org> Tue, 11 Oct 2016 22:29:38 +0200 |
10 | -- Magnus Holmgren <holmgren@debian.org> Tue, 11 Oct 2016 23:12:49 +0200 |
9 | 11 | ||
10 | libtar (1.2.20-6) unstable; urgency=low |
12 | libtar (1.2.20-6) unstable; urgency=low |
11 | 13 | ||
12 | * Drop libtar/Makefile from examples, since it makes the build |
14 | * Drop libtar/Makefile from examples, since it makes the build |
13 | unreproducible (saves $SHELL) and isn't enough to compile libtar.c |
15 | unreproducible (saves $SHELL) and isn't enough to compile libtar.c |