Your message dated Fri, 07 Jan 2022 18:49:01 +0000
with message-id <[email protected]>
and subject line Bug#664446: fixed in tapecalc 20211222-1
has caused the Debian Bug report #664446,
regarding [PATCH] tapecalc: Helping to update to packaging format 3.0
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 [email protected]
immediately.)


-- 
664446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664446
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tapecalc
Severity: wishlist
Tags: patch

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

    http://wiki.debian.org/Projects/DebSrc3.0

Carl, as we spoke before, here is the proposed NMU patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload  with these changes.

Thanks,
Jari

>From 81bee4452f8192524c9099a89c71589ead471672 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Wed, 29 Feb 2012 10:57:23 -0500
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <[email protected]>
---
 debian/changelog                                   |    8 ++++++++
 debian/compat                                      |    2 +-
 debian/control                                     |    4 ++--
 debian/patches/00list                              |    1 -
 .../{00rel-path.dpatch => 00rel-path.patch}        |    8 ++------
 .../{01name-change.dpatch => 01name-change.patch}  |    8 ++------
 debian/patches/series                              |    1 +
 debian/rules                                       |    1 -
 debian/source/format                               |    1 +
 9 files changed, 17 insertions(+), 17 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{00rel-path.dpatch => 00rel-path.patch} (87%)
 rename debian/patches/{01name-change.dpatch => 01name-change.patch} (96%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 1f96bb5..bc5337e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tapecalc (20070214-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto <[email protected]>  Wed, 29 Feb 2012 10:54:29 -0500
+
 tapecalc (20070214-2) unstable; urgency=low
 
   * Adding libncurses5-dev to Build-Depends (closes: #435221)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 4a4bca8..635d995 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: tapecalc
 Section: math
 Priority: optional
 Maintainer: Carl Fürstenberg <[email protected]>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, dpatch, libncurses5-dev
-Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 9), autotools-dev, libncurses5-dev
+Standards-Version: 3.9.3
 
 Package: tapecalc
 Architecture: any
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index d33824d..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-00rel-path.dpatch 01name-change.dpatch
diff --git a/debian/patches/00rel-path.dpatch b/debian/patches/00rel-path.patch
similarity index 87%
rename from debian/patches/00rel-path.dpatch
rename to debian/patches/00rel-path.patch
index 4c269db..f038985 100644
--- a/debian/patches/00rel-path.dpatch
+++ b/debian/patches/00rel-path.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## rel-path.dpatch by Carl Fürstenberg <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Patch to relocate add.hlp to datadir instead of bindir.
+From: Carl Fürstenberg <[email protected]>
+Subject: Patch to relocate add.hlp to datadir instead of bindir.
 
-@DPATCH@
 diff -urNad add-20070214~/add.c add-20070214/add.c
 --- add-20070214~/add.c	2007-07-25 22:37:49.000000000 +0200
 +++ add-20070214/add.c	2007-07-25 22:38:29.000000000 +0200
diff --git a/debian/patches/01name-change.dpatch b/debian/patches/01name-change.patch
similarity index 96%
rename from debian/patches/01name-change.dpatch
rename to debian/patches/01name-change.patch
index f64b317..6954f17 100644
--- a/debian/patches/01name-change.dpatch
+++ b/debian/patches/01name-change.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## name-change.dpatch by Carl Fürstenberg <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: As "add" is a bit ambigious, a namechange to tapecalc is in order.
+From: Carl Fürstenberg <[email protected]>
+Subject: As "add" is a bit ambigious, a namechange to tapecalc is in order.
 
-@DPATCH@
 diff -urNad tapecalc-20070214~/add.1 tapecalc-20070214/add.1
 --- tapecalc-20070214~/add.1	2007-02-15 00:34:33.000000000 +0100
 +++ tapecalc-20070214/add.1	2007-07-25 23:03:51.000000000 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cbefe42
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00rel-path.patch 01name-change.dpatch
diff --git a/debian/rules b/debian/rules
index 97a4912..4bee969 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,5 @@
   
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 
 # Add here any variable or target overrides you need.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
-- 
1.7.9


--- End Message ---
--- Begin Message ---
Source: tapecalc
Source-Version: 20211222-1
Done: Victor Westerhuis <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tapecalc, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Victor Westerhuis <[email protected]> (supplier of updated tapecalc 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 27 Dec 2021 18:11:55 +0100
Source: tapecalc
Architecture: source
Version: 20211222-1
Distribution: unstable
Urgency: medium
Maintainer: Victor Westerhuis <[email protected]>
Changed-By: Victor Westerhuis <[email protected]>
Closes: 664446 747967 860281 965836
Changes:
 tapecalc (20211222-1) unstable; urgency=medium
 .
   * New upstream version 20211222. (Closes: #860281)
   * Update build system. (Closes: #664446, #965836)
   * Drop outdated patches.
   * Fix lintian warnings.
   * Fix tests when the program is renamed.
   * Set myself as maintainer. (Closes: #747967)
Checksums-Sha1:
 39768db1a75787656f05df0ca1a63144b385c681 1993 tapecalc_20211222-1.dsc
 dff671ab74aa2025748f4bc22f38d1cd24e4eadf 175747 tapecalc_20211222.orig.tar.gz
 2cd7c74e1c2c049458e3eadf8787502b163edcc3 729 tapecalc_20211222.orig.tar.gz.asc
 0b63ff4b39622fbc06be32dfec73ec06f891ce2d 8320 tapecalc_20211222-1.debian.tar.xz
 7dc7e2381ac52f691f4dfcf69fc913e926b18f6d 5475 
tapecalc_20211222-1_source.buildinfo
Checksums-Sha256:
 9d5daff585d67540b2fe090a76e7dd7ac9633876635fadf2fbf0d1454962c214 1993 
tapecalc_20211222-1.dsc
 457394c37e7b7051a1cb066031eff480a8727a2e9638c157aac0e169a5bb8e86 175747 
tapecalc_20211222.orig.tar.gz
 f72f7bb51d9f55ab2fde7e1d6acdf806f8a2755e1dc912810d2034a541630a14 729 
tapecalc_20211222.orig.tar.gz.asc
 d3851aa9b63c16b2b31cb38f030e0456851bf2d03a2c757977ca91450bc8d9c8 8320 
tapecalc_20211222-1.debian.tar.xz
 a8bf32916d1e2da7b6656653156b8497a89c806a5e99fec2d7e0ef0034cdbe95 5475 
tapecalc_20211222-1_source.buildinfo
Files:
 6e572f068f163018734f40906aa9352e 1993 math optional tapecalc_20211222-1.dsc
 5c67bf0164e4e67df7b43814fc1d4115 175747 math optional 
tapecalc_20211222.orig.tar.gz
 0a91c6799d62e65c4c031649c0782d77 729 math optional 
tapecalc_20211222.orig.tar.gz.asc
 613483899835c1b622dd0be5f7972d3f 8320 math optional 
tapecalc_20211222-1.debian.tar.xz
 9d9bafc03a5f5930eceea387b410426e 5475 math optional 
tapecalc_20211222-1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmHYhHUQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFBL5DACx7aneLIP3T0bt0atqsgKoBZgpvl+rJhSe
Q0ghlAXUZ9odk48dHBY0AYdhJS+19w9ZqRRWIDGd5dmpNshtKnrGcpsAfkJ8Xl/a
HS05rSv7JygIJK1ybqDbXXdChqpphx2IcZF0AxXDNU/++zXn8fr9HusD1Zqa1RRu
5838EASPkVTpfc9pI6zkkoptxvanp0eDupI2nUkxvT19dvpOTo6+LNDmDD0X9yoV
uRiSsKIXoC0JVM/6sOYFyRVeVhJhEZ2Hi50duKsm95oegHixw6YoJ9GQbhBgExZ7
pnO4BlHjzXMTCjGb6aGbf/6gK7CHsGSbLvZm61VK7XIg4gDa/UzyhKI/2u5BhBZ8
OHPPnunmYyWlP8ZbNRWFFSu8KAB8tgNdyPHjmPw2lFc2XAZEbMwJOJFprFC4RKN0
BOF6VAuX1zh1YfkbyVd9lJ8t7fO5feQnaZw8W7Q7fzlkOQDq/Pro9KA6JOZfAfxA
Mz4DBEl6O3x5OwxedCrWO2ccMbWhCH0=
=uSqJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to