]> err.no Git - dpkg/commit
Building blocks for vendor-specific build of Debian packages
authorRaphael Hertzog <hertzog@debian.org>
Sat, 21 Jun 2008 16:29:47 +0000 (18:29 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Sat, 21 Jun 2008 16:29:47 +0000 (18:29 +0200)
commit322153b6e8cbe50724f85678f46be5193a751a12
tree4d62b54a7e2cbe5843b672308cef6792f56df668
parentd8a2abb591fe83c968828115c1e986a5c44a8867
Building blocks for vendor-specific build of Debian packages

* scripts/Dpkg/Vendor.pm: Provide simple parser for vendor-specific
information stored in /etc/dpkg/origins/. The current vendor can
be identified through get_current_vendor() and get_vendor_info()
retrieves the information stores within those files.
* scripts/dpkg-buildpackage.pl: Setup the DEB_VENDOR environment
variable if possible.
* man/dpkg-buildpackage.1: Document the above changes.
* scripts/Dpkg/Source/Package/V3/quilt.pm (get_series_file): Use
get_current_vendor() to decide the name of the vendor-specific
series file that should be used in priority.
ChangeLog
debian/changelog
man/dpkg-buildpackage.1
scripts/Dpkg/Source/Package/V3/quilt.pm
scripts/Dpkg/Vendor.pm [new file with mode: 0644]
scripts/dpkg-buildpackage.pl