]> err.no Git - dpkg/commit
Dpkg::Source::Package and Dpkg::Source::Package:V1_0: new modules
authorRaphael Hertzog <hertzog@debian.org>
Sun, 24 Feb 2008 21:11:46 +0000 (22:11 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 24 Feb 2008 21:40:58 +0000 (22:40 +0100)
commit53cef9d5cf86b7db01a2c1ac251c75eaaff5f8b1
treed774826e1178950c85543420a304c4bd4947aa4d
parentf71828483b1862187cc9319795233eebcc0301ac
Dpkg::Source::Package and Dpkg::Source::Package:V1_0: new modules

* scripts/Dpkg/Source/Package.pm: New module that represents a source
package. It provides some common functions and is the base class
from which real format of source packages must derive. The two main
functions that subclass must implement are build($dir) and extract($dir).

* scripts/Dpkg/Source/Package/V1_0.pm: Implementation of the Debian
source package version 1.0, the current version in wide-spread use.
scripts/Dpkg/Source/Package.pm [new file with mode: 0644]
scripts/Dpkg/Source/Package/V1_0.pm [new file with mode: 0644]
scripts/Makefile.am