diff options
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -3,7 +3,7 @@ PKG_NAME="indicator-datetime" which gnome-autogen.sh || { - echo "You need gnome-common from GNOME SVN" + echo "You need gnome-common from GNOME Git" exit 1 } diff --git a/debian/changelog b/debian/changelog index 19ee918..be2faee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,12 @@ indicator-datetime (0.0.1-0ubuntu1) lucid; urgency=low -- Didier Roche <didrocks@ubuntu.com> Fri, 26 Feb 2010 10:41:22 +0100 +indicator-datetime (0.0.1~r2-0ubuntu3) lucid; urgency=low + + * debian/control: Adding libdbusmenu-gtk as a build dep + + -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 10:47:29 -0600 + indicator-datetime (0.0.1~r2-0ubuntu2) lucid; urgency=low * debian/control: @@ -24,3 +30,4 @@ indicator-datetime (0.0.1~r1-0ubuntu1) lucid; urgency=low * Initial packaging -- Didier Roche <didrocks@ubuntu.com> Wed, 27 Jan 2010 12:13:00 +0100 + |