[SCM] Debian packaging for sketch 3D line drawing software branch, master, updated. debian/0.2.183-1-36-ge52fddb
David Bremner
bremner at debian.org
Mon May 21 21:21:31 UTC 2012
The following commit has been merged in the master branch:
commit 6ccffbbd85b75a2fbe2529f67409fd3056d41dad
Author: David Bremner <bremner at debian.org>
Date: Tue Dec 28 16:50:13 2010 -0400
remove check-patches rule. Rely on lintian (eventually) to catch bad
source package creation.
diff --git a/debian/rules b/debian/rules
index 2ce80fe..fdce495 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
%:
dh $@
-override_dh_auto_configure: check-patches
+override_dh_auto_configure:
perl makever.pl
override_dh_auto_build:
@@ -33,16 +33,10 @@ override_dh_auto_clean:
PATCH_EXPORT_SCRIPT=/usr/share/gitpkg/hooks/quilt-patches-deb-export-hook
-.PHONY: export-patches check-patches
+.PHONY: export-patches
export-patches:
[ ! -r debian/patches ] || \
grep "^\#.*$(notdir $(PATCH_EXPORT_SCRIPT))" debian/patches/series
rm -rf debian/patches
sh $(PATCH_EXPORT_SCRIPT)
-
-check-patches:
- @[ ! -r debian/source/git-patches ] || \
- case "$$(head -1 debian/patches/series)" in \
- \#*$(notdir $(PATCH_EXPORT_SCRIPT))) ;; \
- *) echo Missing patches: see debian/README.source; exit 1;; esac
--
Debian packaging for sketch 3D line drawing software
More information about the debian-science-commits
mailing list