isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 5b857b3b192117dc136f8191d83046e0853c06bc
parent 42ca262e39357b76411bfd1f8ec3eda0269a666f
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Wed,  4 Apr 2007 17:03:45 +0000

forward port (finally ...): add target for creating signed package

Diffstat:
MMakefile.am | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -20,6 +20,9 @@ distdir distclean: deb-clean dist-hook: find $(distdir)/debian \( -name CVS -o -name .cvsignore -o -name .#\*# -o -type l \) -print0 | xargs -0r rm -rf +dist-sign: dist + gpg -b -a $(PACKAGE)-$(VERSION).tar.gz + rpm: make dist cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES