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
|