File: control

package info (click to toggle)
aptfs 2%3A0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: python: 390; sh: 10; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: aptfs
Section: utils
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python,
Standards-Version: 4.3.0
Homepage: https://chris-lamb.co.uk/projects/aptfs
Vcs-Git: https://salsa.debian.org/lamby/pkg-aptfs.git
Vcs-Browser: https://salsa.debian.org/lamby/pkg-aptfs

Package: aptfs
Architecture: all
Depends:
 dctrl-tools,
 devscripts,
 python-fuse,
 ${misc:Depends},
 ${python:Depends},
Description: FUSE filesystem for APT source repositories
 AptFs is a FUSE-based filesystem that provides a view to unpacked Debian
 source packages (obtained via APT) as regular folders. Binary packages are
 modelled as symbolic links pointing to their respective source package.