~zyga/checkbox/fix-1307980-checkbox-support

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Zygmunt Krynicki
  • Date: 2014-04-16 11:41:55 UTC
  • Revision ID: zygmunt.krynicki@canonical.com-20140416114155-q8zcceorgoew50k0
* fork of Debian packaging for PPA builds
* debian/control: don't depend on dh-python
* debian/rules: don't use pybuild, do everything manually
* New upstream release. List of bugs fixed:
  https://launchpad.net/checkbox-support/+milestone/0.2
* Use armoured gpg keys to avoid having to keep binary files in Debian
  packaging. Also, replace that with my key since I made the 0.2 release
  upstream. 
* Patch away checkbox_support.vendor.mock. Also add a copyright entry for
  that module. Both changes are similar to what we do in python3-plainbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
76
76
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
77
77
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
78
 
 
79
Files: checkbox_support/vendor/mock.py
 
80
Copyright: Copyright (C) 2007-2012 Michael Foord & the mock team
 
81
License: BSD-3-clause
 
82
 Redistribution and use in source and binary forms, with or without
 
83
 modification, are permitted provided that the following conditions are
 
84
 met:
 
85
 .
 
86
 .
 
87
    * Redistributions of source code must retain the above copyright
 
88
      notice, this list of conditions and the following disclaimer.
 
89
 .
 
90
    * Redistributions in binary form must reproduce the above
 
91
      copyright notice, this list of conditions and the following
 
92
      disclaimer in the documentation and/or other materials provided
 
93
      with the distribution.
 
94
 .
 
95
    * Neither the name of Michael Foord nor the name of Voidspace
 
96
      may be used to endorse or promote products derived from this
 
97
      software without specific prior written permission.
 
98
 .
 
99
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
100
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
101
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
102
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
103
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
104
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
105
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
106
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
107
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
108
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
109
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.