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 30 31 32 33
|
Source: dpkg-repack
Section: admin
Priority: optional
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Uploaders: Guillem Jover <guillem@debian.org>
Standards-Version: 4.5.1
Vcs-Browser: https://git.dpkg.org/cgit/dpkg/dpkg-repack.git
Vcs-Git: https://git.dpkg.org/git/dpkg/dpkg-repack.git
Homepage: https://wiki.debian.org/Teams/Dpkg
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
libtest-strict-perl <!nocheck>,
Package: dpkg-repack
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${perl:Depends},
libdpkg-perl,
Suggests:
fakeroot,
Description: Debian package archiving tool
dpkg-repack creates a .deb file out of a package that has already been
installed. If any changes have been made to the package while it was
unpacked (i.e. files in /etc were modified), the new package will inherit
the changes.
.
This utility can make it easy to copy packages from one computer to another,
or to recreate packages that are installed on your system, but no longer
available elsewhere, or to store the current state of a package before you
upgrade it.
|