Your message dated Thu, 26 Nov 2015 11:23:43 +0000
with message-id <[email protected]>
and subject line Bug#670194: fixed in wyrd 1.4.6-1
has caused the Debian Bug report #670194,
regarding [PATCH] wyrd: 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.)


-- 
670194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670194
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wyrd
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

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From 4d4162cf789b08ed4130792f881bcc6a46e6378a Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Tue, 24 Apr 2012 00:25:10 +0300
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                                     |   11 +++++++++++
 debian/compat                                        |    2 +-
 debian/control                                       |    6 +++---
 debian/copyright                                     |    2 +-
 debian/doc-base                                      |    2 +-
 debian/patches/00list                                |    1 -
 debian/patches/{01_editor.dpatch => 01-editor.patch} |   18 +++++++++---------
 debian/patches/series                                |    1 +
 debian/rules                                         |    1 -
 debian/source/format                                 |    1 +
 10 files changed, 28 insertions(+), 17 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_editor.dpatch => 01-editor.patch} (66%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index b4d7dfe..15b6de1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+wyrd (1.4.4-1.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.
+  * Patch 01: update with "quilt refresh" to make it apply cleanly.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix doc-base-unknown-section (Lintian); set to Office.
+
+ -- Jari Aalto <[email protected]>  Tue, 24 Apr 2012 00:24:51 +0300
+
 wyrd (1.4.4-1) unstable; urgency=low
 
   * New upstream release that address temporary file vulnerability
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 545f2c3..637e406 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: wyrd
 Section: utils
 Priority: optional
 Maintainer: Kevin Coyner <[email protected]>
-Build-Depends: debhelper (>= 5.0), autotools-dev, camlp4, cdbs (>=0.4.39), remind (>= 03.00.24), dpatch, libncursesw5-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 9), autotools-dev, camlp4, cdbs (>=0.4.39), remind (>= 03.00.24), libncursesw5-dev
+Standards-Version: 3.9.3
 Homepage: http://pessimization.com/software/wyrd/
 
 Package: wyrd
 Architecture: any
-Depends: ${shlibs:Depends}, remind (>= 03.00.24), less
+Depends: ${misc:Depends}, ${shlibs:Depends}, remind (>= 03.00.24), less
 Description: text-based calendar application
  Wyrd acts as an ncurses-based frontend for remind, a scheduler
  application featuring sophisticated date calculation, moon phases,
diff --git a/debian/copyright b/debian/copyright
index 274e5a2..3a3a626 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,4 +23,4 @@ License:
    Foundation, 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/doc-base b/debian/doc-base
index 5092cd9..4a94ec6 100644
--- a/debian/doc-base
+++ b/debian/doc-base
@@ -3,7 +3,7 @@ Title: Wyrd Usage and Configuration Manual
 Author: Paul Pelzl <[email protected]>
 Abstract: This manual describes the usage and configuration of wyrd
  the free text-based scheduler application
-Section: Apps/Tools
+Section: Office
 
 Format: HTML
 Index: /usr/share/doc/wyrd/manual.html
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index f1ecb67..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_editor
diff --git a/debian/patches/01_editor.dpatch b/debian/patches/01-editor.patch
similarity index 66%
rename from debian/patches/01_editor.dpatch
rename to debian/patches/01-editor.patch
index 48b71e2..d8ec55f 100644
--- a/debian/patches/01_editor.dpatch
+++ b/debian/patches/01-editor.patch
@@ -1,16 +1,16 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_editor_patch.dpatch by Kevin Coyner <[email protected]>
-## Original diff by Frank Terbeck
-##
-## DP: editorpatch
+From: Kevin Coyner <[email protected]>
+Subject: editorpatch
 
-@DPATCH@
 
---- wyrd-1.4.1.orig/wyrdrc  2006-11-27 11:42:27.000000000 +0100
-+++ wyrd-1.4.1/wyrdrc	2006-11-27 11:42:35.000000000 +0100
+---
+ wyrdrc |    6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+--- a/wyrdrc
++++ b/wyrdrc
 @@ -5,11 +5,11 @@
  # the default reminder file to display
- set reminders_file="~/.reminders"
+ set reminders_file="$HOME/.reminders"
  # command for editing an old appointment, given a line number %line% and filename %file%
 -set edit_old_command="$EDITOR +%line% %file%"
 +set edit_old_command="${VISUAL:-$EDITOR} +%line% %file%"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e1eb9c0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-editor.patch
diff --git a/debian/rules b/debian/rules
index 97e94d7..2ee9882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-utf8
 
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.10


--- End Message ---
--- Begin Message ---
Source: wyrd
Source-Version: 1.4.6-1

We believe that the bug you reported is fixed in the latest version of
wyrd, 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.
Rhonda D'Vine <[email protected]> (supplier of updated wyrd 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: SHA256

Format: 1.8
Date: Thu, 26 Nov 2015 11:12:23 +0100
Source: wyrd
Binary: wyrd
Architecture: source amd64
Version: 1.4.6-1
Distribution: unstable
Urgency: medium
Maintainer: Kevin Coyner <[email protected]>
Changed-By: Rhonda D'Vine <[email protected]>
Description:
 wyrd       - text-based calendar application
Closes: 481233 526901 561543 615982 616157 670194 735832
Changes:
 wyrd (1.4.6-1) unstable; urgency=medium
 .
   * New upstream release (closes: #615982), which fixes:
     - FTBFS with newer ocaml (closes: #735832)
     - Typos in manpage fixed (closes: #561543)
     - Updated CONTACT INFO (closes: #481233)
   * Convert debian/rules to dh style and source 3.0 (quilt).  Thanks to bzed
     and weasel for help with that.
   * Added some additional suggestions from Jari Aalto (closes: #670194)
   * Bump compat to 9, Standards-Version to 3.9.6.
   * Add debian/source/format, switch debian/patches to quilt.
   * Use sensible-editor instead of ${VISUAL:-EDITOR} in wyrdrc
     (closes: #616157)
   * Support $DOTREMINDERS in the default wyrdrc (closes: #526901)
   * Adding myself to Uploaders.
Checksums-Sha1:
 bcb35f11e15a11b46baaee7c11f6108fdd84fe8c 1771 wyrd_1.4.6-1.dsc
 aaeca29b844825f45aadcf5207f4d1c875e4dc82 425829 wyrd_1.4.6.orig.tar.gz
 315765f973ce647cbff55d8bf603264dabbd975f 5004 wyrd_1.4.6-1.debian.tar.xz
 20c54c347f077b11e8d30fea22bc77395afbf5f7 425342 wyrd_1.4.6-1_amd64.deb
Checksums-Sha256:
 552affcdbe9eee1a1ca073017dc045784d8d0eb3c29d07d564bef69cf46ec863 1771 
wyrd_1.4.6-1.dsc
 b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e 425829 
wyrd_1.4.6.orig.tar.gz
 da8bd93d78885021f95f71b5a4dfffa9804ed5baf5904a32b5b24afe5cd0fd01 5004 
wyrd_1.4.6-1.debian.tar.xz
 f0f63d75cf5498707503e8694b9913a7d1eef0f96a22d435dec57f0d558d3f24 425342 
wyrd_1.4.6-1_amd64.deb
Files:
 32fb98efbfaf780940cb12095c57475b 1771 utils optional wyrd_1.4.6-1.dsc
 2fc561482fdac4daac0cb6735d934ebe 425829 utils optional wyrd_1.4.6.orig.tar.gz
 0323cfa25fde94fab322bbdb9b2c229e 5004 utils optional wyrd_1.4.6-1.debian.tar.xz
 4cf0046bdbe2dc0c9af113cbbabc624d 425342 utils optional wyrd_1.4.6-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWVufVAAoJEN7oBD7hfrswTpcQAKRLf4qQNgHjH77mveW/3ZTR
TtKCmJDuwgneNP7LG91yaDmKH0i4ZInMs0uDZ0MIXsMrSzSIK5+uDbVC/XPXeT+m
M+G/O3LXH2I9PkjKFhsowrPsc9Dd9x37iS6hFuStjeKehx50AHAyXLBoy3a7CLpr
P0OXo7t79tq5PFsdBIsC72c7zt6MEZff+vchHo/T/YXMCHF1Gp+VcFNHWAxYf3FH
+wJCGdDTDC+4Aw+1GFHSuGETdkaytYMw7lc/6ExqMP0UKoQqDOh3zet+vaNvMSmi
4+h6ihafhd6WgxTampb4hTbITzbWLb81nUZqp6r53epNYjfQM4O+JH6y9mgN2jzb
mZYmr6nuBR3MdmjnQQMycBTdnVPZOH7XGJ+lNYwX22b6OHxAd7U4VAebRjocIuyO
ZzQ8hpOYWM4qA3Lz0L56Q7Ca3QIWy8fhdWN7GJdUFlo8TpYScDu6fhs0/h3qMoQq
gKBfiMoSBcLiM5Jccic22dBqX5mgumgIdF4JaZAriyUfta1c/6oG/Y1pYRadwNHU
/89H1XivbMxfQ7lI1wFr4p/Vyqt3Bi/IswTeQf9Oe6hUjiNx+iEtkaC43DT8NUBZ
fy3AsaLfAEVFrY1Pga/dKZ9mUVmnocZHNl5yC52v1Kn8B7dIZ3+TBGs/F2n11hgF
HgS+FOwm7nZuz4ZPycRN
=qDDZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to