Your message dated Thu, 24 Nov 2022 16:34:56 +0000
with message-id <e1oyfbg-00euth...@fasolo.debian.org>
and subject line Bug#1001879: fixed in dxf2gcode 20170925-5
has caused the Debian Bug report #1001879,
regarding dxf2gcode: Add d/watch file and fix some lintian issues
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1001879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001879
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Source: dxf2gcode
Source-Version: 20170925-5
Done: Petter Reinholdtsen <p...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dxf2gcode, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1001...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <p...@debian.org> (supplier of updated dxf2gcode package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 24 Nov 2022 17:11:19 +0100
Source: dxf2gcode
Architecture: source
Version: 20170925-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Closes: 1001879 1022387 1024679
Changes:
 dxf2gcode (20170925-5) unstable; urgency=medium
 .
   * Team upload.
   * Clean more generated files before and after build. (Closes: #1024679)
   * Updated Standards-Version, copyright and added d/watch. (Closes: #1001879)
   * Adjusted debian/rules for recent setuptool changes. (Closes: #1022387)
   * Updated d/gbp.conf to enforce use of pristine-tar.
Checksums-Sha1:
 8a8f55c82ed9d534436bfad8e6c218fcf4e5461f 2064 dxf2gcode_20170925-5.dsc
 92b1d21a68acde9e34fac2653aba2a35e89dafa3 14104 
dxf2gcode_20170925-5.debian.tar.xz
 e303e32361e98b2d3808ca44541afce058b1a3d9 11115 
dxf2gcode_20170925-5_source.buildinfo
Checksums-Sha256:
 c2a1c88872c1614b9d989bf4c88b5b561a5dff9d9c4211d51dfb7c59fb681885 2064 
dxf2gcode_20170925-5.dsc
 a8deb28f26cc7dd57048d429f8e6e486ef2c7fd3bbeb32d48188c43f39b5839e 14104 
dxf2gcode_20170925-5.debian.tar.xz
 655c1b12e3d26069c9ff16a045daa98d15286a11a75b964f2c7ba4f7fa855426 11115 
dxf2gcode_20170925-5_source.buildinfo
Files:
 580bc834decf5a9d9dd98336b7bbe9c0 2064 science optional dxf2gcode_20170925-5.dsc
 1b49099b522c122165e173d0985a29fe 14104 science optional 
dxf2gcode_20170925-5.debian.tar.xz
 6244657bbdb5ef36e625c9c4f0c19342 11115 science optional 
dxf2gcode_20170925-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmN/mL4ACgkQgSgKoIe6
+w57yA/5AQTJmj8LpNDTfxZXXlbtGJ/R3dECcBfz9atO7XJq1iANhMlL6pL711L+
qIgdDiuAoWxrO1qcOREhjJE9NzB2VAarsTYNb1juFy8k4iNozz8vh0m+sETlxma4
gYjz6jxaH2EtH3sOwUFX7M3739nUEbwoR39o6nJfxWxncO7cmE5TZc51TLlpZoOC
ig4M3X+DWj1ly1kHIz9/FcTF2vWAYAWvnmVgqborM8a3lnnaWeNCQy2IY5/zb3PB
0+IYrV9ZUOBAZaVD7F/Ym0oC/CaEjweV+jZ0pkpEDqBGnZ18J4ritnNHHiWW8NFZ
GobnLX0semT0csAzq8qxAB55QVfZGKk4dtenTkTyIEhKVd8itaEHMMF3/j+54m5M
xw4dYmqO8oumkbDI1v8jofBmfcMrfNpdCBa0rSme2oZsO8z79XB0iA53djI2tIHf
3AlmGl/hBSGzr5UH7jYnFbiOChLOtS9TvavaK+sMyPM5Bs3JHQSkp/F08f4pJyQB
ZG83/LEnoP+SF8ZSZ94mOF0riX/wJ/FUmvrLcJ+/+GYbkyz7foTFQpD6ZXvk2Bdr
/NQvAdpCdLbX1jsyuYMkmAs0mfAKboB4nn0CrYlOnG4ccvHfkaCHlzHXw9gSHclG
rruQPSFUMKp+LRolmNqkPRQ+Ymydm5IabrCP3hqRX/QQAjIry0Q=
=bWxT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to