Package: dxf2gcode
Version: 20170925-4
Tags: patch

Included are some git commits to get rid of some Lintian warnings and to
add a d/watch file to automatically track new upstream versions.
Please include in the next upload.

I tried commiting the fixes directly to salsa, but alas lacked write
access to the git repository.
--
Happy hacking
Petter Reinholdtsen
>From f82c734ea16e5c8f671b515b2761ca5bf5f63b2a Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen <p...@hungry.com>
Date: Sat, 18 Dec 2021 09:02:39 +0100
Subject: [PATCH 1/3] Updated Standards-Version from 4.1.3 to 4.6.0.

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6ec2202..a3eb0a8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.
 Uploaders: Sebastian Kuzminsky <s...@highlab.com>
 Build-Depends: debhelper (>= 11), dh-python, python3, python3-setuptools,
  python3-pyqt5, pyqt5-dev-tools, qttools5-dev-tools
-Standards-Version: 4.1.3
+Standards-Version: 4.6.0
 Homepage: https://sourceforge.net/p/dxf2gcode/wiki/Home/
 Vcs-Git: https://salsa.debian.org/science-team/dxf2gcode.git
 Vcs-Browser: https://salsa.debian.org/science-team/dxf2gcode
-- 
2.30.2

>From 852884736019ea8c786e95864a882b3eb6985d7d Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen <p...@hungry.com>
Date: Sat, 18 Dec 2021 09:13:41 +0100
Subject: [PATCH 2/3] Added a d/watch file to track new upstream versions.

---
 debian/watch | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 debian/watch

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a36f436
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=4
+# qa.debian.org runs a redirector which allows a simpler form of URL
+# for SourceForge based projects. The format below will automatically
+# be rewritten to use the redirector.
+http://sf.net/dxf2gcode/dxf2gcode-(\d\S+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
-- 
2.30.2

>From 644a8fb70f6589ab67a3f2a53588b4cc0a6f878f Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen <p...@hungry.com>
Date: Sat, 18 Dec 2021 09:23:41 +0100
Subject: [PATCH 3/3] Added correct copyright for dxf2gcode.appdata.xml.

Thanks Lintian for discovering the inaccurate license information.
---
 debian/copyright | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index 7eba20c..e2fdeb4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,6 +13,20 @@ Copyright: 2008-2016 Christian Kohlöffel
            2017 Damian Wrobel
 License: GPL-3+
 
+Files: dxf2gcode.appdata.xml
+Copyright: 2017 Damian Wrobel
+License: CC0-1.0
+ To the extent possible under law, the author(s) have dedicated all copyright
+ and related and neighboring rights to this software to the public domain
+ worldwide. This software is distributed without any warranty.
+ .
+ You should have received a copy of the CC0 Public Domain Dedication along
+ with this software. If not, see
+ <https://creativecommons.org/publicdomain/zero/1.0/>.
+ .
+ On Debian systems, the complete text of the CC0 Public Domain Dedication
+ can be found in "/usr/share/common-licenses/CC0-1.0".
+
 Files: globals/six.py
 Copyright: 2010-2015 Benjamin Peterson
 License: Expat
-- 
2.30.2

Reply via email to