Import Debian changes 1.3.0-ok1

exfat-utils (1.3.0-ok1) yangtze; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2022-04-25 22:03:04 +08:00 committed by Lu zhiping
parent 968515b9b4
commit 31b1302c20
9 changed files with 87 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
exfat-utils (1.3.0-ok1) yangtze; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800

22
debian/control vendored Normal file
View File

@ -0,0 +1,22 @@
Source: exfat-utils
Section: otherosfs
Priority: optional
Maintainer: Sven Hoexter <hoexter@debian.org>
Build-Depends: debhelper-compat (= 11), pkg-config
Standards-Version: 4.2.1
Homepage: https://github.com/relan/exfat
Vcs-Git: https://git.sven.stormbind.net/exfat-utils.git
Vcs-Browser: https://git.sven.stormbind.net/?p=sven/exfat-utils.git
Package: exfat-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: exfat-fuse
Description: utilities to create, check, label and dump exFAT filesystem
Utilities to manage extended file allocation table filesystem.
This package provides tools to create, check and label the
filesystem. It contains
- dumpexfat to dump properties of the filesystem
- exfatfsck / fsck.exfat to report errors found on a exFAT filesystem
- exfatlabel to label a exFAT filesystem
- mkexfatfs / mkfs.exfat to create a exFAT filesystem.

35
debian/copyright vendored Normal file
View File

@ -0,0 +1,35 @@
This work was packaged for Debian by:
Sven Hoexter <sven@timegate.de> on Thu, 29 Dec 2011 10:30:47 +0100
It was downloaded from:
https://github.com/relan/exfat/releases
Upstream Author:
Andrew Nayenko resver@gmail.com
Copyright:
Copyright (C) 2010-2018 Andrew Nayenko
License:
This program 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 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 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.
On any Debian system, you can find the complete text of the GNU GPL
(GNU General Public License) in the file "/usr/share/common-licenses/GPL-2".
The Debian packaging is:
Copyright (C) 2011-2018 Sven Hoexter <sven@timegate.de>
and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3".

2
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,2 @@
[DEFAULT]
pristine-tar = True

4
debian/links vendored Normal file
View File

@ -0,0 +1,4 @@
sbin/exfatfsck sbin/fsck.exfat
sbin/mkexfatfs sbin/mkfs.exfat
usr/share/man/man8/exfatfsck.8.gz usr/share/man/man8/fsck.exfat.8.gz
usr/share/man/man8/mkexfatfs.8.gz usr/share/man/man8/mkfs.exfat.8.gz

4
debian/manpages vendored Normal file
View File

@ -0,0 +1,4 @@
dump/dumpexfat.8
fsck/exfatfsck.8
label/exfatlabel.8
mkfs/mkexfatfs.8

12
debian/rules vendored Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
--sbindir=/sbin \

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
https://github.com/relan/exfat/releases .*/exfat-utils-(\d\S*)\.tar\.gz