From: Michael Vogt Date: Fri, 10 Jun 2011 14:12:28 +0000 (+0200) Subject: * debian/apt.conf.changelog: X-Git-Tag: 0.9.13.exp1ubuntu1~172 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/bf3778aac96b23b5f584c82b729036b287259848?hp=--cc * debian/apt.conf.changelog: - add missing ";", thanks to Julian Andres Klode --- bf3778aac96b23b5f584c82b729036b287259848 diff --git a/debian/apt.conf.changelog b/debian/apt.conf.changelog index 7605c97d9..c4092ff44 100644 --- a/debian/apt.conf.changelog +++ b/debian/apt.conf.changelog @@ -2,5 +2,5 @@ APT { Changelogs { Server "http://changelogs.ubuntu.com/changelogs"; - } -} + }; +}; diff --git a/debian/changelog b/debian/changelog index ca491c0ca..7e9295b84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.14.1ubuntu8) UNRELEASED; urgency=low + + * debian/apt.conf.changelog: + - add missing ";", thanks to Julian Andres Klode + + -- Michael Vogt Fri, 10 Jun 2011 16:11:26 +0200 + apt (0.8.14.1ubuntu7) oneiric; urgency=low [ Michael Vogt ]