Your message dated Fri, 12 Jul 2013 03:49:31 +0000
with message-id <[email protected]>
and subject line Bug#670540: fixed in winwrangler 0.2.4-4
has caused the Debian Bug report #670540,
regarding [PATCH] winwrangler: 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.)


-- 
670540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670540
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: winwrangler
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 f767eddcf20fdd5e949927feb6b7bb3f7c893851 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Thu, 26 Apr 2012 17:09:20 +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/README.source                               |    8 -----
 debian/changelog                                   |   12 ++++++++
 debian/compat                                      |    2 +-
 debian/control                                     |    4 +--
 debian/patches/00list                              |    2 --
 ...stall_path.dpatch => 01-doc-install-path.patch} |    8 ++---
 debian/patches/{02_ja.po.dpatch => 02-ja.po.patch} |   14 ++-------
 debian/patches/04-linguas.patch                    |    9 ++++++
 debian/patches/10-gcc4.7.patch                     |   18 +++++++++++
 debian/patches/series                              |    4 +++
 debian/source/format                               |    1 +
 po/LINGUAS                                         |    2 +-
 po/ja.po                                           |   32 --------------------
 13 files changed, 52 insertions(+), 64 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_doc_install_path.dpatch => 01-doc-install-path.patch} (67%)
 rename debian/patches/{02_ja.po.dpatch => 02-ja.po.patch} (77%)
 create mode 100644 debian/patches/04-linguas.patch
 create mode 100644 debian/patches/10-gcc4.7.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 delete mode 100644 po/ja.po

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index a194d50..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,8 +0,0 @@
-README.source
-
-The source package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in debian/patches
-and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-
diff --git a/debian/changelog b/debian/changelog
index 93a263e..a3f43d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+winwrangler (0.2.4-3.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.
+  * Patches
+    - (02): reformatted; in-line changes to original sources.
+      (04): new; in-line changes to original sources.
+    - (10): new; Gcc 4.7 format string fix.
+
+ -- Jari Aalto <[email protected]>  Thu, 26 Apr 2012 16:44:53 +0300
+
 winwrangler (0.2.4-3) unstable; urgency=low
 
   * Update debian/control.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index f14fdf9..7320d71 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: winwrangler
 Section: gnome
 Priority: optional
 Maintainer: Nobuhiro Iwamatsu <[email protected]>
-Build-Depends: dpatch, debhelper (>= 7.0.50), libgtk2.0-dev (>= 2.12),
+Build-Depends: debhelper (>= 9), libgtk2.0-dev (>= 2.12),
 	libwnck-dev (>= 2.22), libgtkhotkey-dev (>= 0.2), intltool
-Standards-Version: 3.8.3
+Standards-Version: 3.9.3
 Homepage: http://launchpad.net/winwrangler
 
 Package: winwrangler
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 64d90b0..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-#01_doc_install_path.dpatch
-#02_ja.po.dpatch
diff --git a/debian/patches/01_doc_install_path.dpatch b/debian/patches/01-doc-install-path.patch
similarity index 67%
rename from debian/patches/01_doc_install_path.dpatch
rename to debian/patches/01-doc-install-path.patch
index 2140db0..5351fa4 100644
--- a/debian/patches/01_doc_install_path.dpatch
+++ b/debian/patches/01-doc-install-path.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_doc_install_path.dpatch by Nobuhiro Iwamatsu <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+From: Nobuhiro Iwamatsu <[email protected]>
+Subject: Adjust document file list for install
 
-@DPATCH@
 diff -urNad winwrangler-0.2.3~/Makefile.am winwrangler-0.2.3/Makefile.am
 --- winwrangler-0.2.3~/Makefile.am	2009-09-28 17:06:27.000000000 +0900
 +++ winwrangler-0.2.3/Makefile.am	2009-09-28 17:08:02.000000000 +0900
diff --git a/debian/patches/02_ja.po.dpatch b/debian/patches/02-ja.po.patch
similarity index 77%
rename from debian/patches/02_ja.po.dpatch
rename to debian/patches/02-ja.po.patch
index 123e2b6..709f60d 100644
--- a/debian/patches/02_ja.po.dpatch
+++ b/debian/patches/02-ja.po.patch
@@ -1,17 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_ja.po.dpatch by Nobuhiro Iwamatsu <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+From: Nobuhiro Iwamatsu <[email protected]>
+Subject: New Japan translation file
 
-@DPATCH@
 diff -urNad winwrangler-0.2.3~/po/LINGUAS winwrangler-0.2.3/po/LINGUAS
---- winwrangler-0.2.3~/po/LINGUAS	2009-09-17 03:30:24.000000000 +0900
-+++ winwrangler-0.2.3/po/LINGUAS	2009-09-28 17:07:36.000000000 +0900
-@@ -1,2 +1,2 @@
- # Please keep this list sorted alphabetically
--nl
-+nl ja
 diff -urNad winwrangler-0.2.3~/po/ja.po winwrangler-0.2.3/po/ja.po
 --- winwrangler-0.2.3~/po/ja.po	1970-01-01 09:00:00.000000000 +0900
 +++ winwrangler-0.2.3/po/ja.po	2009-09-28 17:07:36.000000000 +0900
diff --git a/debian/patches/04-linguas.patch b/debian/patches/04-linguas.patch
new file mode 100644
index 0000000..548450e
--- /dev/null
+++ b/debian/patches/04-linguas.patch
@@ -0,0 +1,9 @@
+From: Nobuhiro Iwamatsu <[email protected]>
+Subject: Add Japan translation
+
+--- winwrangler-0.2.3~/po/LINGUAS	2009-09-17 03:30:24.000000000 +0900
++++ winwrangler-0.2.3/po/LINGUAS	2009-09-28 17:07:36.000000000 +0900
+@@ -1,2 +1,2 @@
+ # Please keep this list sorted alphabetically
+-nl
++nl ja
diff --git a/debian/patches/10-gcc4.7.patch b/debian/patches/10-gcc4.7.patch
new file mode 100644
index 0000000..9719061
--- /dev/null
+++ b/debian/patches/10-gcc4.7.patch
@@ -0,0 +1,18 @@
+From: Jari Aalto <[email protected]>
+Subject: Gcc 4.7 fix
+
+---
+ src/main.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/main.c
++++ b/src/main.c
+@@ -121,7 +121,7 @@
+ 			 !run_tray)
+ 	{
+ 		gchar *help_msg = g_option_context_get_help (options, TRUE, NULL);
+-		g_print (help_msg);
++		g_print ("%s", help_msg);
+ 		g_free (help_msg);
+ 		return 1;
+ 	}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..869215f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,4 @@
+#01-doc-install-path.patch
+02-ja.po.patch
+04-linguas.patch
+10-gcc4.7.patch
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)
diff --git a/po/LINGUAS b/po/LINGUAS
index dd3a430..1dcf4c0 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,2 +1,2 @@
 # Please keep this list sorted alphabetically
