File: control

package info (click to toggle)
apt-clone 0.4.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,704 kB
  • sloc: python: 1,079; makefile: 27; sh: 4
file content (27 lines) | stat: -rw-r--r-- 868 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
Source: apt-clone
Section: admin
Priority: extra
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Uploaders: Alessio Treglia <alessio@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               gettext,
               intltool,
               python3-all
Standards-Version: 3.9.2
Vcs-Git: https://github.com/mvo5/apt-clone
Homepage: https://launchpad.net/apt-clone
XS-Testsuite: autopkgtest

Package: apt-clone
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         lsb-release,
         python3-apt,
         python3
Recommends: dpkg-repack
Description: Script to create state bundles
 This package can be used to clone/restore the packages on a apt based
 system. It will save/restore the packages, sources.list, keyring and
 automatic-installed states. It can also save/restore no longer
 downloadable packages using dpkg-repack.