move the branches directories up to the root of the repository
[matthijs/upstream/backupninja.git] / debian / changelog
1 backupninja (0.9.6-4) unstable; urgency=low
2
3   * Fix df error message from cron (Closes: #497535)
4   * Removed Lenny unsupported desturl example (Closes: #507679)
5   * Fixed Lintain warning: maintainer-script-ignores-errors preinst
6         
7  -- Micah Anderson <micah@riseup.net>  Mon, 08 Dec 2008 09:41:22 -0500
8
9 backupninja (0.9.6-3) unstable; urgency=low
10
11   * Removed configure.ac and regenerate the autoconf junk so 
12     that substitution variables get set properly (Closes: #494728)
13
14  -- Micah Anderson <micah@riseup.net>  Fri, 25 Jul 2008 16:19:54 -0400
15
16 backupninja (0.9.6-2) unstable; urgency=low
17
18   * Update makecd handler to work with toolset in lenny
19   * Fix debian/control to Suggest the correct makecd toolset
20
21  -- Micah Anderson <micah@riseup.net>  Fri, 25 Jul 2008 16:15:48 -0400
22
23 backupninja (0.9.6-1) unstable; urgency=medium
24
25   * Reduce build-dependency on automake1.9 to just automake
26   * Added Suggests on debconf-utils so the debconf-get-selections will be
27     run in the sys hander to capture package debconf selection states
28   * Add mdadm as a Suggests for sys handler RAID information gathering
29   * Upgrade to standards version 3.8.0 (no changes)
30   * Change debian/control to use MySQL spelling for lintian
31   * Change debian/control to use cdrkit instead of mkisofs and cdrecord
32   * New upstream release
33     . Fix CSTREAM definition in backupninja
34     . Allow entire backup to be halted by an action (Closes: #455836)
35     . Fixed tr warnings (Closed: #452669)
36     . added vservers_running function
37     . removed fall-back for missing mktemp
38     . General cleanup in dup handler, added support for newer duplicity lenny
39     . Run remove-older in dup when $keep is not set to yes (Closes: #458816)
40     . Run duplicity cleanup before any other command
41     . Support every duplicity-supported transport with new config option
42       desturl (Closes: #483712, #346040)
43     . Relax duplicty $include test to allow for backups of Vservers
44     . Set secure permissions on tmpdir in duplicity when it is created
45     . Add support to HDB backend (Closes: #476910)
46     . Fixed ignore_version rdiff default value
47     . Add sshoptions for unspecified remote-schema (Closes: #424639)
48     . Added wget handler
49     . ixed bug where maildirs that start with a number were skipped
50     . Make maildir helper look ini every subdirectory of source directory
51     . Make deleted maildirs record date they were deleted
52     . Add destid_file config option or alternate ssh pubkey auth file maildir
53     . Update sys handler to be more smart for 2.6 kernels
54     . Support sys selection of VServers to run on
55     . Capture package debconf selection states during debconf-get-selections
56     . Fixed catifexec function to work properly in sys handler
57     . Added more robust software RAID information capture via mdadm info
58     . Stop failing on trac backups if just one fails
59
60  -- Micah Anderson <micah@riseup.net>  Mon, 21 Jul 2008 17:02:15 -0400
61
62 backupninja (0.9.5-3) unstable; urgency=low
63
64   * Add improved duplicity support (>= 0.4.4) command line syntax:
65     . run remove-older-than when $keep is not set to yes (Closes: #458816),
66     . and run "duplicity cleanup" before any other duplicity command
67     . full/incremental backup switch also migrated to the new syntax.
68   * Remove versioned Suggest on duplicity
69   * Add patch from Matthew Palmer to rdiff handler to incorporate sshoptions
70     into options via remote-schema not already specified (Closes: #424639)
71   * Fixed Vcs-Svn field (Closes: #455814)
72
73  -- Micah Anderson <micah@riseup.net>  Wed, 16 Jan 2008 15:44:13 -0500
74
75 backupninja (0.9.5-2) unstable; urgency=low
76
77   * Fixed ignore_version default value in rdiff handler
78   * Updated standards version to 3.7.3 (no changes)
79   * Removed unused /usr/bin from debian/backupninja.dirs
80
81  -- Micah Anderson <micah@riseup.net>  Wed, 05 Dec 2007 15:42:47 -0500
82
83 backupninja (0.9.5-1) unstable; urgency=low
84
85   * Added etc/backup.d to debian/backupninja.dirs (Closes: #452666)
86   * Added Homepage and Vcs-Svn fields to debian/control
87   * Fixed tr construct reporting a warning (Closes: #452669)
88   * Add depends on mailx | mailutils (Closes: #452670)
89   * New upstream release 
90     . ldap quoting, compress=yes now doesn't create empty files (Closes: #394935) 
91     . fixed mysql config combination empty file problem (Closes: #402679)
92     . added 'nodata' to mysql to backup only table structure (Closes: #408829)
93     . removed mysqldump header in selecting databases, and cleanup (Closes: #452039)
94     . Fix broken PGSQLUSER support (Closes: #396578)
95     . Handle 'keep = yes' rdiff-backup option to disable backup removal (Closes: #424633)
96     . Allow for rdiff-backup version check override (Closes: #424632)
97     . rsnap/rub merged to rsync, added to Makefile.am (Closes: #440554)
98     . Fix bug in sys handler where vrootdir is on its own partition (Closes: #395928)
99     . Enhance sfdisk error and output handling in sys handler (Closes: #396632)
100     . Allow for disabling sfdisk in sys handler, useful for xen/vserver (Closes: #404071)
101     . Add details in example.sys about how __star__ works (Closes: #409192)
102     . Support duplicity => 0.4.3 invocation syntax, no more --ssh-command (Closes: #447425)
103   * Added missing parameter in documentation and example file for rsync handler
104   * Added /tmp dir config option for duplicity
105   * Add fix from r523 for duplicity handler
106   * Add version restriction to duplicity Suggests because backupninja's 
107     duplicity handler doesn't support 0.4.4
108
109  -- Micah Anderson <micah@riseup.net>  Sat, 10 Nov 2007 21:13:29 -0500
110
111 backupninja (0.9.4-6) unstable; urgency=high
112
113   * Version number bump to get the regression from last upload resolved
114
115  -- Micah Anderson <micah@riseup.net>  Thu, 14 Dec 2006 23:09:14 -0700
116
117 backupninja (0.9.4-5) unstable; urgency=high
118
119   * Fixed case where odd combination of configuration options caused sqldump
120     backups to get overwritten with an empty file (Closes: #402679)
121
122  -- Micah Anderson <micah@riseup.net>  Wed,  1 Nov 2006 15:31:19 -0700
123
124 backupninja (0.9.4-4) unstable; urgency=high
125
126   * Fix vrootdir bug in sys handler (Closes: #395928)
127   * Fix typo in sys handler that broke vserver handling
128   * Fix for config file permissions handling
129   * Enhance sfdisk error/output handling, now warns when it cannot
130     backup a partition table, and stays quiet when it can (Closes: #396632)
131   * Fix support for configuring PGSQLUSER for real this time, and document it,
132     previously this broke pgsql handling for vservers (Closes: #396578)
133   * Fix rub fsck error, also changed to use internal vserver libraries
134   * Fix missing binary-arch target in debian/rules (Closes: #395578)
135   * Urgency set to high to fix RC bugs
136
137  -- Micah Anderson <micah@riseup.net>  Fri, 13 Oct 2006 18:33:34 -0600
138
139 backupninja (0.9.4-3) unstable; urgency=medium
140
141   * Added postinst to fix perms on /etc/backup.d (Closes: #392525)
142   * Added fix from upstream to make rub handler work
143
144  -- Micah Anderson <micah@riseup.net>  Sat,  7 Oct 2006 19:14:32 -0600
145
146 backupninja (0.9.4-2) unstable; urgency=medium
147
148   * Fix configuration file permission checks, patch applied
149     to fix #370396 broke this, medium urgency as this keeps things from
150     working
151   * Fix sys handler typo which broke Linux-Vserver handling
152   * Automake pre-existing /etc/backup.d fix
153
154  -- Micah Anderson <micah@riseup.net>  Sat,  7 Oct 2006 18:58:42 -0600
155
156 backupninja (0.9.4-1) unstable; urgency=medium
157
158   * New upstream release (0.9.4)
159     . admingroup config option (Closes: #370396)
160     . stat call fixes (Closes: #382747)
161     . sqldump compress in-line (Closes: #370778)
162     . fixed shell expansion (Closes: #363297)
163     . fixed src set to the trac repo directly (Closes: #382737)
164     . many other fixes, new handlers and changes, see upstream Changelog
165   * added AUTHORS to debian/docs
166   * debian build changes to change with upstream
167   * bumped standards version to current (no changes)
168  -- Micah Anderson <micah@riseup.net>  Fri,  6 Oct 2006 13:04:45 -0600
169
170 backupninja (0.9.3-7) UNRELEASED; urgency=low
171
172   * Removed example files from /usr/share/backupninja (Closes: #371858)
173
174  -- Micah Anderson <micah@debian.org>  Sat,  8 Apr 2006 17:04:12 -0400
175
176 backupninja (0.9.3-6) unstable; urgency=high
177
178   * Recursively ignore subdirs in /etc/backup.d (Closes: #361102)
179   * Fix overzealous su quoting in mysql handler causing breakage
180   * Make a vegan cake for intrigeri
181
182  -- Micah Anderson <micah@riseup.net>  Wed,  5 Apr 2006 00:54:46 -0400
183
184 backupninja (0.9.3-5) unstable; urgency=medium
185
186   * Brought in changes from upstream to fix various issues:
187      . Fixed erroneous removal of tmpfile in mysql handler
188      . Fixed inversed vsname emptiness check in mysql handler
189      . Fixed su quote usage to be more posixy (Closes: #358995)
190      . Fixed improper include/exclude symlink dereference in
191        rdiff-backup and dup handlers
192      . found_vservers: escaped special grep repetition character +
193      . Add some additional default excludes (Closes: #353412)
194      . Remove over zelous vsnames check (Closes: #360485)
195
196  -- Micah Anderson <micah@riseup.net>  Fri,  3 Feb 2006 14:54:46 -0500
197
198 backupninja (0.9.3-4) unstable; urgency=low
199
200   * Fixed improper use of $vuserhome in mysql handler (Closes: #351083)
201
202  -- Micah Anderson <micah@riseup.net>  Fri,  3 Feb 2006 14:41:05 -0500
203
204 backupninja (0.9.3-3) unstable; urgency=low
205
206   * Fixed improper readlink syntax (Closes: #351083) 
207   * Included fixes to mysql, pgsql, and svn handlers to also fix inverted
208     vsname test
209
210  -- Micah Anderson <micah@riseup.net>  Wed,  1 Feb 2006 13:14:56 -0500
211
212 backupninja (0.9.3-2) unstable; urgency=low
213
214   * Small change to mysql helper to invert vserver vsname test
215
216  -- Micah Anderson <micah@riseup.net>  Tue, 31 Jan 2006 14:49:32 -0500
217
218 backupninja (0.9.3-1) unstable; urgency=low
219
220   * New upstream release
221     . autotools fixes (Closes: #346303)
222     . backupninja.conf gets default paths added for clarity
223     . vservers lib functions expanded into backupninja and handlers
224     . fixed globbing in include/exclude in duplicity and rdiff handlers
225       (Closes: #348022)
226     . warnings if vsnames or vsincludes are enabled but vserver support
227       is enabled in backupninja.conf
228     . multiple vsnames in configs now functional
229     . rdiff handler now can have configured exactly which vservers should be 
230       backed up
231     . ninjahelper now reports an error if the helper script has a syntax error
232     . lib/vserver improvements in testing VROOTDIR, availability and
233       proper canonicalization, as well as adding vservers_exist and some
234       warnings
235
236  -- Micah Anderson <micah@riseup.net>  Thu, 19 Jan 2006 19:21:51 -0500
237
238 backupninja (0.9.2-3) unstable; urgency=low
239
240   * Pulled in some fixes from upstream for rdiff.helper ninjahelper:
241     . fixed errors in create remote dir
242     . code formatting cleanup (three spaces indent)
243     . fixed bug which caused only first include/exclude dir to
244       have "include = "
245     . fixed globbing bug with exclude
246
247  -- Micah Anderson <micah@riseup.net>  Tue,  3 Jan 2006 11:20:24 -0500
248
249 backupninja (0.9.2-2) unstable; urgency=low
250
251   * Fixed no user defaults file mysql handler problem
252
253  -- Micah Anderson <micah@riseup.net>  Thu, 29 Dec 2005 15:31:22 -0500
254
255 backupninja (0.9.2-1) unstable; urgency=low
256
257   * New upstream release
258     . Update backupninja.conf.5 man page to include "when" 
259       and "vservers" (Closes: #338512)
260     . Updated debian/control to Depend: on bash (Closes: #338795)
261     . Fixed broken toint() causing backups not to run when set to "everyday"
262       (Closes: #341881)
263     . Trac handler mkdir subdirectory problem fixed (Closes: #344156)
264     . Ninjahelper rdiff-backup fixes
265     . Linux-Vserver related functions added for ninjahelper
266     . New Linux-Vserver related functions added to dup and pgsql helpers
267     . Code re-factoring to make shared functions more available
268     . Pgsql and mysql helper bugfixes
269     . Duplicity handler fixed globbing support in include and exclude options
270       (Closes: #338796)
271     . Duplicity ninjahelper added (Closes: #340640)
272     . Ninjahelper man page added (Closes: #341239)
273     . Remove compat setting from debian/rules
274     . Fix debian/NEWS file to be the standard format
275
276  -- Micah Anderson <micah@riseup.net>  Thu, 29 Dec 2005 14:21:48 -0500
277
278 backupninja (0.9.1-1) unstable; urgency=low
279
280   * New upstream release
281     . New autotools installation method
282     . rdiff ninjahelper significantly improved (Closes: #335966)
283     . makecd ninjahelper added
284     . ninjahelper generated files now created with more sane
285       permissions (Closes: #336992)
286     . subversion handler now uses svnadmin hotcopy (Closes: #336994) 
287
288  -- Micah Anderson <micah@riseup.net>  Sat, 29 Oct 2005 00:28:00 -0400
289
290 backupninja (0.9-1) unstable; urgency=low
291
292   * Upgraded to the new release
293     . Upstream includes fix for CAN-2005-3111 (fixed in 0.8-2)  
294     . fixed incorrect find positional
295     . changed direct grep of /etc/passwd to getent passwd.
296     . rdiff helper has much better information on failed ssh attempt
297       (patch from cmccallum@thecsl.org).
298     . rdiff handler now supports remote source and local dest. 
299       (patch from cmccallum@thecsl.org).
300     . man pages are greatly improved (also new backup.d.5 man page)
301
302   * Updated debian/backupninja.manpages for new location and man pages
303   * Updated debian/backupninja.examples to include pgsql example
304     and to adjust for new location of files in upstream
305   * Updated debian/rules dh_installchangelogs for new upstream location
306   * Updated debian/docs for new upstream location of README
307
308  -- Micah Anderson <micah@riseup.net>  Tue, 11 Oct 2005 00:01:17 -0400
309
310 backupninja (0.8-2) unstable; urgency=high
311
312   * Fix for insecure temporary file creation
313
314  -- Micah Anderson <micah@riseup.net>  Wed, 28 Sep 2005 10:49:15 -0400
315
316 backupninja (0.8-1) unstable; urgency=low
317
318   * Upgraded to new upstream release
319     . pgsql handler added
320     . vserver support expanded to duplicity, pgsql
321     . vserver support improved in mysql, svn, rdiff, dup and sys handlers
322     . added ninjahelper, .disabled information to documentation
323     . sys handler improved
324     . permission checks enhancements
325     . added 'ignores' for mysql handler
326   * Added duplicity to Suggests
327   * Updated package description so it lists the different methods backupninja
328     is aware of
329   * Removed erroneous magic file marker in pgsql handler
330   * Changed FSF address in debian/copyright
331
332  -- Micah Anderson <micah@riseup.net>  Tue, 27 Sep 2005 21:16:48 -0400
333
334 backupninja (0.7-2) unstable; urgency=low
335
336   * Fixed broken vserver element of the sys handler
337   * fixed bug when specifying multiple 'when' options
338
339  -- Micah Anderson <micah@riseup.net>  Mon, 18 Jul 2005 14:58:44 -0500
340
341 backupninja (0.7-1) unstable; urgency=low
342
343   * New upstream release:
344     . vserver support added to handlers
345     . handlers can now be disabled by changing their name to have .disabled
346     . duplicity handler improved
347     . trac handler added (Closes: #310437)
348     . makecd DVD/CD burner handler added (Closes: #317356)
349     . mysql handler updated
350     . ninjahelper curses 'wizard' added to aid in setting up configs
351     . logfile output improved
352     . configfile option added to mysql handler (Closes: #305870)
353   * Added makecd, duplicity and svn handler to examples
354   * Added suggests on mkisofs, cdrecord, dvd+rw-tools for makecd handler
355   * Updated Standards-Version to 3.6.2
356   * Added dialog to debian/control Depends for ninjahelper
357
358  -- Micah Anderson <micah@riseup.net>  Fri,  3 Jun 2005 17:34:48 -0500
359
360 backupninja (0.5-3) unstable; urgency=medium
361
362   * Implemented fix to cause fatal errors in the backupninja script itself
363     to be reported, rather than be silently ignored (Closes: #307620)
364
365  -- Micah Anderson <micah@riseup.net>  Thu, 21 Apr 2005 13:57:25 -0500
366
367 backupninja (0.5-2) unstable; urgency=high
368
369   * Added patches to enhance ldap backend, default backup method
370     now uses ldapsearch instead of slapcat, required configuration
371     options include passwordfile and binddn to work with ldapsearch.
372     See the options in the examples/example.ldap (Closes: #305535)
373
374  -- Micah Anderson <micah@riseup.net>  Sun, 17 Apr 2005 19:22:13 -0500
375
376 backupninja (0.5-1) unstable; urgency=medium
377
378   * New upstream release
379
380  -- Micah Anderson <micah@riseup.net>  Sun, 17 Apr 2005 19:14:33 -0500
381
382 backupninja (0.4.4-2) unstable; urgency=medium
383
384   * Added minor patch to fix configs in /etc/backup.d not being processed
385     in numerical order.
386
387  -- Micah Anderson <micah@debian.org>  Thu, 24 Mar 2005 12:51:05 -0600
388
389 backupninja (0.4.4-1) unstable; urgency=low
390
391   * New upstream release:
392     . Fixes pathing problem causing sfdisk not to be found (Closes: #297091)
393     . Adds some new experimental handlers and options to existing handlers
394     . Fixes the terminal escape sequences bug by adding a configuration option 
395       to turn these off (Closes: #285939)
396   * Added Suggests on hwinfo
397   * Changed copyright to reflect upstream svn repo path change and
398     new address
399   * Added patch to fix duplicate root problem with the mysql 
400     handler (Closes: #300717)
401   * Added patch to fix svn handler always reporting a failure
402
403  -- Micah Anderson <micah@riseup.net>  Tue, 15 Mar 2005 00:54:12 -0600
404
405 backupninja (0.4.2-4) unstable; urgency=low
406
407   * Removed dependency on sfdisk, its included with util-linux nowdays
408
409  -- Micah Anderson <micah@riseup.net>  Thu, 13 Jan 2005 17:24:20 -0600
410
411 backupninja (0.4.2-3) unstable; urgency=low
412
413   * Fixed new lintian errors
414
415  -- Micah Anderson <micah@riseup.net>  Thu, 13 Jan 2005 10:46:07 -0600
416
417 backupninja (0.4.2-2) unstable; urgency=low
418
419   * Upgraded to latest upstream release, see NEWS for new debugging
420     and scheduling changes (Closes: #285939)
421   * Updated man pages to reflect new changes to upstream.
422   * Fixed install of logrotate config being installed into a directory,
423     also removed dh_installlogrotate from debian/rules since it wasn't
424     being used.
425
426  -- Micah Anderson <micah@riseup.net>  Wed, 12 Jan 2005 11:17:59 -0600
427
428 backupninja (0.4-1) unstable; urgency=low
429
430   * Upgraded to latest upstream release
431   * Added example.sys to be installed into examples directory
432   * Added Suggests on sfdisk and discover
433   * Updated man pages to have scheduling information
434
435  -- Micah Anderson <micah@riseup.net>  Sat,  1 Jan 2005 09:57:57 -0600
436
437 backupninja (0.3.4-1) unstable; urgency=low
438
439   * New upstream release, more compatible with older coreutils in woody
440   * Put backupninja.conf in examples (Closes: #282575)
441
442  -- Micah Anderson <micah@riseup.net>  Sun,  5 Dec 2004 21:26:43 -0600
443
444 backupninja (0.3.3-2) unstable; urgency=low
445
446   * Added backupninja and backupninja.conf manual pages, penned
447     by the sword of Stefani, thanks!
448
449  -- Micah Anderson <micah@riseup.net>  Mon, 22 Nov 2004 18:09:24 -0600
450
451 backupninja (0.3.3-1) unstable; urgency=low
452   
453   * Modified description in debian/control
454   * Dependency on awk can now be satisfied by gawk or mawk
455   * Removed dependency on stat or coreutils
456   * Upgraded to latest version (Closes: #282360)
457
458  -- Micah Anderson <micah@riseup.net>  Mon, 22 Nov 2004 12:04:40 -0600
459
460 backupninja (0.3.2-2) unstable; urgency=low
461
462   * handler error and warning messages are sent with the notify email
463
464  -- Micah Anderson <micah@riseup.net>  Wed, 17 Nov 2004 16:02:24 -0600
465
466 backupninja (0.3.2-1) unstable; urgency=low
467
468   * Added dependency on stat (woody) or coreutils (sarge)
469   * Updated copyright page to include the svn repository
470   * Upgraded to 0.3.2, solving the handler executable problem 
471
472  -- Micah Anderson <micah@riseup.net>  Sun, 14 Nov 2004 17:11:53 -0600
473
474 backupninja (0.3.1-4) unstable; urgency=low
475
476   * Changed the copyright page to list the correct URL (Closes: #280488)
477
478  -- Micah Anderson <micah@riseup.net>  Thu, 11 Nov 2004 19:20:32 -0600
479
480 backupninja (0.3.1-3) unstable; urgency=low
481
482   * Fixed the example.rdiff to have the proper equals signs in the
483     includes
484   * Changed cron.d/backupninja to call backupninja from /usr/sbin instead
485     of /usr/bin, also changed install to put it there instead
486
487  -- Micah Anderson <micah@riseup.net>  Tue,  9 Nov 2004 17:05:22 -0800
488
489 backupninja (0.3.1-2) unstable; urgency=low
490
491   * Added example.ldap config for doing backups of ldap data
492   * Made short description more descriptive, and less creative, the
493     muse cries. (Closes: #280294)
494   * Fixed the incorrect URL specified in the copyright file. (Closes: #280488)
495
496  -- Micah Anderson <micah@riseup.net>  Sat,  6 Nov 2004 11:52:04 -0800
497
498 backupninja (0.3.1-1) unstable; urgency=low
499
500   * New upstream source
501   * Removed dependencies on php and pear libraries, new version is
502     bash only
503
504  -- Micah Anderson <micah@riseup.net>  Sat, 06 Nov 2004 11:10:35 -0800
505
506 backupninja (0.2-1) unstable; urgency=low
507
508   * Updated from upstream source
509   * Added example for mysql backups
510
511  -- Micah Anderson <micah@riseup.net>  Tue, 12 Oct 2004 15:35:57 -0500
512
513 backupninja (0.1-6) unstable; urgency=low
514
515   * Removed dh_installlogroate and do it in dh_install instead
516
517  -- Micah Anderson <micah@riseup.net>  Mon, 11 Oct 2004 14:33:36 -0500
518
519 backupninja (0.1-5) unstable; urgency=low
520
521   * Changed Recommends of rdiff-backup to Suggests after closer
522     reading of the differences.
523
524  -- Micah Anderson <micah@riseup.net>  Sun, 10 Oct 2004 23:19:07 -0500
525
526 backupninja (0.1-4) unstable; urgency=low
527
528   * Added dependency on php-xml-util and php-config now that I've made
529     these packages. I've also removed the README.Debian file which was
530     only used to describe how to install these things.
531
532  -- Micah Anderson <micah@riseup.net>  Sun, 10 Oct 2004 22:48:30 -0500
533
534 backupninja (0.1-3) unstable; urgency=low
535
536   * Added dependency on php4-pear
537   * Fixed installation of cronjob by removing dh_installcron and simply
538     installing the cronjob into cron.d
539   * Fixed incorrect creation of /etc/backup.d
540
541  -- Micah Anderson <micah@riseup.net>  Sun, 10 Oct 2004 18:48:19 -0500
542
543 backupninja (0.1-2) unstable; urgency=low
544
545   * Added Recommends for rdiff-backup
546   * Added dependency on logrotate
547   * Added text to the README.Debian to describe the necessary PEAR
548     installation, this will be removed before package is uploaded
549     because PEAR modules will be also uploaded at that time.
550
551  -- Micah Anderson <micah@riseup.net>  Sun, 10 Oct 2004 18:34:01 -0500
552
553 backupninja (0.1-1) unstable; urgency=low
554
555   * Installing cron via dh_installcron
556   * Installing example backup.d configuration files via dh_installexamples
557     so that they end up in /usr/share/doc/backupninja/examples
558   * Installing logrotate config via dh_installlogrotate
559   * Initial Release.
560
561  -- Micah Anderson <micah@riseup.net>  Sun, 10 Oct 2004 15:27:39 -0500
562