debian/0000755000000000000000000000000011674331410007166 5ustar debian/install0000644000000000000000000000007611343517500010561 0ustar debian/ntfs-config.svg usr/share/icons/hicolor/scalable/apps/ debian/compat0000644000000000000000000000000211306465531010370 0ustar 7 debian/ntfs-config.svg0000644000000000000000000011320610607144247012134 0ustar image/svg+xml Drive - Hard Disk Jakub Steiner hdd hard drive fixed media solid http://jimmac.musichall.cz debian/postrm0000644000000000000000000000077111243326167010447 0ustar #!/bin/sh # postrm script for ntfs-config set -e case "$1" in purge|remove) # Remove any fdi rule that could have been created by the program echo "Removing configuration files created by the program..." rm -f /etc/hal/fdi/policy/20-ntfs-config-write-policy.fdi rm -f /etc/hal/fdi/policy/20-ntfs-config-ro-policy.fdi ;; failed-upgrade|upgrade) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/source/0000755000000000000000000000000011304175245010470 5ustar debian/source/format0000644000000000000000000000001411361017522011672 0ustar 3.0 (quilt) debian/pycompat0000644000000000000000000000000211244743063010741 0ustar 2 debian/patches/0000755000000000000000000000000011424625476010630 5ustar debian/patches/kdesu.patch0000644000000000000000000000143011417362516012755 0ustar --- a/ntfs-config-root.in +++ b/ntfs-config-root.in @@ -53,12 +53,12 @@ desktop = get_desktop() if desktop == "GNOME" and test_cmd("gksu") : auth = "gksu" - elif desktop == "KDE" and test_cmd("kdesu") : - auth = "kdesu" + elif desktop == "KDE" and test_cmd("/usr/lib/kde4/libexec/kdesu") : + auth = "/usr/lib/kde4/libexec/kdesu" elif test_cmd("gksu") : auth = "gksu" - elif test_cmd("kdesu") : - auth = "kdesu" + elif test_cmd("/usr/lib/kde4/libexec/kdesu") : + auth = "/usr/lib/kde4/libexec/kdesu" else : dialog("error", _("No authentication program founds"), \ _("ntfs-config need to be run as root, but I can't find\n" debian/patches/config-root.patch0000644000000000000000000000074511417362510014072 0ustar --- a/ntfs-config-root.in +++ b/ntfs-config-root.in @@ -68,7 +68,7 @@ "the terminal with su or sudo.")) sys.exit() logging.info("Launching %s with %s..." % (PACKAGE, auth)) - os.putenv("%s_user-XAUTHORITY" % PACKAGE, os.environ["XAUTHORITY"]) + #os.putenv("%s_user-XAUTHORITY" % PACKAGE, os.environ["XAUTHORITY"]) argv = [auth, "--", PACKAGE] argv.extend(sys.argv[1:]) os.execvp(auth, argv) debian/patches/desktop.patch0000644000000000000000000000132211417362513013310 0ustar Description: fix patch to icon (icon get from disk-manager) --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Bug-Debian: http://bugs.debian.org/572319 Reviewed-By: Ivan Borzenkov Last-Update: <2010-03-03> --- a/data/ntfs-config.desktop.in.in +++ b/data/ntfs-config.desktop.in.in @@ -2,7 +2,7 @@ Encoding=UTF-8 _Name=NTFS Configuration Tool _Comment=Enable/disable write support for NTFS with a simple click. -Icon=gnome-dev-harddisk +Icon=ntfs-config Exec=@prefix@@EXEC_PATH@/ntfs-config-root Terminal=false Type=Application debian/patches/series0000644000000000000000000000005411424625476012044 0ustar config-root.patch desktop.patch kdesu.patch debian/rules0000755000000000000000000000070511674327310010254 0ustar #!/usr/bin/make -f export PYTHON=/usr/bin/python include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk post-patches:: rm -f configure autoconf install/ntfs-config:: #sed -e 's/^.*bin\/python.*/#!\/usr\/bin\/python/' -i debian/ntfs-config/usr/bin/ntfs-config #sed -e 's/^.*bin\/python.*/#!\/usr\/bin\/python/' -i debian/ntfs-config/usr/sbin/ntfs-config-root dh_pysupport dh_python2 clean:: rm -f configure debian/watch0000644000000000000000000000021411306465105010215 0ustar # Compulsory line, this is a version 3 file version=3 http://flomertens.free.fr/ntfs-config/download.html .*ntfs-config-([\d\.]+)\.tar\.gz debian/copyright0000644000000000000000000000756111424625446011142 0ustar This package was debianized by Florent Mertens on Fri, 12 Jan 2007 02:02:15 +0100. It was downloaded from http://flomertens.free.fr/ntfs-config/ Upstream Author: Florent Mertens Copyright: (C) 2007 Mertens Florent (C) 2004 Sandino Flores Moreno Translate: Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 zh_HK - Abel Cheung , 2007. sk - Jozef Riha , 2007. fr - Mertens Florent , 2007., Ersplus , 2007. Last-Translator: Sukanto Ghosh Antonio Cuñat Alario Petr Halas Martin Pihl Stefanie Koch Ioannis Koniaris Glennji Mason Jonathan Zeppettini Nicholas Wastell skarevoluti jklök amp3030 Florent Mertens N!R ^A^ Sukanto Ghosh Adrian Goll Frigyes Luca Livraghi José Lou C. Young-Ho Cha zolookas Bjorn Heesakkers Yannig MARCHEGAY (Kokoyaya) e.s.t wilson_p_junior Joel calado Alex Bogdan Covaci wiz Malinthe Samarakoon Jose Riha Daniel Nylander konuralp Viet Hung rainofchaos freefallingbody License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. NtfsConfig/SimpleGladeApp.py and NtfsConfig/Fstab/SimpleGladeApp.py: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA On Debian systems, the complete text of the GNU Library General Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. The Debian packaging is (C) 2007, Florent Mertens and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/control0000644000000000000000000000211411674331410010567 0ustar Source: ntfs-config Section: admin Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 7.0.50), autotools-dev, cdbs, python-gtk2-dev, libgtk2.0-dev (>= 2.6), libglade2-dev, python-support, libxml-parser-perl, autoconf, python-dev Standards-Version: 3.9.2 XB-Python-Version: ${python:Versions} Homepage: http://flomertens.free.fr/ntfs-config/ Package: ntfs-config Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, ntfs-3g, ${python:Depends}, udev [linux-any], python-glade2 Suggests: disk-manager XB-Python-Version: ${python:Versions} Description: Enable/disable write support for any NTFS devices This program allow you to easily configure all of your NTFS devices to allow write support via a friendly gui. For that use, it will configure them to use the open source ntfs-3g driver. You'll also be able to easily disable this feature. . It just so happens that this program is a newer and improved version, but very few people know about it. It's better to install the disk-manager. debian/changelog0000644000000000000000000000704711674327632011063 0ustar ntfs-config (1.0.1-10) unstable; urgency=low * QA upload. * Set maintainer to the QA group * ntfs-config doesn't support kfreebsd-*, yet. Limiting architectures to linux-any. For details please see #651296. * Drop build-depends on libhal-dev and libhal-storage-dev, as they are not needed (Closes: #615210) * Ship emtpy directory /etc/hal/fdi/policy; ntfs-config tries to add config files there, if available (but also works, if hal is not used) (Closes: #596782, #573348) * Call dh_python2 instead of dh_python as suggested by lintian * Bump standards to 3.9.2 (no further changes needed) -- Alexander Reichle-Schmehl Wed, 21 Dec 2011 10:45:50 +0100 ntfs-config (1.0.1-9) unstable; urgency=low * fix license in copyright -- Ivan Borzenkov Fri, 30 Jul 2010 23:24:29 +0400 ntfs-config (1.0.1-8) UNRELEASE; urgency=low * fix license in copyright * bump standarts to 3.9.1 -- Ivan Borzenkov Fri, 30 Jul 2010 21:06:41 +0400 ntfs-config (1.0.1-7) UNRELEASE; urgency=low * update patch system to quilt * update python to 2.6, thanks Lorenzo De Liso (Closes: #589015) * bump standarts to 3.9.0 -- Ivan Borzenkov Wed, 14 Jul 2010 20:29:39 +0400 ntfs-config (1.0.1-6) unstable; urgency=low * Fix description, thanks Fred Maranhão -- Ivan Borzenkov Fri, 09 Apr 2010 23:08:40 +0400 ntfs-config (1.0.1-5) unstable; urgency=low * add icon (get from disk-manager) (Closes: #572319) * add disk-manager to suggests * bump standarts to 3.8.4 -- Ivan Borzenkov Wed, 03 Mar 2010 21:36:55 +0300 ntfs-config (1.0.1-4) unstable; urgency=low * Add watch file * Change compat to 7 * Update to debsrc3.0 * Add patch for kdesu (Closes: #563954) -- Ivan Borzenkov Wed, 06 Jan 2010 22:24:33 +0300 ntfs-config (1.0.1-3) unstable; urgency=low * Fix missing runtime depend (Closes: #548726) -- Ivan Borzenkov Mon, 28 Sep 2009 21:30:39 +0400 ntfs-config (1.0.1-2) unstable; urgency=low * Add copyright of *.po files -- Ivan Borzenkov Sun, 30 Aug 2009 13:11:13 +0400 ntfs-config (1.0.1-1) unstable; urgency=low * New upstream release * Porting to Debian (Closes: #482576) * Up Standards-Version to 3.8.3 - make lintian clean * Fix error in ntfs-config-root * Fix error build whis python 2.4 * Update Homepage -- Ivan Borzenkov Fri, 21 Aug 2009 00:05:12 +0400 ntfs-config (0.5.5-0ubuntu1) feisty; urgency=low * New upstream version : - Translation : New translations and some fix. + new English (Australia) translation thanks to Glennji Mason ! + new Korean translation thanks to Young-Ho Cha ! + new Lithuanian translation thanks to zolookas ! + new Portuguese (Portugal) translation thanks to Joel calado ! + add data/ntfs-config.desktop.in for translation. + fix translated button. - Fix : use symlink() instead of link() (#84519). Thanks to Young-Ho Cha ! - Fix : fix compilation warnings. - Fix : small code cleanup. * Change Priority from extra to optional. * Change Maintainer to Ubuntu MOTU Developers and Original-Maintainer to myself. * Remove config file only on purge & remove. -- Florent Mertens Mon, 19 Feb 2007 19:52:43 +0100 ntfs-config (0.5.4-0ubuntu1) feisty; urgency=low * Initial release. -- Florent Mertens Thu, 8 Feb 2007 19:47:43 +0100 debian/docs0000644000000000000000000000001411243326167010041 0ustar README TODO debian/dirs0000644000000000000000000000003311674326010010046 0ustar usr/bin etc/hal/fdi/policy