[SCM] Debian packaging for sketch 3D line drawing software branch, master, updated. debian/0.2.183-1-18-g2ea1a3e

David Bremner bremner at unb.ca
Sun Dec 19 13:18:01 UTC 2010


The following commit has been merged in the master branch:
commit 2ea1a3e05f3dc530857cf57c9b4438678f4e3fb1
Author: David Bremner <bremner at unb.ca>
Date:   Sun Dec 19 09:14:47 2010 -0400

    Fix grep invocation in export-patch rule.
    
    1) remember kids, shell's like to expand *
    2) globs are not regexes

diff --git a/debian/rules b/debian/rules
index 9378f7d..2ce80fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ PATCH_EXPORT_SCRIPT=/usr/share/gitpkg/hooks/quilt-patches-deb-export-hook
 
 export-patches: 
 	[ ! -r debian/patches ] || \
-	grep ^\#*$(notdir $(PATCH_EXPORT_SCRIPT)) debian/patches/series
+	grep "^\#.*$(notdir $(PATCH_EXPORT_SCRIPT))" debian/patches/series
 	rm -rf debian/patches
 	sh $(PATCH_EXPORT_SCRIPT)
 

-- 
Debian packaging for sketch 3D line drawing software



More information about the debian-science-commits mailing list