mirror of
https://git.dpkg.org/git/dpkg/dpkg-www.git
synced 2025-04-04 16:05:29 +00:00
8 lines
109 B
Makefile
Executable File
8 lines
109 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with apache2
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs --no-trim
|