summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2013-03-13 19:00:19 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2013-03-13 19:00:19 +0100
commit9c44383f2ea09afbf6ebab217cdc450e5170c172 (patch)
treeb612ae45774ed66b5d12e677a6d7073fed8b35a2 /debian
parent734b7c817a54e2717bc9124a691be532d881a65b (diff)
factor version string creation out of NewDepends, so we can easily reuse
version strings e.g. for implicit multi-arch dependencies
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9578ec8fd..7796f5920 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ apt (0.9.7.8~exp2+nmu1) UNRELEASED; urgency=low
- do not store the MD5Sum for every description language variant as
it will be the same for all so it can be shared to save cache space
- handle language tags for descriptions are unique strings to be shared
+ - factor version string creation out of NewDepends, so we can easily reuse
+ version strings e.g. for implicit multi-arch dependencies
-- David Kalnischkies <kalnischkies@gmail.com> Sun, 10 Mar 2013 12:23:24 +0100