File: changelog

package info (click to toggle)
switchconf 0.0.15-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 156 kB
  • ctags: 41
  • sloc: sh: 437; makefile: 156
file content (249 lines) | stat: -rw-r--r-- 8,493 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
switchconf (0.0.15-1) unstable; urgency=low

  * New upstream version:
    * Replace 'find -perm +1' by 'find -perm /1', thank you Andreas
      Metzler for the patch and the NMU,  (Closes: #803020).
  * Add systemd service file, thank you Felipe Sateler for reviewing it.
  * Bump standards-version to 3.9.6, no changes needed.
  * New maintainer email address.
  * Fix debian/copyright file.
  * Use debhelper mode 9.

 -- Jose M Calhariz <jose@calhariz.com>  Wed, 30 Dec 2015 14:36:18 +0000

switchconf (0.0.14-1) UNRELEASED; urgency=low

  * Force the use of bash, instead of a POSIX shell.

 -- Jose M Calhariz <jose.calhariz@ist.utl.pt>  Sun, 24 Aug 2014 04:37:04 +0100

switchconf (0.0.13-2) UNRELEASED; urgency=low

  * Add Homepage field pointing to alioth page of the project

 -- Jose M Calhariz <jose.calhariz@ist.utl.pt>  Sun, 02 Mar 2014 18:01:07 +0000

switchconf (0.0.13-1) wheezy; urgency=low

  * New upstream version:
    * Distribution tar is now compressed by xz
  * Change to source format 3.0 (quilt)

 -- Jose M Calhariz <jose.calhariz@ist.utl.pt>  Sun, 02 Mar 2014 15:56:31 +0000

switchconf (0.0.12-1) wheezy; urgency=low

  * Fixed some typos on switchconf

 -- Jose M Calhariz <jose.calhariz@ist.utl.pt>  Sun, 02 Mar 2014 15:39:09 +0000

switchconf (0.0.11-1) wheezy; urgency=low

  * New upstream version:
    * Makefile: add target dist-exp to build distribution files.
    * Add flag -f with the path to the configuration file.
  * Update debian/rules to version 0.24.
  * Update debian/control with new name and email address of Maintainer.
  * Update copyright.

 -- Jose M Calhariz <jose.calhariz@ist.utl.pt>  Sun, 16 Feb 2014 18:04:22 +0000

switchconf (0.0.10-1) UNRELEASED; urgency=low

  * New upstream version:
    * Fix return code on error.
    * Use syslog system to report errors.

 -- Jose M Calhariz <jose.calhariz@ist.utl.pt>  Thu, 16 Jan 2014 20:23:46 +0000

switchconf (0.0.9-2) unstable; urgency=low

  * Fix bashism in a private rule on debian/rules file (Closes: #581451).
  * Add remote_fs to dependency of init.d.
  * Bump standard version to 3.8.4, no changes needed.

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Tue, 01 Jun 2010 20:52:38 +0100

switchconf (0.0.9-1) unstable; urgency=low
  
  * New upstream version:
    * Remove old version of files when using softlinks (Closes: #553427).
    * Use run-parts when available to run scripts (Closes: #563224).
    * Call scripts with the name of next configuration (Closes: #563223).
    * Locking system to prevent a second run before the first finish.
  
  * Updates to the package:
    * Minor updates to debian/rules.
    * Upgrade policy to 3.8.3, after the implementation of a locking system

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Wed, 13 Jan 2010 15:26:00 +0000

switchconf (0.0.8-1) updates; urgency=low

  * move code from Makefile into debian/rules so the Makefile is more
    portable for other Linux distributions than Debian

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Sun, 09 Sep 2007 00:51:19 +0100

switchconf (0.0.7-1) unstable; urgency=low

  * New upstream version:
  
    * fixed a bug that methods copy and hardlink didn't work when target
      file don't exist
  
    * implemented tests to check if switchconf really works

    * updated the copyright to give attribution of my work to my employer.
  
 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Thu, 26 Jul 2007 00:06:25 +0100

switchconf (0.0.6-1) unstable; urgency=low

  * New upstream version: 
  
    * added new methods to change configuration files: copy, hardlinks
      (closes: #416094); Eric Lavarde
  
    * added init.d script to allow for boot time configuration switch
      using kernel options (closes: #416095); Eric Lavarde

  * Changes to the build process:
  
    * updated Makefile with better intelligence to detect package names
    * added support for multi-package sources
    * $(DESTDIR) variable should be use in Makefile target install

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Thu, 21 Jun 2007 12:50:25 +0100

switchconf (0.0.5.1-2) UNRELEASED; urgency=low

  * updated to Standards Version 3.7.2
  * use invoke-rc.d to start init.d scripts, if it exist
  * removing martin f. krafft from Uploaders
  
 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Fri,  7 Jul 2006 23:02:50 +0100

switchconf (0.0.5.1-1) unstable; urgency=low

  * New upstream version, to fix an error handling orig.tar.gz

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Sun, 18 Dec 2005 23:52:52 +0000

switchconf (0.0.5-2) unstable; urgency=low

  * Updated to Standards Version 3.6.2
  * Updated the address of Free Software Foundation
  * DH_COMPAT is 4 and not 5 because I need to build this in sarge.
  * Removed unneeded comments from rules.
  * Removed dh_installcron and dh_installinfo because are not needed.

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Mon, 12 Dec 2005 23:46:58 +0000

switchconf (0.0.5-1) unstable; urgency=low

  * New upstream version:
  * Abort execution when don't exist configuration file. Closes the bug report
    "switchconf: exit if the configuration is not found" (Closes #332916)
  * Sort the files in /etc/switchconf/{before,after}.d before execution
    (Closes #332918)
  * Corrected the args of find when listing configuration schemes. Closes
    the bug report "find: warning: you have specified the -maxdepth option
    ..." (Closes #332920)
  * rename plugins pcmcia to 20pcmcia, to make easy to control the order
    of running the plugins.

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Tue, 11 Oct 2005 16:57:38 +0100

switchconf (0.0.4-1) unstable; urgency=low

  * New upstream version: updated docs and a more powerfull makefile, no
    new features.
  * Put myself as upstream.

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Wed, 27 Apr 2005 00:35:46 +0100

switchconf (0.0.3-1) unstable; urgency=low

  * New upstream release.
  * Converted to non-native package

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Tue, 12 Apr 2005 22:42:20 +0100

switchconf (0.0.2-10) unstable; urgency=low

  * New maintainer.
  * Added action deb to makefile, to produce the deb file.

 -- Jose Calhariz <jose.calhariz@tagus.ist.utl.pt>  Sun, 13 Mar 2005 19:19:38 +0000

switchconf (0.0.2-9) unstable; urgency=low

  * /etc/switchconf/lastcfg is system-generated and violates FHS -
    Moving to /var/lib/misc (thanks to David A. Riggs for pointing
    this out right away - I prepared the upload last night when it was
    time for me to be asleep :-/ )

 -- Gunnar Wolf <gwolf@debian.org>  Sun, 30 May 2004 10:33:41 -0300

switchconf (0.0.2-8) unstable; urgency=low

  * Now creates a /etc/switchconf/lastcfg memory file (Closes: #251659)
  * Noted the right manual page in its header (8, was 1)

 -- Gunnar Wolf <gwolf@debian.org>  Sun, 30 May 2004 00:01:58 -0300

switchconf (0.0.2-7) unstable; urgency=low

  * Check for the existence of /etc/init.d/pcmcia before calling it
    (Closes: #224124)
  * Added a "Suggests: pcmcia-cs" in control

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 17 Dec 2003 21:32:04 -0600

switchconf (0.0.2-6) unstable; urgency=low

  * Further elaborated the description making it useful to discern when
    to use switchcnf from other similar programs (Closes: #209790)
  * Added some more explanation on the manual page

 -- Gunnar Wolf <gwolf@debian.org>  Sun,  2 Nov 2003 23:06:49 -0600

switchconf (0.0.2-5) unstable; urgency=low

  * New maintainer, Gunnar Wolf <gwolf@debian.org>
  * Fixes the description, was too short (Closes: #209790)
  * Bumped standards-version to 3.6.1

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 24 Oct 2003 16:00:16 -0500

switchconf (0.0.2-4) unstable; urgency=low

  * Moved to "admin" section (Closes: #178921)

 -- Sebastien J. Gross <sjg@debian.org>  Wed, 29 Jan 2003 17:47:53 +0100

switchconf (0.0.2-3) unstable; urgency=low

  * Correct manpage lack (closes: #164728) 

 -- Sebastien J. Gross <sjg@debian.org>  Tue, 15 Oct 2002 13:57:55 +0200

switchconf (0.0.2-2) unstable; urgency=low

  * Typo in man page (closes: #162174) 

 -- Sebastien J. Gross <sjg@debian.org>  Thu, 26 Sep 2002 11:28:55 +0200

switchconf (0.0.2-1) unstable; urgency=low

  * Add before and after plugins extentions

 -- Sebastien J. Gross <sjg@debian.org>  Mon, 22 Apr 2002 21:07:43 +0200

switchconf (0.0.1-1) unstable; urgency=low

  * Initial Release (closes: #143209)

 -- Sebastien J. Gross <sjg@debian.org>  Sun, 14 Apr 2002 21:55:24 +0200