mirror of
https://git.dpkg.org/git/dpkg/dpkg-repack.git
synced 2025-08-07 03:51:38 +00:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
Source: dpkg-repack
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
|
|
Uploaders: Guillem Jover <guillem@debian.org>
|
|
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
|
|
Standards-Version: 4.7.0
|
|
Rules-Requires-Root: no
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
debhelper (>= 13.10),
|
|
libtest-strict-perl <!nocheck>,
|
|
libtest-perl-critic-perl <pkg.dpkg-repack.author-tests>,
|
|
|
|
Package: dpkg-repack
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Depends:
|
|
${misc:Depends},
|
|
${perl:Depends},
|
|
# Needed for dpkg-query --root support.
|
|
dpkg (>= 1.21.0),
|
|
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.
|