info > Dpkg::Source::Package

📛 NAME

Dpkg::Source::Package - manipulate Debian source packages

🚀 Quick Reference

Use CaseCommandDescription
Create from .dsc$p = Dpkg::Source::Package->new(filename => 'pkg.dsc')Initialise object from a source description file
Create for format$p = Dpkg::Source::Package->new(format => '3.0 (quilt)')Prepare object for a specific source format (≥ dpkg 1.19.3)
Extract source$p->extract($targetdir)Unpack source package into target directory
Verify checksums$p->check_checksums()Confirm integrity of referenced files
Check signature$p->check_signature()Validate embedded OpenPGP signature
Verify orig tarballs$p->check_original_tarball_signature($dir, @asc)Use upstream signing key to check tarball signatures
List files$p->get_files()Return list of files in the source package
Get signing key file$p->get_upstream_signing_key($dir)Get path to upstream key inside unpacked source tree

📖 DESCRIPTION

This module provides a class that can manipulate Debian source packages. While it supports both the extraction and the creation of source packages, the only API that is officially supported is the one that supports the extraction of the source package.

🔧 FUNCTIONS

⚙️ METHODS

📝 CHANGES

📌 Version 2.01 (dpkg 1.20.1)

📌 Version 2.00 (dpkg 1.20.0)

📌 Version 1.03 (dpkg 1.19.3)

📌 Version 1.02 (dpkg 1.18.7)

📌 Version 1.01 (dpkg 1.17.2)

📌 Version 1.00 (dpkg 1.16.1)


1.21.1 2025-09-09 Dpkg::Source::Package(3perl)
Dpkg::Source::Package
📛 NAME 🚀 Quick Reference 📖 DESCRIPTION 🔧 FUNCTIONS ⚙️ METHODS 📝 CHANGES
📌 Version 2.01 (dpkg 1.20.1) 📌 Version 2.00 (dpkg 1.20.0) 📌 Version 1.03 (dpkg 1.19.3) 📌 Version 1.02 (dpkg 1.18.7) 📌 Version 1.01 (dpkg 1.17.2) 📌 Version 1.00 (dpkg 1.16.1)

Generated by phpman v4.9.25-3-gdbaf087 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-06 23:11 @216.73.217.93
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-pro / taotoken.net / www.chedong.com - original format

^_top_^