Re: ASynK: Announcing experimental support for BBDB file format ver 9
"Barak A. Pearlmutter" <[email protected]>
| Newsgroups | gmane.comp.python.asynk,gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <CANa01BJpNp+BSs3XgMviVf2_yb9n+K+50BNKY1hkfPmirsUoDA@mail.gmail.com> |
I've pushed a preliminary packaging to https://github.com/barak/ASynK
branch "debian", if anyone could build/install/test it I'd be
appreciative.
git clone https://github.com/barak/ASynK
cd ASynK
git checkout debian
dpkg-checkbuilddeps
(apt-get install anthing-missing)
fakeroot debian/rules binary
dpkg --install ../asynk*.deb
asynk --test-this-backup-your-data-first
I've called it version 2.2.0 per the git tag, even though setup.py has
version='0.4.1'
--Barak.