]> git.saurik.com Git - apt.git/commitdiff
* debian/apt.conf.changelog:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 10 Jun 2011 14:12:28 +0000 (16:12 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 10 Jun 2011 14:12:28 +0000 (16:12 +0200)
  - add missing ";", thanks to Julian Andres Klode

debian/apt.conf.changelog
debian/changelog

index 7605c97d91402a89b17c95e87586e8cc77129f3c..c4092ff44b49b8bd7a422e8613ee010fb22d8e10 100644 (file)
@@ -2,5 +2,5 @@
 APT {
   Changelogs {
     Server "http://changelogs.ubuntu.com/changelogs";
-  }
-}
+  };
+};
index ca491c0ca1cd9359acb308193d784cbc78585a67..7e9295b84f7c6949663ac8b59904dc66fb473062 100644 (file)
@@ -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 <michael.vogt@ubuntu.com>  Fri, 10 Jun 2011 16:11:26 +0200
+
 apt (0.8.14.1ubuntu7) oneiric; urgency=low
 
   [ Michael Vogt ]