mirror of
https://git.code.sf.net/p/isync/isync
synced 2026-06-20 15:38:09 +02:00
cbc14ba032
to avoid undue namespace pollution. inspired by debian.
9 lines
152 B
Makefile
Executable File
9 lines
152 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with=autoreconf
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
$(RM) $(CURDIR)/debian/isync/usr/share/doc/isync/ChangeLog
|