diff options
author | Guillem Jover <guillem@debian.org> | 2009-03-02 06:56:25 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-03-02 07:05:06 +0200 |
commit | 1a0b8ade8f5f5130f77415f86f1686e8c097b768 (patch) | |
tree | 43a8a0f6e5b2aee528fb63a011e20401e8cb32b3 /dselect/po/Makevars | |
parent | 883b6e840f06e7d05e1c6a23824c5aefd3466754 (diff) | |
download | dpkg-1a0b8ade8f5f5130f77415f86f1686e8c097b768.tar.gz |
Switch to automatically generating the ChangeLog file
Keep the old ChangeLog files as ChangeLog.old, and distribute them.
Automatically genereate the ChangeLog from “git log”. And update the
information for translators.
Diffstat (limited to 'dselect/po/Makevars')
-rw-r--r-- | dselect/po/Makevars | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dselect/po/Makevars b/dselect/po/Makevars index db8f7d550..e5d059295 100644 --- a/dselect/po/Makevars +++ b/dselect/po/Makevars @@ -39,3 +39,5 @@ MSGID_BUGS_ADDRESS = debian-dpkg@lists.debian.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = + +DISTFILES.extra1 = ChangeLog.old |