~ubuntu-branches/ubuntu/natty/ffc/natty

« back to all changes in this revision

Viewing changes to debian/cdbs/1/rules/copyright-check.mk.diff

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2009-09-25 09:41:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090925094139-6exg632vgocv71uo
Tags: 0.7.0-1
Initial release (Closes: #502980)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/debian/cdbs/1/rules/copyright-check.mk    2008-12-19 16:53:30.000000000 +0100
 
2
+++ b/debian/cdbs/1/rules/copyright-check.mk    2008-12-29 01:01:27.000000000 +0100
 
3
@@ -40,13 +40,13 @@
 
4
 
 
5
 debian/stamp-copyright-check:
 
6
        @echo 'Scanning upstream source for new/changed copyright notices...'
 
7
-       @echo licensecheck -c '$(DEB_COPYRIGHT_CHECK_REGEX)' -r --copyright -i '$(DEB_COPYRIGHT_CHECK_IGNORE_REGEX)' * \
 
8
+       @echo debian/licensecheck -c '$(DEB_COPYRIGHT_CHECK_REGEX)' -r --copyright -i '$(DEB_COPYRIGHT_CHECK_IGNORE_REGEX)' * \
 
9
                "| some-output-filtering..."
 
10
 
 
11
 # Perl in shell in make requires extra care:
 
12
 #  * Single-quoting ('...') protects against shell expansion
 
13
 #  * Double-dollar ($$) expands to plain dollar ($) in make
 
14
-       @licensecheck -c '$(DEB_COPYRIGHT_CHECK_REGEX)' -r --copyright -i '$(DEB_COPYRIGHT_CHECK_IGNORE_REGEX)' * \
 
15
+       @debian/licensecheck -c '$(DEB_COPYRIGHT_CHECK_REGEX)' -r --copyright -i '$(DEB_COPYRIGHT_CHECK_IGNORE_REGEX)' * \
 
16
                | LC_ALL=C perl -e \
 
17
        'print "Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=XXX\n";'\
 
18
        'print "Upstream-Name: Untrusted draft - double-check copyrights yourself!\n\n";'\