← Back to team overview

clicompanion-devs team mailing list archive

[Merge] lp:~bdfhjk/clicompanion/sudo-control-add into lp:~clicompanion-devs/clicompanion/debian

 

Marek Bardoński has proposed merging lp:~bdfhjk/clicompanion/sudo-control-add into lp:~clicompanion-devs/clicompanion/debian.

Requested reviews:
  CLI Companion Development Team (clicompanion-devs)

For more details, see:
https://code.launchpad.net/~bdfhjk/clicompanion/sudo-control-add/+merge/88559

Because Clicompanion may be used on Debian, so commands using sudo will not work without installation this package.
-- 
https://code.launchpad.net/~bdfhjk/clicompanion/sudo-control-add/+merge/88559
Your team CLI Companion Development Team is requested to review the proposed merge of lp:~bdfhjk/clicompanion/sudo-control-add into lp:~clicompanion-devs/clicompanion/debian.
=== modified file 'control'
--- control	2011-11-10 11:21:56 +0000
+++ control	2012-01-13 21:31:23 +0000
@@ -14,7 +14,7 @@
 
 Package: clicompanion
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, most, python-vte, python-gtk2
+Depends: ${misc:Depends}, ${python:Depends}, most, python-vte, python-gtk2, sudo
 Description: run terminal commands from a GUI storing commands for later use
  CLI Companion is an application that is used as a complement to the Terminal.
  .

=== modified file 'copyright'
--- copyright	2011-11-04 15:10:04 +0000
+++ copyright	2012-01-13 21:31:23 +0000
@@ -41,3 +41,24 @@
  On Debian systems, the full text of the GNU General Public
  License version 3 can be found in the file
  '/usr/share/common-licenses/GPL-3'
+
+ 
+Files: images/*
+Copyright: Copyright (C) 2011 Sean Kelly
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see .
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ '/usr/share/common-licenses/GPL-3'