Rev 8 | Rev 10 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8 | magnus | 1 | libtar (1.2.14-1) unstable; urgency=low |
2 | |||
3 | * New upstream: Chris Frey has stepped up with the consent of the |
||
4 | original author, Mark Roth, and published an "official unofficial" git |
||
5 | repo at http://repo.or.cz/w/libtar.git, which I will use for the time |
||
6 | being. |
||
7 | * All patches have been incorporated or (in the case of |
||
8 | autoreconf.patch) made obsolete upstream. |
||
9 | magnus | 9 | * debian/rules: Add build-indep and build-arch targets. |
8 | magnus | 10 | |
9 | magnus | 11 | -- Magnus Holmgren <holmgren@debian.org> Thu, 26 Jan 2012 22:43:55 +0100 |
8 | magnus | 12 | |
6 | magnus | 13 | libtar (1.2.11-8) unstable; urgency=low |
14 | |||
15 | * libtool.patch: Set SHELL to the configured shell in those Makefile.in |
||
16 | where libtool is used; otherwise libtool fails when /bin/sh is dash |
||
17 | but bash is expected (Closes: #621935). |
||
18 | * man_hyphen_minus.patch (new): Escape hyphens that should be minus |
||
19 | signs in man pages. |
||
20 | * Rename libtar as libtar0 to follow policy. |
||
21 | |||
22 | -- Magnus Holmgren <holmgren@debian.org> Sun, 24 Apr 2011 21:11:52 +0200 |
||
23 | |||
5 | magnus | 24 | libtar (1.2.11-7) unstable; urgency=low |
25 | |||
26 | * New maintainer (Closes: #526618). |
||
27 | * Change source format to 3.0 (quilt), clean up Debian diff and split |
||
28 | into several patches: |
||
29 | * libtool.patch: Using libtool to build dynamic library; |
||
30 | * autoreconf.patch: Changes needed to call autoreconf (bug 511741); |
||
31 | * memleak.patch: Fix memory leaks; |
||
32 | * bad_ptrtoint.patch: Document stupidity of tartype_t in libtar.c |
||
33 | (bug 309945). |
||
34 | * Increase Debhelper compat level to 7. |
||
35 | * Use dh_autoreconf to avoid having to keep track of files to clean. |
||
36 | * memleak2.patch (new): Applied instead of memleak.patch. Fix memory |
||
37 | leak by making th_get_pathname() return a pointer to a static buffer |
||
38 | instead of a pointer to a copy of a local buffer (LP: #41804). |
||
39 | * Add homepage field and watch file (in case there is ever a new |
||
40 | upstream release). |
||
41 | * Upgrade to Standards-Version 3.9.1. |
||
42 | |||
43 | -- Magnus Holmgren <holmgren@debian.org> Sat, 26 Mar 2011 23:10:25 +0100 |
||
44 | |||
3 | magnus | 45 | libtar (1.2.11-6) unstable; urgency=low |
46 | |||
47 | * Fix autotools usage (Closes: #511741) |
||
48 | |||
49 | -- Julien Danjou <acid@debian.org> Sat, 02 May 2009 11:33:06 +0200 |
||
50 | |||
51 | libtar (1.2.11-5) unstable; urgency=low |
||
52 | |||
53 | * New maintainer (Closes: #465889) |
||
54 | * Add missing binary-indep target in debian/rules (Closes: #395714) |
||
55 | * Use ${binary:Version} instead of Source-Version |
||
56 | * Bump standard version |
||
57 | * Switch to debhelper 5 |
||
58 | |||
59 | -- Julien Danjou <acid@debian.org> Wed, 02 Apr 2008 07:06:55 +0200 |
||
60 | |||
61 | libtar (1.2.11-4) unstable; urgency=low |
||
62 | |||
63 | * Always include the newest libtool.m4. (Closes: #313612) |
||
64 | |||
65 | -- James Morrison <phython@debian.org> Sun, 28 Aug 2005 09:41:47 -0700 |
||
66 | |||
67 | libtar (1.2.11-3) unstable; urgency=low |
||
68 | |||
69 | * Document stupidity of tartype_t in libtar.c. (Closes: #309945) |
||
70 | |||
71 | -- James Morrison <phython@debian.org> Sat, 11 Jun 2005 18:23:15 -0400 |
||
72 | |||
73 | libtar (1.2.11-2) unstable; urgency=low |
||
74 | |||
75 | * Move libtar-dev to libdevel. (Closes: #188207) |
||
76 | * Fix potential memory leak. |
||
77 | |||
78 | -- James Morrison <phython@debian.org> Sun, 25 Jul 2004 12:59:08 -0700 |
||
79 | |||
80 | libtar (1.2.11-1) unstable; urgency=low |
||
81 | |||
82 | * New Upstream release. |
||
83 | |||
84 | -- James Morrison <phython@debian.org> Sat, 5 Apr 2003 14:03:19 -0500 |
||
85 | |||
86 | libtar (1.2.10-1) unstable; urgency=low |
||
87 | |||
88 | * New Upstream release. |
||
89 | (Closes: #166602) New upstream uses autoconf 2.5x |
||
90 | * Remove dependency on automake. Hopefully upstream will except this |
||
91 | use of libtool. |
||
92 | * Remove all -static and -shared targets from debian/rules. |
||
93 | * Use dh_install instead of dh_movefiles. |
||
94 | * - |
||
95 | |||
96 | -- James Morrison <phython@debian.org> Sat, 5 Apr 2003 14:03:16 -0500 |
||
97 | |||
98 | libtar (1.2.5-4) unstable; urgency=low |
||
99 | |||
100 | * New maintainer. (Closes: #154597) |
||
101 | * WSG_ENCAP is now defined. (Closes: #147764) |
||
102 | * libtar-dev depends on libc-dev instead of libc6-dev. |
||
103 | |||
104 | -- James Morrison <phython@debian.org> Wed, 14 Aug 2002 23:44:16 -0400 |
||
105 | |||
106 | libtar (1.2.5-3) unstable; urgency=low |
||
107 | |||
108 | * Modify build commands to acomadate change in autoconf (Closes #147764) |
||
109 | |||
110 | -- Glenn McGrath <bug1@debian.org> Thu, 23 May 2002 01:06:16 +1000 |
||
111 | |||
112 | libtar (1.2.5-2) unstable; urgency=low |
||
113 | |||
114 | * Fix build problem (Closes #135360) |
||
115 | |||
116 | -- Glenn McGrath <bug1@debian.org> Sun, 24 Feb 2002 06:29:31 +1100 |
||
117 | |||
118 | libtar (1.2.5-1) unstable; urgency=low |
||
119 | |||
120 | * New upstream version |
||
121 | * Change section of libtar-dev to devel and libtar to libs |
||
122 | |||
123 | -- Glenn McGrath <bug1@debian.org> Fri, 22 Feb 2002 04:23:15 +1100 |
||
124 | |||
125 | libtar (1.2.4-2) unstable; urgency=low |
||
126 | |||
127 | * Change section from devel to libs |
||
128 | |||
129 | -- Glenn McGrath <bug1@debian.org> Sat, 2 Feb 2002 12:12:32 +1100 |
||
130 | |||
131 | libtar (1.2.4-1) unstable; urgency=low |
||
132 | |||
133 | * Initial Release. (closes #128042) |
||
134 | |||
135 | -- Glenn McGrath <bug1@debian.org> Sat, 5 Jan 2002 13:24:37 +1100 |
||
136 |