File: control

package info (click to toggle)
dpkg-repack 1.43
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 17
  • sloc: perl: 261; sh: 29; makefile: 28
file content (28 lines) | stat: -rw-r--r-- 1,089 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
Source: dpkg-repack
Section: admin
Priority: optional
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Uploaders: Guillem Jover <guillem@debian.org>
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/dpkg/dpkg-repack.git
Vcs-Git: https://anonscm.debian.org/git/dpkg/dpkg-repack.git
Homepage: https://wiki.debian.org/Teams/Dpkg
Build-Depends:
 dpkg-dev (>= 1.17.14),
 debhelper (>= 9.20141010),
 libtest-strict-perl <!nocheck>,

Package: dpkg-repack
Architecture: all
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.