From 356580c4b6332561d13b74cd5f37635e1559fa67 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Fri, 22 Dec 2006 18:06:50 +0100 Subject: While dpkg-buildpackage's -i argument takes a regexp -I doesn't fix inclusion of git metadata in debian native packages --- git-buildpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-buildpackage') diff --git a/git-buildpackage b/git-buildpackage index a0744a3..86baee7 100755 --- a/git-buildpackage +++ b/git-buildpackage @@ -103,7 +103,7 @@ def main(argv): if not create_orig(cp, output_dir, options.upstream_branch): return 1 - Command(options.build_cmd, [ '-i\.git/', '-I\.git/' ] + dpkg_args)() + Command(options.build_cmd, [ '-i\.git/', '-I.git' ] + dpkg_args)() if options.tag: try: version=cp['Version'] -- cgit v1.2.3