diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-12 21:29:14 +0100 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-12 21:29:14 +0100 | 
| commit | 2e52228909242faff95bd6a8402b5e69714294ae (patch) | |
| tree | c419409b7ecf1bb47160b0ff52fc49c90411b7da | |
| parent | 9e7578090483c674e9f94be3248fc9111a3f22a6 (diff) | |
| download | nyancat-2e52228909242faff95bd6a8402b5e69714294ae.tar.gz | |
Set debhelper dependency to (>= 8)
Helps with backporting
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index ef094d7..261f56c 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.0.0) +Build-Depends: debhelper (>= 8)  Standards-Version: 3.9.3  Homepage: https://github.com/klange/nyancat | 
