diff options
author | Leo 'costela' Antunes <costela@debian.org> | 2012-08-06 16:00:28 +0200 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-08-06 23:15:05 +0100 |
commit | 47b9686994305fbe3cf09cbd1df642923ff24965 (patch) | |
tree | b799e19f408ca63a540d23a2fc067879c42fcd47 | |
parent | 05e17ae117732c6a59c3b15d56cf7f9ef415fe78 (diff) | |
download | transmission-remote-cli-47b9686994305fbe3cf09cbd1df642923ff24965.tar.gz |
debian/control: add DMUA:yes
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index acf2680..d1d2ad2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ transmission-remote-cli (1.4-1) UNRELEASED; urgency=low + [Jonathan McCrohan] * New upstream release - Add support for Transmission 2.61 - Add support for locale detection rather than forcing UTF-8 - Various bugfixes + [Leo 'costela' Antunes] + * debian/control: add DMUA:yes + -- Jonathan McCrohan <jmccrohan@gmail.com> Wed, 01 Aug 2012 19:53:09 +0100 transmission-remote-cli (1.3.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index f81207f..fb3d629 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: transmission-remote-cli Section: net Priority: optional Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> +DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), bash-completion Standards-Version: 3.9.3 Homepage: https://github.com/fagga/transmission-remote-cli |