[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#822241: ufo2otf in Debian



Hi,

Sorry it's taken me so long to get back to this. I've reviewed your
latest upload and there was only one issue, so I've fixed it and
uploaded it.

You can find the diff of my change attached, so you can apply this in
your local source tree.

debian/copyright files work from vague to specific in their ordering, so
the top entry should be "Files: *" and then it should get more specific
going down. The way you had it, the * was overriding the debian/ and so
the debian/ section was never being considered.

Thanks,
Iain.
diff --git a/debian/copyright b/debian/copyright
index fc56b4b..8811871 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,27 +3,6 @@ Upstream-Name: ufo2otf
 Upstream-Contact: Eric Schrijver <eric@ericschrijver.nl>
 Source: https://github.com/fonts/ufo2otf
 
-Files: debian/*
-Copyright: 2016, Pierre Rudloff <contact@rudloff.pro>
-License: GPL-3.0+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-3'.
-
 Files: *
 Copyright: 2011â??2012, Eric Schrijver
 License: BSD-3-clause
@@ -48,3 +27,24 @@ License: BSD-3-clause
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2016, Pierre Rudloff <contact@rudloff.pro>
+License: GPL-3.0+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.

Reply to: