From 4b03fbc63982cf96584714fa00efe30f0cbd9888 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 17 Dec 2019 22:16:43 -0500 Subject: simple-mtpfs dpkg rc1 Used for obs attempt 1. --- simple-mtpfs/debian/control | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 simple-mtpfs/debian/control (limited to 'simple-mtpfs/debian/control') diff --git a/simple-mtpfs/debian/control b/simple-mtpfs/debian/control new file mode 100644 index 0000000..398d6ec --- /dev/null +++ b/simple-mtpfs/debian/control @@ -0,0 +1,24 @@ +Source: simple-mtpfs +Section: utils +Priority: optional +Maintainer: B Stack +XSBC-Original-Maintainer: Peter Hatina +Build-Depends: debhelper (>=11~) +Standards-Version: 4.1.4 +Homepage: https://github.com/phatina/simple-mtpfs +Vcs-Git: git://github.com/phatina/simple-mtpfs.git +Vcs-Browser: https://github.com/phatina/simple-mtpfs + +Package: simple-mtpfs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, fuse +Provides: mtpfs +Conflicts: mtpfs +Description: Simple MTP fuse filesystem driver + SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for + Linux (and other operating systems with a FUSE implementation, such as Mac OS X + or FreeBSD) capable of operating on files on MTP devices attached via + USB to local machine. On the local computer where the SIMPLE-MTPFS is + mounted, the implementation makes use of the FUSE (Filesystem in Userspace) + kernel module. The practical effect of this is that the end user can seamlessly + interact with MTP device files. -- cgit From f204d35cc9f808d58828a5fd6a78733ce5a6747e Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 18 Dec 2019 08:20:59 -0500 Subject: add a few build deps, and readme --- simple-mtpfs/debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'simple-mtpfs/debian/control') diff --git a/simple-mtpfs/debian/control b/simple-mtpfs/debian/control index 398d6ec..d1ccd89 100644 --- a/simple-mtpfs/debian/control +++ b/simple-mtpfs/debian/control @@ -3,7 +3,10 @@ Section: utils Priority: optional Maintainer: B Stack XSBC-Original-Maintainer: Peter Hatina -Build-Depends: debhelper (>=11~) +Build-Depends: debhelper (>=12~), + pkg-config, + libmtp-dev, + libfuse-dev (>=2.7.3) Standards-Version: 4.1.4 Homepage: https://github.com/phatina/simple-mtpfs Vcs-Git: git://github.com/phatina/simple-mtpfs.git -- cgit