File: control

package info (click to toggle)
local-apt-repository 0.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76 kB
  • sloc: sh: 66; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,069 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
26
27
28
29
Source: local-apt-repository
Maintainer: Jakob Haufe <sur5r@debian.org>
Standards-Version: 4.7.2
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: pkgconf,
                     systemd-dev,
Vcs-Browser: https://salsa.debian.org/debian/local-apt-repository
Vcs-Git: https://salsa.debian.org/debian/local-apt-repository.git

Package: local-apt-repository
Architecture: all
Depends: apt-utils,
         systemd,
         ${misc:Depends},
Description: Ready to use local apt repository
 With this package installed, every Debian package (i.e. a *.deb file) dropped
 into /srv/local-apt-repository (which you need to create first) will be
 available to apt.
 .
 This package does not provide an apt repository to be used by other hosts. For
 that, look at more serious repository solutions like reprepro and
 apt-ftparchive.

# .
# If you want to use this package on a system without systemd running, you will
# have to manually run /usr/lib/local-apt-repository/rebuild when you add new
# packages to /srv/local-apt-repository.