summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2013-04-01 13:19:43 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2013-04-01 13:19:43 +0200
commit40befb065d110c7b3a7b3d37759b6888522817b2 (patch)
tree91c211c54cfd0e2242ed5ac1ec3c65b7a0d87876 /debian
parent9c44383f2ea09afbf6ebab217cdc450e5170c172 (diff)
* apt-pkg/deb/debversion.cc:
- add a string-equal shortcut for equal version comparisions
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 7796f5920..b0e669129 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ apt (0.9.7.8~exp2+nmu1) UNRELEASED; urgency=low
- 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
+ * apt-pkg/deb/debversion.cc:
+ - add a string-equal shortcut for equal version comparisions
-- David Kalnischkies <kalnischkies@gmail.com> Sun, 10 Mar 2013 12:23:24 +0100