debian/0000775000000000000000000000000011762057355007203 5ustar debian/changelog0000664000000000000000000000202111762057237011047 0ustar qlix (0.2.6-0ubuntu4) quantal; urgency=low * debian/control: Fixed typo in package description for qlix and qlix-dbg. -- Sebastian Carneiro Thu, 31 May 2012 21:24:43 -0300 qlix (0.2.6-0ubuntu3) oneiric; urgency=low * No change rebuild for libmtp9 -- Angel Abad Sun, 10 Jul 2011 19:08:48 +0200 qlix (0.2.6-0ubuntu2) lucid; urgency=low * Switch to debian 3.0 (quilt) format. * debian/patches/01-ftbfs_64bit.patch: On 64-bit architectures, 'int' is 32bit wide but int pointers are 64bit wide. Fixes FTBFS by replacing int with long (LP: #544162). * debian/control: - Bump Standards. - Add missing ${misc:Depends} macro. - Move qlix-dbg to the debug section. * debian/rules: - Don't call dh_desktop, it's deprecated. -- Alessio Treglia Mon, 22 Mar 2010 14:33:37 +0100 qlix (0.2.6-0ubuntu1) intrepid; urgency=low * Initial release (LP: #231721) -- Ali Shah Sat, 26 Jul 2008 15:10:58 -0500 debian/source/0000775000000000000000000000000011762057355010503 5ustar debian/source/format0000664000000000000000000000001411762057237011710 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000124611762057237010265 0ustar #!/usr/bin/make -f makefile: qmake-qt4 -makefile -unix -o Makefile build: makefile dh_testdir make install: makefile build dh_testdir dh_testroot make install clean: makefile dh_testdir dh_testroot make clean rm Makefile if test -e qlix; then rm qlix; fi; dh_clean binary-indep: binary-arch: install dh_testdir dh_testroot dh_installchangelogs -a ChangeLog dh_installdocs -a dh_install dh_installman -a dh_compress -a dh_fixperms -a dh_strip -a --dbg-package=qlix-dbg dh_makeshlibs -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch .PHONY: build install clean binary-indep binary-arch binary debian/copyright0000664000000000000000000000223411762057237011136 0ustar This package was debianized by Ali Shah Mon, 30 Jun 2008 23:31:53 -0500 Upstream Author: Ali Shah Copyright: Copyright (C) 2007-2008 by Ali Shah The files modeltest/modeltest.cpp and modeltest/modeltest.h are Copyright (C) 2007 Trolltech ASA. License: The files that compose this program may be used under the terms of the GNU General Public License version 2.0 as published by the Free Software Foundation and appearing in the file COPYING included in the packaging of this file. This program 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 version 2.0 for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Please see /usr/share/common-licenses/GPL-2 for more details Packaging: Copyright (C) 2007-2008 by Ali Shah released under GPL-2 debian/manpages0000664000000000000000000000000711762057237010715 0ustar qlix.1 debian/compat0000664000000000000000000000000211762057237010400 0ustar 6 debian/qlix.desktop0000664000000000000000000000034511762057237011554 0ustar [Desktop Entry] Name=Qlix Comment=Manage tracks, files, and playlists between a host computer and an MTP device Exec=qlix Terminal=false Type=Application Icon=qlix Categories=Qt;Utility;AudioVideo; GenericName=MTP Device Manager debian/watch0000664000000000000000000000026611762057237010237 0ustar version=3 opts=downloadurlmangle=s/prdownload/download/ \ http://developer.berlios.de/project/showfiles.php?group_id=8728 \ http://prdownload.berlios.de/qlix/qlix_([0-9].+)\.tar\.gz debian/control0000664000000000000000000000227611762057237010614 0ustar Source: qlix Section: x11 Priority: optional Maintainer: Ubuntu Developers Build-Depends: libmtp-dev (>=0.3.0), libtag1-dev, libqt4-dev (>= 4.3), debhelper (>= 6) XSBC-Original-Maintainer: Ali Shah Standards-Version: 3.8.4 Homepage: http://qlix.berlios.de Package: qlix Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Manage MTP devices Qlix is a user interface that allows users to manage Media Transfer Protocol (MTP) devices such as Microsoft's Zune. It strives to leave the smallest possible memory footprint with the fewest possible dependencies, while being easy and intuitive to use. Package: qlix-dbg Architecture: any Depends: ${shlibs:Depends}, libqt4-dbg, qlix, ${misc:Depends} Priority: extra Section: debug Description: Debugging information for the Qlix package Qlix is a user interface that allows users to manage Media Transfer Protocol (MTP) devices such as Microsoft's Zune. It strives to leave the smallest possible memory footprint with the fewest possible dependencies, while being easy and intuitive to use. . This package contains debug information in the event that Qlix crashes. debian/patches/0000775000000000000000000000000011762057355010632 5ustar debian/patches/series0000664000000000000000000000002511762057237012043 0ustar 01-ftbfs_64bit.patch debian/patches/01-ftbfs_64bit.patch0000664000000000000000000000136611762057237014212 0ustar Author: Alessio Treglia Description: On 64-bit architectures, 'int' is 32bit wide but int pointers are 64bit wide. Fixes FTBFS by replacing int with long. Bug: https://bugs.launchpad.net/bugs/544162 --- widgets/QMtpDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- qlix-0.2.6.orig/widgets/QMtpDevice.cpp +++ qlix-0.2.6/widgets/QMtpDevice.cpp @@ -225,7 +225,7 @@ void QMtpDevice::findAndRetrieveDeviceIc MTP::Folder* rootFolder = _device->RootFolder(); count_t fileCount = rootFolder->FileCount(); - QString iconPath = QString("/tmp/QlixDeviceIcon-%1").arg( (int) this); + QString iconPath = QString("/tmp/QlixDeviceIcon-%1").arg( (long) this); MTP::File* iconFile= NULL; for (count_t i = 0; i < fileCount; i++) { debian/qlix.install0000664000000000000000000000013711762057237011550 0ustar qlix /usr/bin pixmaps/qlix.xpm /usr/share/pixmaps debian/qlix.desktop /usr/share/applications