Skip to content

Commit be3b868

Browse files
committed
debian/rules: Prevent examples from being compressed
debhelper wants to compress changelog files, but these aren't acting as changelogs, they're acting as examples, and it's useful to be able to cp -a one of the examples to try to build it.
1 parent ad2d569 commit be3b868

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ pod2man := pod2man -r "config-package-dev $(version)" -c config-package-dev
88
override_dh_auto_build:
99
$(pod2man) --section=1 dh_configpackage dh_configpackage.1
1010

11+
override_dh_compress:
12+
dh_compress -Xexamples/
13+
1114
override_dh_clean:
1215
dh_clean dh_configpackage.1

0 commit comments

Comments
 (0)