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 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331
|
rsnapshot (1.4.2-1) unstable; urgency=medium
* New upstream release (Closes: #817071), refresh patches
* Bump Standards-Version to 3.9.7, no changes needed
* Use https for Vcs-Browser
-- Guillaume Delacour <gui@iroqwa.org> Sat, 26 Mar 2016 11:23:26 +0100
rsnapshot (1.4.1-1) unstable; urgency=medium
* New upstream release
+ Capture rsync's output right (Closes: #794343, #794510, #793662)
+ Refresh patch 01_rsnapshot_conf.diff and document loglevel for rsync output
* 02_rsnapshot-lvm-undef.diff: Don't undefine trap variables for lvm setups,
thanks Michel Dänzer (Closes: #794046)
* Enable autopkgtest
-- Guillaume Delacour <gui@iroqwa.org> Mon, 28 Sep 2015 23:38:43 +0200
rsnapshot (1.4.0-1) unstable; urgency=medium
* New upstream release (Closes: #786854)
+ Retains renamed, provide helper migration script debian/rename_retains.sh
and changes retains in debian/cron.d
+ Drop accepted or cherry picked patches:
03_pod_missing_back.diff
06_fix_random_file_verify.diff
08_manpage_hourly_to_daily.diff
09_strip_backtick.diff
10_space_destdir.diff
11_lvm_snapshots.diff
12_include_conf_with_arguments.diff
13_print_warn.diff
14_rsync_rsh_quoting.diff
16_configtest_manpage.diff
17_linux_lvm_cmd_lvremove_silenced.diff
19_cmd_postexec_umount.diff
* Refresh debian/patches/18_rsnapreport_rsync_output.diff to remove "," in
bytes rsync transfert output and required verbose level (Closes: #784650)
* debian/docs: Use README.md instead of README, remove no more provided TODO
-- Guillaume Delacour <gui@iroqwa.org> Sat, 18 Jul 2015 14:03:05 +0000
rsnapshot (1.3.1-7) unstable; urgency=medium
* Remove obsolete conffiles anacron scripts (Closes: #767124)
* debian/patches/14_rsync_rsh_quoting.diff: Don't quote ssh_args arguments
(Closes: #717451, #743310, LP: #1332753, #1400283)
* debian/patches/16_configtest_manpage.diff: Document configtest option
(Closes: #720509)
* debian/patches/17_linux_lvm_cmd_lvremove_silenced.diff: lvremove is not
silenced when using lvm, thanks Julius Seemayer (Closes: #745963),
(LP: #1353972)
* debian/rules: Skip compression of .pl examples files (Closes: #743777)
* debian/patches/18_rsnapreport_rsync_output.diff: Modify regexp to parse
rsync output that changes between 3.0.x and 3.1.x, thanks Dominik George
* debian/patches/19_cmd_postexec_umount.diff: Allow unmounting of snapshot
root by cmd_postexec config option, thanks Mike Gabriel (Closes: #660372)
-- Guillaume Delacour <gui@iroqwa.org> Mon, 11 May 2015 22:23:50 +0200
rsnapshot (1.3.1-6) unstable; urgency=medium
* Don't provide cron and anacron scripts; provide the later as examples
only (Closes: #766450, #766378)
-- Guillaume Delacour <gui@iroqwa.org> Mon, 27 Oct 2014 22:27:52 +0100
rsnapshot (1.3.1-5.1) unstable; urgency=low
* Non-maintainer upload
* switch to debhelper 9 compat for build hardening flags
* Standards-Version: 3.9.6
* set Vcs-* tags to canonical URLs
* include run-rsnapshot as example script (Closes: #523923)
* cron scripts run hourly/daily/etc and are compatible with anacron
[ Guillaume Delacour ]
* debian/patches/11_lvm_snapshots.diff: Mark as forwarded
* debian/patches/05_backup_pgsql.diff: Fix 'could not change directory'
warning if tmpdir not accessible by postgres user (Closes: #718189)
* debian/patches/01_rsnapshot_conf.diff: Update patch to change the
description of rsync_numentries option in configuration file
(Closes: #717940)
-- Hans-Christoph Steiner <hans@eds.org> Tue, 21 Oct 2014 14:18:20 -0400
rsnapshot (1.3.1-4) unstable; urgency=low
* debian/patches/01_rsnapshot_conf: Refresh patch to fix path of rsnapshot in
manpage, thanks Simon Kainz (Closes: #661673)
* debian/patches/08_manpage_hourly_to_daily: Don't patch rsnapshot.1 (as it
is automatically generated)
* debian/patches/10_space_destdir: Completely refresh with upstream fix
(Closes: #662636)
* debian/patches/11_lvm_snapshots: Don't patch Makefile.in (as it is
automatically generated at build time)
* debian/patches/12_include_conf_with_arguments: Cherry-pick upstream
backtick check in include_conf (Closes: #653285)
* debian/rules: Backup/restore autogenerated upstream file Makefile.in
* debian/copyright: Update format to DEP5
* debian/control: Bump Standards-Version 3.9.4 (no changes needed)
* Rename all patch extensions with .diff and document each header
according DEP3 and change Vcs-Browse and Vcs-Git,
point to anonscm.debian.org
* debian/patches/13_print_warn: missing WARNING prefix in log files
thanks Nicolas Courtel (Closes: #688790)
* debian/docs: Remove docs/HOWTOs/rsnapshot-HOWTO.en.html, as it was already
in debian/doc-base
-- Guillaume Delacour <gui@iroqwa.org> Sun, 30 Jun 2013 22:38:18 +0200
rsnapshot (1.3.1-3) unstable; urgency=low
* debian/patches/01_rsnapshot_conf:
+ Remove one tab for alignment in retain
+ Uncomment cmd_cp to enable use of GNU cp (Closes: #617509)
+ Add stop_on_stale_lockfile option (Closes: #629309)
+ Refresh comments
* debian/control:
+ Bump Standards-Version 3.9.2 (no changes needed)
+ Align Build-Depends-Indep
-- Guillaume Delacour <gui@iroqwa.org> Wed, 22 Jun 2011 22:08:45 +0200
rsnapshot (1.3.1-2) unstable; urgency=low
* Reorganize patches:
Merge 02_default_rsnapshot_conf_manpage and 04_default_backup_dir
to 01_logfile_rsnapshot_conf, renamed 01_rsnapshot_conf
* Refresh debian/patches/01_rsnapshot_conf:
+ Change commented path to rsnapshot-diff (Closes: #572751)
+ Replace interval (deprecated alias) with retain
* debian/patches/08_manpage_hourly_to_daily:
+ Add precision on weekly rotation (Closes: #573253)
* debian/patches/11_lvm_snapshots: Prepare use of lvm snapshot (LP: #713464)
* debian/patches/09_strip_backtick: Strip backtick in include_conf
(Closes: #614167)
* debian/patches/10_space_destdir: Remove backslash in destpath
(Closes: #609443)
* debian/control:
+ Add ssh-client as virtual alternative in Depends
+ Bump Standards-Version 3.9.1 (no changes needed)
+ Bump debhelper version to 8 (debian/compat too)
+ Add lvm2, udev and dh-autoreconf as Build-Depends-Indep
(path detection of binaries)
* Switch to dpkg-source 3.0 (quilt) format
+ Remove {un,}patch, quilt inclusion in debian/rules
+ Delete unnecessary debian/README.source
+ Remove Build-Depends on quilt
* debian/rules: Change to use more recent template with debhelper 8
* debian/manpages: Add rsnapshot.1 and rsnapshot-diff.1
* debian/README.Debian: Delete unnecessary spaces
* debian/docs: Remove docs/HOWTOs/rsnapshot-HOWTO.en.html
(appears twice in /usr/share/doc/rsnapshot/{,html})
* debian/watch: remove unnecessary default comments
-- Guillaume Delacour <gui@iroqwa.org> Sun, 27 Feb 2011 20:33:46 +0100
rsnapshot (1.3.1-1) unstable; urgency=low
* New maintainer
* New upstream release (Closes: #548966, #501992, #517657, #413439)
* debian/control:
- Bump Standards-Version 3.8.3.0
- Homepage moved in extended description
- Recommend openssh-client instead of ssh (Closes: #422262)
- Depend on liblchown-perl (Closes: #497928)
- Build-Depends-Indep on openssh-client, to have ssh client path in
rsnapshot.conf at build time (Closes: #506760)
* debian/postrm: Add "set -e" to script
* debian/rules:
- remove warning ignorement ("-") in clean rule, test Makefile
- Bump debhelper compat version to 7 (dh_prep replacement)
- Delete unnecessary commented template based rules
* debian/copyright: Link to GPL-2
* debian/patches/01_logfile_rsnapshot_conf:
change commented /var/log/rsnapshot to /var/log/rsnapshot.log
in rsnapshot.conf (Closes: #506218)
* debian/patches/02_default_rsnapshot_conf_manpage:
point to /usr/share/doc/rsnapshot/examples/rsnapshot.conf.default.gz
instead of non-existent /etc/rsnapshot.conf.default file in manpage
(Closes: #411317)
* debian/patches/04_default_backup_dir:
Really set /var/cache/rsnapshot as default snapshot dir
* debian/patches/05_backup_pgsql:
Modify backup_pgsql.sh according Debian specific (Closes: #500082)
Thanks to Antony Gelberg
* debian/patches/06_fix_random_file_verify:
Fix some error on upstream example utils/random_file_verify.sh
* Add doc-base support to html doc (Closes: #504920)
* debian/lintian-overrides: add override on /var/cache/rsnapshot perms
(700 instead of 755)
* debian/README.Debian: add some explanations on rsnapshot behavior
(Closes: #496908)
-- Guillaume Delacour <gui@iroqwa.org> Wed, 18 Nov 2009 00:05:53 +0000
rsnapshot (1.3.0-2) unstable; urgency=low
* Add experimental release to unstable (Closes: #460579)
-- MJ Ray (Debian) <mjr@debian.org> Wed, 30 Jan 2008 19:02:48 +0000
rsnapshot (1.3.0-1) experimental; urgency=low
* New upstream release
* Updated README.Debian
* Updated debian/copyright
* Updated html/rsnapshot-howto.html with newer html/rsnapshot-HOWTO.en.html
* Debian Policy compliance upgraded to 3.7.2.2
* Now creates default rsnapshot_root directory with 0700 permissions instead
of 0755
* Updated package description to make it easier to spot rsnapshot when
searching for "rsync" or "backup"
* Dropped old (pre-1.2) configuration files compatibility patch, updated
NEWS file accordingly
* Fixed default config file had spaces where only tabs should be in
backup_scripts examples
-- Simon Boulet <simon@nostalgeek.com> Wed, 22 Nov 2006 15:44:33 -0500
rsnapshot (1.2.9-1) unstable; urgency=low
* New upstream release
* Updated Free Software Foundation address in debian/copyright
* Added rsnapshot-diff man page from CVS
* Switched autotools-dev and rsync back to Build-Depends-Indep
-- Simon Boulet <simon@nostalgeek.com> Mon, 5 Jun 2006 22:03:45 -0400
rsnapshot (1.2.1-2) unstable; urgency=low
* New maintainer
* Switched back to Build-Depends as per Policy Manual section 7.6
* Updated debian/copyright
* Merged upstream trailing slashes patch (Closes: #357535)
-- Simon Boulet <simon@nostalgeek.com> Wed, 17 May 2006 22:01:44 -0400
rsnapshot (1.2.1-1.1) unstable; urgency=high
* Non-maintainer upload.
* Remove trailing slashes of dirs to cp command (Closes: #339845).
-- Luk Claes <luk@debian.org> Fri, 17 Mar 2006 23:34:50 +0100
rsnapshot (1.2.1-1) unstable; urgency=low
* New upstream release
- fix a security hole where a local user can get ownership of an arbitrary
file by creating a symlink to it and let root backup that symlink
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Sun, 10 Apr 2005 10:52:23 +0200
rsnapshot (1.2.0-2) unstable; urgency=low
* avoid unnecessary aclocal run by touching aclocal.m4, Makefile.in and
configure before ./configure in debian/rules (Closes: #299316)
* removed du from Recommends (Closes: #298164)
* add small debian specific note in manpage
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Sat, 9 Apr 2005 17:25:07 +0200
rsnapshot (1.2.0-1) unstable; urgency=low
* New upstream release
- Closes: #289439: does not delete excluded directories
- Closes: #264818: one_fs broken
- Closes: #266569: rsnapshot doesn't give useful info on errors
- Closes: #261678: all directorys have same mtime
* updated doc/rsnapshot-howto.html
* added the Upgrade section from INSTALL as UPGRADE.gz
* added NEWS.Debian.gz
* updated README.Debian
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Sun, 6 Feb 2005 14:15:59 +0100
rsnapshot (1.1.6-6) unstable; urgency=low
* corrected watch file.
* fixed the cron file and intervals to more reasonable values, thx
Chris for pointing me to it.
* added explanation of interval names (Closes: #262323).
* added explanation why link_dest is disabled (Closes: #262326).
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Sat, 7 Aug 2004 00:40:43 +0200
rsnapshot (1.1.6-5) unstable; urgency=low
* updated README.Debian.
* added Uploaders: MJ Ray (Debian) <mjr@debian.org>.
* updated to Standards-Version 3.6.1.1.
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Fri, 16 Jul 2004 12:50:00 +0200
rsnapshot (1.1.6-4) unstable; urgency=low
* added rsnapshot howto.
* added example config file.
* enabled /var/log/rsnapshot.log by default.
* using dh_perl now for perl dependencies.
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Thu, 15 Jul 2004 20:31:10 +0200
rsnapshot (1.1.6-3) unstable; urgency=low
* set arch to all.
* changed Build-Depends to Build-Depends-Indep.
* added explicit copyright statement (GPL) for the manpage
after consultation with the upstream author.
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Sun, 11 Jul 2004 01:21:53 +0200
rsnapshot (1.1.6-2) unstable; urgency=low
* added Build-Depend on autotools-dev.
* changed copyright after discussion with the upstream author.
* set save debian defaults in the conffile.
* added sample cron file.
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Thu, 8 Jul 2004 08:13:20 +0200
rsnapshot (1.1.6-1) unstable; urgency=low
* Initial Release.
* Closes: #257913: ITP: rsnapshot -- a local and remote filesystem
snapshot utility
-- Christoph Wegscheider <christoph.wegscheider@wegi.net> Tue, 6 Jul 2004 20:19:39 +0200
|