GNU bug report logs -
#32482
[PATCH] gnu: obnam: Add deprecation warning.
Previous Next
Reported by: Tobias Geerinckx-Rice <me <at> tobias.gr>
Date: Mon, 20 Aug 2018 15:43:02 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Sep 2018 21:17:49 +0200
with message-id <87va7bn8rm.fsf <at> tobias.gr>
and subject line Re: [bug#32482] [PATCH] gnu: obnam: Add deprecation warning.
has caused the debbugs.gnu.org bug report #32482,
regarding [PATCH] gnu: obnam: Add deprecation warning.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
32482: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32482
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/backup.scm (obnam)[synopsis, description]: Note its
retirement.
---
Guix!
A bit silly since the package fails to build anyway[0]. I'm not capable nor willing to fix it. Debian's (actually, upstream's) ‘solution’ was simply to remove the package[0].
I'd rather follow their example if nobody steps up to fix it, but Leo[1] made a good point about removing backup tools that may be someone's only link to the past.
An alternative is to add a prominent deprecation warning to our obnam package. Something like this. There's no clear successor or alternative to use with DEPRECATED-PACKAGE.
Let me know if and what you think,
T G-R
[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877159
[1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32303#13
gnu/packages/backup.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 754dfa1a4..978505914 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -749,12 +749,15 @@ NTFS volumes using @code{ntfs-3g}, preserving NTFS-specific attributes.")
("python2-pep8" ,python2-pep8)
("python2-pylint" ,python2-pylint)))
(home-page "https://obnam.org/")
- (synopsis "Easy and secure backup program")
- (description "Obnam is an easy, secure backup program. Features
-include snapshot backups, data de-duplication and encrypted backups
-using GnuPG. Backups can be stored on local hard disks, or online via
-the SSH SFTP protocol. The backup server, if used, does not require
-any special software, on top of SSH.")
+ (synopsis "Retired backup program")
+ (description
+ "Warning: @uref{https://blog.liw.fi/posts/2017/08/13/retiring_obnam/,
+the Obnam project is retired}. You should use another backup solution instead.
+
+Obnam was an easy, secure backup program. Features included snapshot backups,
+data de-duplication and encrypted backups using GnuPG. Backups can be stored on
+local hard disks, or online via the SSH SFTP protocol. The backup server, if
+used, does not require any special software, on top of SSH.")
(license license:gpl3+)))
(define-public dirvish
--
2.18.0
[Message part 3 (message/rfc822, inline)]
Tobias Geerinckx-Rice <me <at> tobias.gr> wrote:
> * gnu/packages/backup.scm (obnam)[synopsis, description]: Note
> its
> retirement.
Pushed as a93de1ae9efbed3270967eda59b1dd1078c0213b.
Kind regards,
T G-R
This bug report was last modified 6 years and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.