logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dpt-repack.sh - repackaging helper (deprecated)

Description

dptrepack.sh helps creating repackaged tarballs, suitable for feeding into dpkg-source(1).  This command
       is deprecated in favor of the functionality provided by uscan(1) in conjunction with the Files-Excluded
       stanza in debian/copyright.

       Work is commenced in three stages:

       •   dptrepack.sh unpacks the provided upstream tarball.

       •   debian/repack.local is sourced to remove unsuitable content.

       •   dptrepack.sh   packs   the   sources   again,   under   a   suitable   file   name   in  the  form
           "package_ver.orig.tar.gz" (suffix depending on initial compression).

       dptrepack.sh invokes debian/repack.local in an environment where rm and mv are replaced  with  functions
       that reflect the operations in the MANIFEST file, if present.

Name

       dpt-repack.sh - repackaging helper (deprecated)

See Also

uscan(1), mk-origtargz(1)

Synopsis

dptrepack.sh --upstream-version versiondownloaded-file

See Also