From: Sven Hoexter Date: Thu, 29 Dec 2011 10:38:47 +0000 (+0100) Subject: Imported Debian patch 0.9.5-1 X-Git-Tag: debian/0.9.5-1~10 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=05c85d1c4831fe001b91d4f0141878cddc981f27 Imported Debian patch 0.9.5-1 --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e69dc06 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +exfat-utils (0.9.5-1) unstable; urgency=low + + * Initial release (Closes: #625611) + + -- Sven Hoexter Thu, 29 Dec 2011 11:38:47 +0100 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2630cd9 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: exfat-utils +Section: otherosfs +Priority: optional +Maintainer: Sven Hoexter +Build-Depends: debhelper (>= 8), scons +Standards-Version: 3.9.2 +Homepage: http://code.google.com/p/exfat/ +#Vcs-Git: git://git.debian.org/collab-maint/exfat-utils.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/exfat-utils.git;a=summary + +Package: exfat-utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: exfat-fuse +Description: utilities to create, check and label exFAT filesystem + Utilities to manage Extended File Allocation Table filesystem. + This package provides tools to create, check and label the + filesystem. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7ecb807 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +This work was packaged for Debian by: +Sven Hoexter on Thu, 29 Dec 2011 11:36:55 +0100 + +It was downloaded from: +http://code.google.com/p/exfat/downloads/list + +Upstream Author(s): + + + + +Copyright: + + + + +License: + + + +The Debian packaging is: + + Copyright (C) 2011 Sven Hoexter + +and is licensed under the GPL version 3, +see "/usr/share/common-licenses/GPL-3". diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..374a8a7 --- /dev/null +++ b/debian/install @@ -0,0 +1,4 @@ +dump/dumpexfat /sbin +fsck/exfatfsck /sbin +label/exfatlabel /sbin +mkfs/mkexfatfs /sbin diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..d8cc60f --- /dev/null +++ b/debian/manpages @@ -0,0 +1,4 @@ +dump/dumpexfat.8 +fsck/exfatfsck.8 +label/exfatlabel.8 +mkfs/mkexfatfs.8 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ceff3f1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_build: + scons + +override_dh_auto_clean: + scons -c + +override_dh_auto_install: + mkdir -p debian/exfat-utils/sbin + cd debian/exfat-utils/sbin && \ + ln -s exfatfsck fsck.exfat; \ + ln -s mkexfatfs mkfs.exfat + + mkdir -p debian/exfat-utils/usr/share/man/man8 + cd debian/exfat-utils/usr/share/man/man8 && \ + ln -s exfatfsck.8.gz fsck.exfat.8.gz; \ + ln -s mkexfatfs.8.gz mkfs.exfat.8.gz diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..714c860 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/exfat/downloads/list?can=1 .*/exfat-utils-(\d[\d\.]*)\.tar\.gz