-nl ja
+nl
diff --git a/po/ja.po b/po/ja.po
deleted file mode 100644
index b0bd399..0000000
--- a/po/ja.po
+++ /dev/null
@@ -1,32 +0,0 @@
-# Dutch translation for WinWrangler
-#
-# This file is distributed under the same license as the winwrangler package.
-#
-# Nobuhiro Iwamatsu <[email protected]> 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: WinWrangler\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-19 16:40+0100\n"
-"PO-Revision-Date:2009-11-28 16:10:07+0900\n"
-"Last-Translator: Nobuhiro Iwamatsu <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../src/main.c:62
-msgid "The layout function to apply"
-msgstr "適用するレイアウト機能"
-
-#: ../src/main.c:64
-msgid "Print a list of layout functions"
-msgstr "レイアウト機能一覧を表示"
-
-#: ../src/main.c:66
-msgid "Add an icon in the system tray. This implies --daemon"
-msgstr "システムトレイにアイコンを追加します。--daemon を意味します。"
-
-#: ../src/main.c:68
-msgid "Run a background process listening for hotkey events"
-msgstr "ホットキーイベントをチェックするバックグラウンドプロセスを動作させます"
-- 
1.7.10


--- End Message ---
--- Begin Message ---
Source: winwrangler
Source-Version: 0.2.4-4

