aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-08-02 22:12:31 +0200
committerGuido Günther <agx@sigxcpu.org>2010-08-02 22:13:51 +0200
commitcfed5d81704b88c978151ad85bc7bda711cd2a8d (patch)
treebc9c71507004947534c572246dbcf48d1ce9d515 /debian
parent04377ba027f03c4d5e47f9cfb0b8bfa4eac8a25b (diff)
Don't compress example scripts
Git-Dch: Ignore
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d633a05c..8a1d813a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,12 @@ COMMANDS = git-buildpackage \
gbp-pull \
gbp-clone
-EXAMPLE_SCRIPTS=gbp-add-patch gbp-cowbuilder-sid gbp-pbuilder gbp-posttag-push
+EXAMPLE_SCRIPTS=\
+ gbp-add-patch \
+ gbp-cowbuilder-sid \
+ gbp-pbuilder \
+ gbp-posttag-push \
+ gbp-create-remote-repo
DEB_COMPRESS_EXCLUDE=$(EXAMPLE_SCRIPTS)