diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-02-27 15:05:02 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-02-27 15:15:50 +0100 |
commit | 3b0f2965073c07a10b32922405c3a67e00677902 (patch) | |
tree | 8b5ebdee3a4ba676a2c8f96382814ce957736446 /debian | |
parent | a618bdcf4149443d5b68132e96b5a15b52fc3f05 (diff) | |
download | git-buildpackage-3b0f2965073c07a10b32922405c3a67e00677902.tar.gz git-buildpackage-3b0f2965073c07a10b32922405c3a67e00677902.tar.bz2 git-buildpackage-3b0f2965073c07a10b32922405c3a67e00677902.zip |
Add script to ignore .pc and tell dpkg-source unpatch the source
See #591858.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ae680c63..cf25ba73 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,8 @@ EXAMPLE_SCRIPTS=\ gbp-add-patch \ gbp-cowbuilder-sid \ gbp-pbuilder \ - gbp-posttag-push + gbp-posttag-push \ + gbp-configure-unpatched-source DEB_COMPRESS_EXCLUDE=$(EXAMPLE_SCRIPTS) |