diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-23 23:59:23 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-25 00:37:31 +0100 |
commit | 5e32cdf40e509285ca38e630fd476d5da1350f48 (patch) | |
tree | 0af329c43d6cb101350489262ddb57056b153bdf | |
parent | 2c4ae6fef39fb7b5224c6ee5e0986c6e1f68481d (diff) | |
download | nyancat-5e32cdf40e509285ca38e630fd476d5da1350f48.tar.gz |
Switch to debhelper v9
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0f80757..7b682e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nyancat (0.1+git20120401.5a88b86-2) UNRELEASED; urgency=low + + * Switch to debhelper v9 + + -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 20 May 2012 01:33:26 +0100 + nyancat (0.1+git20120401.5a88b86-1) unstable; urgency=low * Initial release (Closes: #661565) diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 261f56c..13a8d21 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: nyancat Section: misc Priority: extra Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3 Homepage: https://github.com/klange/nyancat |