--- ntfsdoc-0.5.orig/index.html +++ ntfsdoc-0.5/index.html @@ -35,7 +35,7 @@

Overview

- This is version 0.4 of the NTFS Documentation and is available as part of the + This is version 0.5 of the NTFS Documentation and is available as part of the Linux-NTFS Project

--- ntfsdoc-0.5.orig/debian/docs +++ ntfsdoc-0.5/debian/docs @@ -0,0 +1,6 @@ +attributes +concepts +files +help +index.html +style --- ntfsdoc-0.5.orig/debian/control +++ ntfsdoc-0.5/debian/control @@ -0,0 +1,16 @@ +Source: ntfsdoc +Section: doc +Priority: optional +Maintainer: David Martínez Moreno +Build-Depends-Indep: debhelper (>> 4.0.0) +Standards-Version: 3.6.1 + +Package: ntfsdoc +Architecture: all +Description: documentation about NTFS partitions format + This work is derived from the Linux-NTFS project + (http://linux-ntfs.sf.net/), that aims to bring full support for the + NTFS filesystem to the Linux operating system. + . + This is a set of documents about all the NTFS internals (all the + publicly known internals) and the NTFS journal file format. --- ntfsdoc-0.5.orig/debian/rules +++ ntfsdoc-0.5/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f +# debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- ntfsdoc-0.5.orig/debian/changelog +++ ntfsdoc-0.5/debian/changelog @@ -0,0 +1,42 @@ +ntfsdoc (0.5-1) unstable; urgency=low + + * New upstream release. + * Converted debian/changelog to UTF-8. + * Created debian/compat. + * debian/control: + - Updated Standards-Version to 3.6.1 (no changes). + - Converted to UTF-8. + - Updated Build-Depends to debhelper v4. + - Fixed short Description to comply with Developers Reference advice. + * debian/copyright: + - Removed rests of dh_make in upstream's names. + - Converted to UTF-8. + * debian/rules: + - Cleaned old comments. + - Uncommented dh_compress. That was giving lintian errors due to the + changelog not being compressed. + - Removed DH_COMPAT. + + -- David Martínez Moreno Thu, 12 Aug 2004 11:42:27 +0200 + +ntfsdoc (0.4-3) unstable; urgency=low + + * debian/control: Replaced Build-Depends by Build-Depends-Indep. + + -- David Martínez Moreno Sat, 12 Jan 2002 03:35:17 +0100 + +ntfsdoc (0.4-2) unstable; urgency=low + + * Bumped Standards-Version to 3.5.6. + * debian/control: Changed maintainer to @debian.org address. + + -- David Martínez Moreno Sun, 25 Nov 2001 20:28:12 +0100 + +ntfsdoc (0.4-1) unstable; urgency=low + + * Initial Release (closes: #107206). + * First try. + + -- David Martínez Moreno Mon, 30 Jul 2001 02:41:17 +0200 + +# vim:ai:et:sts=2:sw=2:tw=78: --- ntfsdoc-0.5.orig/debian/README.Debian +++ ntfsdoc-0.5/debian/README.Debian @@ -0,0 +1,7 @@ +ntfsdoc for Debian +------------------ + +Navigable documentation about the NTFS filesystem format, property of +Microsoft. The docs are GPLed and aren't under any propietary license. + + -- David Martínez Moreno , Mon, 30 Jul 2001 01:56:56 +0200 --- ntfsdoc-0.5.orig/debian/copyright +++ ntfsdoc-0.5/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by David Martínez Moreno on +Thu, 12 Aug 2004 11:40:47 +0200. + +It was downloaded from http://linux-ntfs.sourceforge.net/ + +Upstream Author: Richard Russon + +Copyright: + + 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; version 2 dated June, 1991. + + 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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- ntfsdoc-0.5.orig/debian/compat +++ ntfsdoc-0.5/debian/compat @@ -0,0 +1 @@ +4