debian/0000755000000000000000000000000012233360245007166 5ustar debian/source/0000755000000000000000000000000012167665117010502 5ustar debian/source/format0000644000000000000000000000001412167665117011710 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000041012167664757011365 0ustar 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. debian/control0000644000000000000000000000135312233357555010605 0ustar Source: winwrangler Section: gnome Priority: optional Maintainer: Nobuhiro Iwamatsu Build-Depends: debhelper (>= 9), libgtk2.0-dev (>= 2.12), libwnck-dev (>= 2.22), libgtkhotkey-dev (>= 0.2), intltool, autotools-dev Standards-Version: 3.9.4 Homepage: http://launchpad.net/winwrangler Vcs-Git: git://anonscm.debian.org/collab-maint/winwrangler.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/winwrangler.git;a=summary Package: winwrangler Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Daemon for manipulating windows (tiled layout, etc.) Manipulations not commonly found in window managers. This package contains support for the '2/3 layout', 'tile' and 'expand' actions. debian/watch0000644000000000000000000000047612167675276010251 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ http://launchpad.net/winwrangler (?:.*/)?winwrangler[_\-\.]?(\d\S*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # Bart Martens Sun, 30 Dec 2012 13:21:59 +000 debian/copyright0000644000000000000000000000161412167665117011137 0ustar This package was debianized by Nobuhiro Iwamatsu on Mon, 28 Sep 2009 13:15:06 +0900 Upstream Author: Mikkel Kamstrup Erlandsen Copyright: Copyright (C) 2008 Mikkel Kamstrup Erlandsen Copyright (C) 2008 Alessio 'molok' Bolognino License: GPL-3 The Debian packaging is: Copyright (C) 2009 Nobuhiro Iwamatsu # Please chose a license for your packaging work. If the program you package # uses a mainstream license, using the same license is the safest choice. # Please avoid to pick license terms that are more restrictive than the # packaged work, as it may make Debian's contributions unacceptable upstream. # If you just want it to be GPL version 3, leave the following lines in. and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/winwrangler.10000644000000000000000000000212312167665117011621 0ustar .TH WINWRANGLER "1" "Dec 2009" .SH NAME winwrangler \- Small desktop daemon to perform advanced window .SH SYNOPSIS .B winwrangler .SH DESCRIPTION Manipulations not commonly found in window managers. This package contains support for the 'tile' and 'expand' actions. Disclaimer: This package is based on a very early release of WinWrangler and should not be considered production ready by a long shot. .SH USAGE .TP winwrangler [OPTION...] .SH HELP OPTION \-h, \-\-help Show help options \-\-help-all Show all help options \-\-help-gtk Show GTK+ Options .SH APPLICATION OPTIONS: \-l, \-\-layout The layout function to apply \-\-layouts Print a list of layout functions \-t, \-\-tray Add an icon in the system tray. This implies --daemon \-d, \-\-daemon Run a background process listening for hotkey events \-\-display=DISPLAY X display to use .SH AUTHOR This manual page was written by Nobuhiro Iwamatsu , for the Debian GNU/Linux system (but may be used by others). debian/rules0000755000000000000000000000065112233357040010247 0ustar #!/usr/bin/make -f %: dh $@ --with autotools_dev override_dh_install: rm -rf debian/winwrangler/usr/share/doc/winwrangler/COPYING \ debian/winwrangler/usr/share/doc/winwrangler/INSTALL rm -rf debian/winwrangler/usr/share/doc/winwrangler/COPYING.gz \ debian/winwrangler/usr/share/doc/winwrangler/INSTALL.gz install -m 644 -D debian/winwrangler.desktop \ debian/winwrangler/usr/share/winwrangler/winwrangler.desktop debian/winwrangler.desktop0000644000000000000000000000044612167665117013140 0ustar [Desktop Entry] Type=Application Name=Winwrangler Comment=Perform advanced window manipulation Comment[fr]=Effectuer manipulations avancées sur les fenêtres Comment[ja]=高度なウィンドウ操作 Icon=winwrangler TryExec=winwrangler Exec=winwrangler -t Terminal=false Categories=Utility; debian/source.lintian-overrides0000644000000000000000000000017412167666065014067 0ustar source: outdated-autotools-helper-file config.guess 2009-04-27 source: outdated-autotools-helper-file config.sub 2009-04-17 debian/compat0000644000000000000000000000000212167665117010400 0ustar 9 debian/manpages0000644000000000000000000000002512167665117010715 0ustar debian/winwrangler.1 debian/changelog0000644000000000000000000000331612233357634011053 0ustar winwrangler (0.2.4-5) unstable; urgency=low * Fix build on AArch64 port. (Closes: #728001) * Update debian/control. - Add autotools-dev to Build-Depends. - Add Vcs-Git and Vcs-Browser field. * Update debian/rules. - Add autotools_dev to dh. -- Nobuhiro Iwamatsu Mon, 28 Oct 2013 12:44:24 +0900 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. -- Nobuhiro Iwamatsu Fri, 12 Jul 2013 12:36:07 +0900 winwrangler (0.2.4-3) unstable; urgency=low * Update debian/control. Update package description. (Closes: #566679 #566680) Thanks to Tollef Fog Heen. * Add Japanese po file. -- Nobuhiro Iwamatsu Mon, 01 Feb 2010 21:53:50 +0900 winwrangler (0.2.4-2) unstable; urgency=low * Update debian/control. - Add intltool to Build-Depends. (Closes: #566066) -- Nobuhiro Iwamatsu Thu, 21 Jan 2010 08:35:36 +0900 winwrangler (0.2.4-1) unstable; urgency=low * Initial release. (Closes: #565354) -- Nobuhiro Iwamatsu Fri, 15 Jan 2010 22:53:25 +0900 debian/patches/0000755000000000000000000000000012167665117010631 5ustar debian/patches/02_ja.po.dpatch0000644000000000000000000000345312167664757013344 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## 02_ja.po.dpatch by Nobuhiro Iwamatsu ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @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 @@ -0,0 +1,32 @@ +# Dutch translation for WinWrangler +# +# This file is distributed under the same license as the winwrangler package. +# +# Wouter Bolsterlee , 2008. +# +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 \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 "ホットキーイベントをチェックするバックグラウンドプロセスを走らせてください" debian/patches/10-gcc4.7.patch0000644000000000000000000000102612167665117013054 0ustar From: Jari Aalto Subject: Gcc 4.7 fix Origin: vendor Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670540 Forwarded: https://bugs.launchpad.net/winwrangler/+bug/1200078 Last-Update: 2013-07-11 --- winwrangler-0.2.4.orig/src/main.c +++ winwrangler-0.2.4/src/main.c @@ -121,7 +121,7 @@ main (int argc, char *argv[]) !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; } debian/patches/00list0000644000000000000000000000005512167664757011700 0ustar #01_doc_install_path.dpatch #02_ja.po.dpatch debian/patches/02-ja.po.patch0000644000000000000000000000250012167665117013075 0ustar 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 @@ -0,0 +1,32 @@ +# Dutch translation for WinWrangler +# +# This file is distributed under the same license as the winwrangler package. +# +# Wouter Bolsterlee , 2008. +# +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 \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 "ホットキーイベントをチェックするバックグラウンドプロセスを走らせてください" debian/patches/04-linguas.patch0000644000000000000000000000044312167665117013536 0ustar From: Nobuhiro Iwamatsu 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 debian/patches/series0000644000000000000000000000011312167665117012041 0ustar #01-doc-install-path.patch 02-ja.po.patch 04-linguas.patch 10-gcc4.7.patch debian/patches/01_doc_install_path.dpatch0000644000000000000000000000104412167665117015624 0ustar From: Nobuhiro Iwamatsu Subject: Adjust document file list for install 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 @@ -1,11 +1,9 @@ SUBDIRS = src po data -winwranglerdocdir = ${prefix}/doc/winwrangler +winwranglerdocdir = ${prefix}/share/doc/winwrangler winwranglerdoc_DATA = \ README \ - COPYING \ AUTHORS \ - INSTALL \ NEWS \ HACKING