rename get-cert => mbsync-get-cert
to avoid undue namespace pollution. inspired by debian.
This commit is contained in:
parent
0865977504
commit
cbc14ba032
|
@ -1,5 +1,5 @@
|
||||||
SUBDIRS = src
|
SUBDIRS = src
|
||||||
bin_SCRIPTS = get-cert
|
bin_SCRIPTS = mbsync-get-cert
|
||||||
EXTRA_DIST = debian isync.spec $(bin_SCRIPTS)
|
EXTRA_DIST = debian isync.spec $(bin_SCRIPTS)
|
||||||
|
|
||||||
LOG_PL = \
|
LOG_PL = \
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -9,6 +9,8 @@ Support for TLS client certificates was added.
|
||||||
|
|
||||||
Support for recovering from baseless UID validity changes was added.
|
Support for recovering from baseless UID validity changes was added.
|
||||||
|
|
||||||
|
The get-cert script was renamed to mbsync-get-cert.
|
||||||
|
|
||||||
[1.2.0]
|
[1.2.0]
|
||||||
|
|
||||||
The 'isync' compatibility wrapper is now deprecated.
|
The 'isync' compatibility wrapper is now deprecated.
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -5,6 +5,4 @@
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install
|
dh_auto_install
|
||||||
mv $(CURDIR)/debian/isync/usr/bin/get-cert \
|
|
||||||
$(CURDIR)/debian/isync/usr/bin/mbsync-get-cert
|
|
||||||
$(RM) $(CURDIR)/debian/isync/usr/share/doc/isync/ChangeLog
|
$(RM) $(CURDIR)/debian/isync/usr/share/doc/isync/ChangeLog
|
||||||
|
|
Loading…
Reference in New Issue
Block a user