We believe that the bug you reported is fixed in the latest version of
winwrangler, 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.
Nobuhiro Iwamatsu <[email protected]> (supplier of updated winwrangler 
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: Fri, 12 Jul 2013 12:36:07 +0900
Source: winwrangler
Binary: winwrangler
Architecture: source amd64
Version: 0.2.4-4
Distribution: unstable
Urgency: low
Maintainer: Nobuhiro Iwamatsu <[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Description: 
 winwrangler - Daemon for manipulating windows (tiled layout, etc.)
Closes: 650410 670540 683430
Changes: 
 winwrangler (0.2.4-4) unstable; urgency=low
 .
   * Applied patch from Jari Aalto. Thanks! (Closes: #670540)
   * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
   * Update to Standards-Version to 3.9.4 and debhelper to 9.
   * Update short description. Thanks to Teemu Hukkanen. (Closes: #650410)
   * Add .desktop. Thanks to nodiscc. (Closes: #683430)
   * Add debian/source.lintian-overrides.
     This ignores the warning of outdated-autotools-helper-file.
   * Add watch file. Thanks to Bart Martens.
   * Patches
     - (02): reformatted; in-line changes to original sources.
       (04): new; in-line changes to original sources.
     - (10): new; Gcc 4.7 format string fix.
Checksums-Sha1: 
 1668172db261c1575b068368dc5af6d4cec74889 1821 winwrangler_0.2.4-4.dsc
 3ccded77a36778e05dbb35894658c7668251f17b 4452 winwrangler_0.2.4-4.debian.tar.gz
 a8ad7ecd00c60184149427a3ed333d19529cc1cf 30698 winwrangler_0.2.4-4_amd64.deb
Checksums-Sha256: 
 26cbd4e7f8d99e6dc7bce2feb308d61f1e3bd8cad9a6882c565eda5b6fd309ec 1821 
winwrangler_0.2.4-4.dsc
 1e779566214dd3c212017430b48a7d038702018790b60dc163c0a799376db8a1 4452 
winwrangler_0.2.4-4.debian.tar.gz
 a7e9692ae6c6ffb813514c5ca3f23b58bfa1c45ab168a71ddfea2372d29c8369 30698 
winwrangler_0.2.4-4_amd64.deb
Files: 
 61ce860d7eea8cf0911186586cb3ec7e 1821 gnome optional winwrangler_0.2.4-4.dsc
 bb717431bd67254a030caf8a72b0bbce 4452 gnome optional 
winwrangler_0.2.4-4.debian.tar.gz
 6ee921ad3b232642c8b49f18caab0aa2 30698 gnome optional 
winwrangler_0.2.4-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJR33qdAAoJEDIkf7tArR+ms8wP/21JPd4Cd331zWAHdZ4u05EK
rtaR4z2u6UhyOibB4TfVbh1kPlR2NqYc9PCcdHmc9c2gYAooOuF9TCG1RjNVlDu2
FQgDHWhAQXs1t1ytfGWMrSgqsjQBDz+flBYbfZT/74yJTpN8TzVYJo/iRljMskXf
ZMljnL8Xz5cnQIvj6cWXoa99eGdaGZ2dnPtkD1jyF9577HKq5LGjLgKT0WdVrlM5
X/JN66ermIO5Fi9dXT9gYjdp+DGtoKmM+zHPb87IK0wsTN6vmehxlNcs++Qb2xJF
7UiozwD2Y9BhX6LYzLiGyaT0/NWp/WQPIM3HO1ZAX02TSPaEBJVZBL1A0lvkMoyK
V5UaWH1cLe0wylZyBP9QMT0Aa4P5zuui9kaTNM0+vjI7hbSneIgEZSxohvq2jRkI
BnGLY6qzpSLYKSBkLSZGwBXGXVto1q2Ohi9OuNaeuOy0G1CT/LC6BnFI7ey0B/WQ
fTusWhWzsEFc0900zA1GsUUz8DlX2S6ujcyG/aYgBNdqdRZeGdd6/97AD/R6Kauy
IcVRlNEtw3jyXdeVrTiwll0GdDlTDRuyPqnndceq5KV8J080B6s9tgECeaKMPPRz
YtUr3gdhnBK2JnuY/NLPSsPShYCzEjaoBvINei4MH8l0rYJHtKqd2WeqBfxBQRqC
kEpJKp7CuGfG+tClxq8X
=f1g7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to