File: changelog

package info (click to toggle)
xstow 1.0.0-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,144 kB
  • sloc: cpp: 7,218; sh: 1,194; makefile: 194; awk: 26
file content (163 lines) | stat: -rw-r--r-- 4,916 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
xstow (1.0.0-2) unstable; urgency=low

  * Reverted directory fix for #589860 as it broke managing multiple
    xstow packages with overlapping directory structures
    (closes: #674921)

 -- Mats Rynge <mats@rynge.net>  Tue, 29 May 2012 11:41:03 -0700

xstow (1.0.0-1) unstable; urgency=low

  * New upstream release (closes: #610652)
  * Bumped standards version to 3.9.3
  * Removed curses support due to failing configure tests
  * Added patch to support builds with -Wl,--as-needed (closes: #641273)
  * Added fix for ignoring directories with -i (closes: #641273)

 -- Mats Rynge <mats@rynge.net>  Wed, 16 May 2012 13:24:14 -0700

xstow (0.5.1-7) unstable; urgency=low

  * Moved do debhelper 7
  * Switched to quilt, and to source format 3.0 (quilt)
  * Bumped standards version to 3.9.0
  * Fixed man pages (had missing =over in pod files)

 -- Mats Rynge <mats@rynge.net>  Fri, 02 Jul 2010 23:00:01 -0700

xstow (0.5.1-6) unstable; urgency=low

  * Fixed clean target to not ignore erros
  * Removed unused pre/post inst scripts
  * Fixed NAME sections of man pages

 -- Mats Rynge <mats@rynge.net>  Sun, 06 Apr 2008 12:42:39 -0400

xstow (0.5.1-5) unstable; urgency=low

  * gcc-4.3 includes fixes, now tested. (Closes: #417781)

 -- Mats Rynge <mats@rynge.net>  Sun, 02 Mar 2008 10:16:25 -0500

xstow (0.5.1-4) unstable; urgency=low

  * Fixed C++ build problems (closes: #464180, #417781)
  * Bumped standards version to 3.7.3

 -- Mats Rynge <mats@rynge.net>  Sun, 24 Feb 2008 23:09:57 -0500

xstow (0.5.1-3) unstable; urgency=low

  * Enabled shell and regex matching support, backported a -i/-ire fix
    from xstow-0.6.0-unstable. Ignore support is still not perfect due
    to xstow trying to optimize the number of symlinks it makes by
    symlinking parent directories instead of just the files, but the fix 
    works in most cases. (closes: #377441)
  * Fixed typo in man page -d/-t (closes: 343454)
  * Bumped standards version to 3.7.2

 -- Mats Rynge <mats@rynge.net>  Sun, 03 Sep 2006 17:30:32 -0400

xstow (0.5.1-2) unstable; urgency=low

  * Removed broken uscan watch file
  * bumped standards version to 3.6.1

 -- Mats Rynge <mats@rynge.net>  Wed, 29 Dec 2004 20:05:38 -0800

xstow (0.5.1-1) unstable; urgency=low

  * New upstream release

 -- Mats Rynge <mats@rynge.net>  Tue, 28 Dec 2004 20:54:03 -0800

xstow (0.5.0-1) unstable; urgency=low

  * New upstream release

 -- Mats Rynge <mats@rynge.net>  Mon, 21 Jul 2003 16:15:51 -0700

xstow (0.4.7-1) unstable; urgency=low

  * New upstream release. This includes the ncurses patch 
    (and upstream mantainer's extensions) proposed by
    Liyang HU. closes: Bug#193346 

 -- Mats Rynge <mats@rynge.net>  Sat, 17 May 2003 13:56:43 -0800

xstow (0.4.6-4) unstable; urgency=low

  * Changed back the architecture string to 'any' as the binutils
    bug has been fixed, closes: Bug#188537

 -- Mats Rynge <mats@rynge.net>  Fri, 18 Apr 2003 10:25:48 -0800

xstow (0.4.6-3) unstable; urgency=low

  * Removed alpha from the architectures - linking problems with
    stl.
  * Updated the standards version to 3.5.9

 -- Mats Rynge <mats@rynge.net>  Thu,  9 Jan 2003 12:02:23 -0800

xstow (0.4.6-2) unstable; urgency=low

  * Replaced config.guess and config.sys with newer versions to 
    get linda to stop bugging me about it. I used to copy the 
    current versions in place during the build to not have them
    show up in the diff.

 -- Mats Rynge <mats@rynge.net>  Thu,  9 Jan 2003 12:02:23 -0800

xstow (0.4.6-1) unstable; urgency=low

  * New upstream release
  * First upload to build with the new default g++-3.2 compiler

 -- Mats Rynge <mats@rynge.net>  Thu,  9 Jan 2003 12:02:23 -0800

xstow (0.4.5-1) unstable; urgency=low

  * New upstream release
  * Changed the sysconfdir to /etc/xstow
  * Bumped the standards version to 3.5.8
  * Initial upload, closes: Bug#150319

 -- Mats Rynge <mats@rynge.net>  Mon, 25 Nov 2002 21:53:53 -0800

xstow (0.4.4-1) unstable; urgency=low

  * New upstream release

 -- Mats Rynge <mats@rynge.net>  Wed,  6 Nov 2002 23:10:12 -0800

xstow (0.4.3-3) unstable; urgency=low

  * Added autotools-dev to the build-depends
  * Removed information of the static binary from the man page

 -- Mats Rynge <mats@rynge.net>  Sat, 12 Oct 2002 20:56:41 -0700

xstow (0.4.3-2) unstable; urgency=low

  * Changed the long description to better english
  * Disabled the build of a static binary

 -- Mats Rynge <mats@rynge.net>  Sun,  6 Oct 2002 20:25:13 -0700

xstow (0.4.3-1) unstable; urgency=low

  * New upstream release
  * Fixed the rules file to just temporarily replace config.guess
    and config.sub during the build. This is to keep them out
    of the .diff.
  * Updated the package description.

 -- Mats Rynge <mats@rynge.net>  Thu,  3 Oct 2002 21:01:13 -0700

xstow (0.4.1-1) unstable; urgency=low

  * Initial Release.

 -- Mats Rynge <mats@rynge.net>  Sat, 17 Aug 2002 20:52:19 -0700