--- ntfs-config-1.0.1.orig/debian/changelog +++ ntfs-config-1.0.1/debian/changelog @@ -0,0 +1,32 @@ +ntfs-config (1.0.1-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Mario Danic Thu, 19 Jul 2007 09:29:57 +0200 + +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 --- ntfs-config-1.0.1.orig/debian/control +++ ntfs-config-1.0.1/debian/control @@ -0,0 +1,22 @@ +Source: ntfs-config +Section: admin +Priority: optional +XSBC-Original-Maintainer: Florent Mertens +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 5), autotools-dev, cdbs, intltool, + libgtk2.0-dev (>= 2.6), libglade2-dev, + libhal-dev (>= 0.5.2), libhal-storage-dev (>= 0.5.2) +Standards-Version: 3.7.2 + +Package: ntfs-config +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ntfs-3g +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. + . + Homepage : http://givre.cabspace.com/ntfs-config + . + Homepage of ntfs-3g : http://www.ntfs-3g.org --- ntfs-config-1.0.1.orig/debian/rules +++ ntfs-config-1.0.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk --- ntfs-config-1.0.1.orig/debian/docs +++ ntfs-config-1.0.1/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- ntfs-config-1.0.1.orig/debian/compat +++ ntfs-config-1.0.1/debian/compat @@ -0,0 +1 @@ +5 --- ntfs-config-1.0.1.orig/debian/copyright +++ ntfs-config-1.0.1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Florent Mertens on +Fri, 12 Jan 2007 02:02:15 +0100. + +It was downloaded from http://givre.cabspace.com/ntfs-config/ + +Upstream Author: Florent Mertens + +Copyright: (C) 2007 Mertens Florent + +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 + +The Debian packaging is (C) 2007, Florent Mertens and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- ntfs-config-1.0.1.orig/debian/postrm +++ ntfs-config-1.0.1/debian/postrm @@ -0,0 +1,28 @@ +#!/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 + + --- ntfs-config-1.0.1.orig/debian/dirs +++ ntfs-config-1.0.1/debian/dirs @@ -0,0 +1 @@ +usr/bin