debian/0000755000000000000000000000000012120022725007157 5ustar debian/changelog0000644000000000000000000000320412120022725011030 0ustar qwbfsmanager (1.2.1-1.1build1) raring; urgency=low * No-change rebuild against libudev1 -- Martin Pitt Wed, 13 Mar 2013 07:08:05 +0000 qwbfsmanager (1.2.1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with recent qmake Patch by: Filipe AZEVEDO Closes: #672048 * Fix FTBFS with gcc-4.7 Patch by: Ilya Barygin Closes: #677930 -- Evgeni Golov Fri, 06 Jul 2012 08:38:04 +0200 qwbfsmanager (1.2.1-1) unstable; urgency=low * New upstream release. (Closes: #626681) * Drop fix_598885.patch - merged upstream. * Add no_rpath.patch - fesh is linked statically. * Update debian/control: - add libudev-dev [linux-any] build dependency. - set architecture to linux-any. - mention "Wii Backup Filesystem" in the long description. (Closes: #587805) * Update debian/rules: - override dh_auto_install to install qwbfsmanager files only. * Add debian/README.Debian: mention group requirements for users. (Closes: #626683) * Provide a Debian menu file. (Closes: #653353) -- Fathi Boudra Sat, 31 Dec 2011 15:51:03 +0200 qwbfsmanager (1.1.0-1) unstable; urgency=low * New upstream release: - relicensed to GPL2 (Closes: #587384) * Bump Standards-Version to 3.9.0 (no changes needed). * Update debian/copyright according to upstream license changes. -- Fathi Boudra Wed, 30 Jun 2010 15:32:04 +0300 qwbfsmanager (1.0.3-1) unstable; urgency=low * Initial release (Closes: #586640) -- Fathi Boudra Wed, 16 Jun 2010 11:34:26 +0300 debian/menu0000644000000000000000000000017711677614262010076 0ustar ?package(qwbfsmanager): \ needs="X11" \ section="Games/Tools" \ title="qwbfsmanager" \ command="/usr/bin/qwbfsmanager" debian/rules0000755000000000000000000000033611677632416010265 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --parallel override_dh_auto_install: dh_auto_install -- -C qwbfs find debian/qwbfsmanager -type f -name 'fresh-*.qm' -delete debian/README.Debian0000644000000000000000000000026611677614307011247 0ustar QWBFS Manager for Debian ------------------------ "disk" group membership is needed to be able to open devices. -- Fathi Boudra Sat, 31 Dec 2011 16:03:09 +0200 debian/control0000644000000000000000000000123511677631727010613 0ustar Source: qwbfsmanager Section: utils Priority: extra Maintainer: Filipe Azevedo Uploaders: Fathi Boudra Build-Depends: debhelper (>= 8.0.0), libqt4-dev (>= 4:4.6.0), libssl-dev, libudev-dev [linux-any], libxext-dev Standards-Version: 3.9.2 Homepage: http://code.google.com/p/qwbfs/ Package: qwbfsmanager Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} Description: graphical file manager for the WBFS filesystem QWBFS Manager is a graphical user interface (GUI) for working with the Wii Backup Filesystem (WBFS) filesystem formatted hard disk drive. debian/copyright0000644000000000000000000000371311677631727011146 0ustar This work was packaged for Debian by: Fathi Boudra on Wed, 16 Jun 2010 11:34:26 +0300 It was downloaded from: http://code.google.com/p/qwbfs/ Upstream Author: Filipe Azevedo Copyright: Copyright (C) 2010 Filipe Azevedo Copyright for libwbfs: Copyright (C) 2009 Kwiirk Copyright (C) 2007-2008 Segher Boessenkool Licensed under the terms of the GNU GPL, version 2 http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see In addition, as a special exception, the copyright holders give permission to link this program with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU General Public License in all respects for all of the code used other than "OpenSSL". If you modify file(s), you may extend this exception to your version of the file(s), but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". The Debian packaging is: Copyright (C) 2010 Fathi Boudra and is licensed under the GPL version 2, see above. debian/source/0000755000000000000000000000000011677611500010472 5ustar debian/source/format0000644000000000000000000000001411677611500011700 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011775645276010641 5ustar debian/patches/fix_qmake_replace.patch0000644000000000000000000000437411775645276015331 0ustar From: "Filipe AZEVEDO (Nox P@sNox)" Date: Sun, 11 Mar 2012 20:13:14 +0100 Subject: [PATCH] Fix slash / backslash replace in qmake project Origin: upstream Based on upstream commit https://github.com/pasnox/fresh/commit/ae40018bcd80ead2dcdefc0af63a92e50f69b3f6 Index: qwbfsmanager-1.2.1/fresh/installs.pri =================================================================== --- qwbfsmanager-1.2.1.orig/fresh/installs.pri 2011-04-03 22:45:01.000000000 +0200 +++ qwbfsmanager-1.2.1/fresh/installs.pri 2012-07-06 22:28:41.738945741 +0200 @@ -42,7 +42,7 @@ win32:!win32_crossbuild:fresh_core_headers.files *= $$system( for /R src/core %i in (*.h) do @echo %i ) else:fresh_core_headers.files *= $$system( find src/core -name '*.h' ) - fresh_core_headers.files = $$replace( fresh_core_headers.files, "\\\\", "/" ) + fresh_core_headers.files = $$replace( fresh_core_headers.files, $$BACKSLASH, $SLASH ) # gui headers fresh_gui_headers.path = $$FRESH_INSTALL_HEADERS/FreshGui @@ -50,7 +50,7 @@ win32:!win32_crossbuild:fresh_gui_headers.files *= $$system( for /R src/gui %i in (*.h) do @echo %i ) else:fresh_gui_headers.files *= $$system( find src/gui -name '*.h' ) - fresh_gui_headers.files = $$replace( fresh_gui_headers.files, "\\\\", "/" ) + fresh_gui_headers.files = $$replace( fresh_gui_headers.files, $$BACKSLASH, $SLASH ) # generate fresh.prf # remove old one if needed Index: qwbfsmanager-1.2.1/fresh/functions.pri =================================================================== --- qwbfsmanager-1.2.1.orig/fresh/functions.pri 2011-04-03 22:45:01.000000000 +0200 +++ qwbfsmanager-1.2.1/fresh/functions.pri 2012-07-06 22:29:46.243526956 +0200 @@ -4,6 +4,9 @@ win32:!isEqual( Q_OS, "windows" ):CONFIG *= win32_crossbuild +SLASH = "/" +BACKSLASH = $$escape_expand( "\\" ) + # lupdate/lrelease too buggy ( not full qmake interpreter ), so avoid functions def in this case isEmpty( translations_pass ) { # return the list of directories recursively from a given path ($$1) @@ -21,7 +24,7 @@ _q_folders = $$system( $$command ) _q_folders *= $$1 - _q_folders = $$replace( _q_folders, "\\\\", "/" ) + _q_folders = $$replace( _q_folders, $$BACKSLASH, $SLASH ) # loop paths for( q_folder, _q_folders ) { debian/patches/series0000644000000000000000000000006511775644763012057 0ustar no_rpath.patch fix_qmake_replace.patch gcc-4.7.patch debian/patches/gcc-4.7.patch0000644000000000000000000000144611775644763012731 0ustar Description: fix compilation with gcc 4.7 Author: Ilya Barygin --- qwbfsmanager-1.2.1.orig/fresh/src/gui/environmentvariablemanager/pEnvironmentVariablesModel.cpp +++ qwbfsmanager-1.2.1/fresh/src/gui/environmentvariablemanager/pEnvironmentVariablesModel.cpp @@ -225,12 +225,12 @@ pEnvironmentVariablesModel::Variables pE const QString name = variable.section( '=', 0, 0 ); const QString value = variable.section( '=', 1 ); - pEnvironmentVariablesModel::Variable variable; - variable.name = name; - variable.value = value; - variable.enabled = true; + pEnvironmentVariablesModel::Variable variable2; + variable2.name = name; + variable2.value = value; + variable2.enabled = true; - items[ name ] = variable; + items[ name ] = variable2; } return items; debian/patches/no_rpath.patch0000644000000000000000000000100011677631243013451 0ustar --- qwbfs/qwbfs.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/qwbfs/qwbfs.pro +++ b/qwbfs/qwbfs.pro @@ -42,7 +42,6 @@ fresh { FRESH_SOURCES_PATHS = $$getFolders( $$FRESH_PATH/src ) - QMAKE_RPATHDIR *= $$FRESH_PATH/build macx:LIBS *= -F$$FRESH_PATH/build LIBS *= -L$$FRESH_PATH/build DEFINES *= FRESH_CORE_BUILD @@ -204,4 +203,4 @@ win32 { SOURCES *= src/models/pPartitionModel_win.cpp } -include( installs.pri ) \ No newline at end of file +include( installs.pri ) debian/compat0000644000000000000000000000000211677614324010377 0ustar 8 debian/docs0000644000000000000000000000000711677614340010047 0ustar README