diff options
author | Raphael Hertzog <hertzog@debian.org> | 2009-04-09 18:07:09 +0200 |
---|---|---|
committer | Raphael Hertzog <hertzog@debian.org> | 2009-05-10 16:45:19 +0200 |
commit | 349aeaa4f2673678cf09d5a31d4b80db1f534639 (patch) | |
tree | 2d9ca8895fe766350d7bc16edb5ecde2c99560ad /scripts/Makefile.am | |
parent | 780d969788cbc639b75e876d010fbc0e80956aa0 (diff) | |
download | dpkg-349aeaa4f2673678cf09d5a31d4b80db1f534639.tar.gz |
dpkg-vendor: new script to query various vendor information
This tool is meant to be used in debian/rules files to have common source
packages across multiple distributions and yet still have slightly
different binary packages.
To automatically conserve customizations across derivatives of a given
distribution, one can use “dpkg-vendor --derives-from vendor” so that all
derivatives keep the same customizations when they rebuild the source
package even if the current vendor is no more the same.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index dae6b44f1..d96f7602b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -19,6 +19,7 @@ bin_SCRIPTS = \ dpkg-shlibdeps \ dpkg-statoverride \ dpkg-source \ + dpkg-vendor \ update-alternatives changelogdir = $(pkglibdir)/parsechangelog @@ -43,6 +44,7 @@ EXTRA_DIST = \ dpkg-source.pl \ dpkg-divert.pl \ dpkg-statoverride.pl \ + dpkg-vendor.pl \ install-info.pl \ update-alternatives.pl \ changelog/debian.pl \ |