summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-02-04 15:53:41 +0100
committerRaphael Hertzog <hertzog@debian.org>2009-02-05 15:47:25 +0100
commit19bba3959cb451e0eaeef1ec4b9100870ea21464 (patch)
treeb3c10c89b0992b1844737ad491219ecaa9a6c1ab /ChangeLog
parent4614319c24834c5238413d91e407360b75584d1b (diff)
downloaddpkg-19bba3959cb451e0eaeef1ec4b9100870ea21464.tar.gz
New framework to hook vendor-specific logic
* scripts/Dpkg/Vendor/Default.pm: Generic vendor object that will be used to hook vendor-specific behaviour in multiple places. * scripts/Dpkg/Vendor/Debian.pm: Debian variant of that object. * scripts/Dpkg/Vendor.pm (get_vendor_object, run_vendor_hook): New functions to retrieve the current vendor object and run vendor-specific code. * scripts/dpkg-source.pl, scripts/dpkg-genchanges.pl: Add first vendor hooks to be used by Ubuntu. * scripts/Makefile.am (EXTRA_DIST): Add 'scripts/Dpkg/Vendor/Default.pm' and 'scripts/Dpkg/Vendor/Debian.pm'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78658dbe5..64e9b6328 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-02-04 Raphael Hertzog <hertzog@debian.org>
+
+ * scripts/Dpkg/Vendor/Default.pm: Generic vendor object that will
+ be used to hook vendor-specific behaviour in multiple places.
+ * scripts/Dpkg/Vendor/Debian.pm: Debian variant of that object.
+ * scripts/Dpkg/Vendor.pm (get_vendor_object, run_vendor_hook):
+ New functions to retrieve the current vendor object and run
+ vendor-specific code.
+ * scripts/dpkg-source.pl, scripts/dpkg-genchanges.pl: Add first
+ vendor hooks to be used by Ubuntu.
+ * scripts/Makefile.am (EXTRA_DIST): Add
+ 'scripts/Dpkg/Vendor/Default.pm' and
+ 'scripts/Dpkg/Vendor/Debian.pm'.
+
2009-01-29 Guillem Jover <guillem@debian.org>
* lib/Makefile.am (libdpkg_a_SOURCES): Add 'dpkg-test.h'.