diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3018af6..015d60d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ indicator-messages (0.5.90-0ubuntu2~ppa1) UNRELEASED; urgency=low * Upstream Merge * Better lozenges that look nice * debian/rules: Adding autoreconf and running make check + * debian/compat: 5 - -- Ted Gould <ted@ubuntu.com> Fri, 10 Feb 2012 15:17:25 -0600 + -- Ted Gould <ted@ubuntu.com> Fri, 10 Feb 2012 15:19:20 -0600 indicator-messages (0.5.90-0ubuntu1) precise; urgency=low diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 |