[Pkg-xfce-commits] r1588 - in goodies: . ktsuss ktsuss/debian ktsuss/debian/patches

corsac at alioth.debian.org corsac at alioth.debian.org
Tue Feb 5 21:23:03 UTC 2008


Author: corsac
Date: 2008-02-05 21:23:02 +0000 (Tue, 05 Feb 2008)
New Revision: 1588

Added:
   goodies/ktsuss/
   goodies/ktsuss/debian/
   goodies/ktsuss/debian/changelog
   goodies/ktsuss/debian/control
   goodies/ktsuss/debian/copyright
   goodies/ktsuss/debian/ktsuss.1
   goodies/ktsuss/debian/lintian
   goodies/ktsuss/debian/patches/
   goodies/ktsuss/debian/patches/01_use-destdir-in-install-target.patch
   goodies/ktsuss/debian/rules
Log:
add ktsuss



Property changes on: goodies/ktsuss/debian
___________________________________________________________________
Name: mergeWithUpstream
   + +1

Added: goodies/ktsuss/debian/changelog
===================================================================
--- goodies/ktsuss/debian/changelog	                        (rev 0)
+++ goodies/ktsuss/debian/changelog	2008-02-05 21:23:02 UTC (rev 1588)
@@ -0,0 +1,5 @@
+ktsuss (1.2-1) UNRELEASED; urgency=low
+
+  * Initial release                                             closes: #464159
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 05 Feb 2008 16:41:30 +0100

Added: goodies/ktsuss/debian/control
===================================================================
--- goodies/ktsuss/debian/control	                        (rev 0)
+++ goodies/ktsuss/debian/control	2008-02-05 21:23:02 UTC (rev 1588)
@@ -0,0 +1,18 @@
+Source: ktsuss
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
+Build-Depends: debhelper, cdbs, pkg-config, libgtk2.0-dev, libglib2.0-dev
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/ktsuss/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/ktsuss/
+Homepage: http://developer.berlios.de/projects/ktsuss
+
+Package: ktsuss
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: gtk wrapper around su
+ ktsuss stands for "keep the su simple, stupid", and as the name says, is a
+ graphical version of su written in C and GTK+ 2. The idea of the project is to
+ remain simple and bug free...

Added: goodies/ktsuss/debian/copyright
===================================================================
--- goodies/ktsuss/debian/copyright	                        (rev 0)
+++ goodies/ktsuss/debian/copyright	2008-02-05 21:23:02 UTC (rev 1588)
@@ -0,0 +1,36 @@
+This package was debianized by Yves-Alexis Perez <corsac at debian.org> on
+Tue, 05 Feb 2008 08:40:10 +0100
+
+It was downloaded from http://developer.berlios.de/projects/ktsuss
+
+Copyright Holders: 
+
+David B. Cortarello (Nomius) <nomius at users.berlios.de>
+Christian Dywan (Christian) <christian at twotoasts.de>
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+  * Redistributions of source code must retain the above copyright notice
+    and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright notice
+    and the following disclaimer in the documentation and/or other materials
+    provided with the distribution.
+  * Neither the name of Kwort nor the names of its contributors may be used
+    to endorse or promote products derived from this software without
+    specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+

Added: goodies/ktsuss/debian/ktsuss.1
===================================================================
--- goodies/ktsuss/debian/ktsuss.1	                        (rev 0)
+++ goodies/ktsuss/debian/ktsuss.1	2008-02-05 21:23:02 UTC (rev 1588)
@@ -0,0 +1,22 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH KTSUSS "1" "February 2008" "ktsuss 1.2 - Copyright (c) 2007 David B. Cortarello" "User Commands"
+.SH NAME
+ktsuss \- gtk wrapper for su
+.SH SYNOPSIS
+.B ktsuss
+[\fIOPTION\fR] \fIcommand \fR[\fICOMMAND ARGUMENTS\fR]
+.SH DESCRIPTION
+Run a command as another user
+.SS "OPTIONS:"
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Gives ktsuss version info
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show this help
+.SS "Please report comments, suggestions and bugs to:"
+.IP
+nomius at users.berlios.de
+.SS "Check for new versions at:"
+.IP
+http://nomius.blogspot.com

Added: goodies/ktsuss/debian/lintian
===================================================================
--- goodies/ktsuss/debian/lintian	                        (rev 0)
+++ goodies/ktsuss/debian/lintian	2008-02-05 21:23:02 UTC (rev 1588)
@@ -0,0 +1,2 @@
+#ktsuss is a wrapper for su, so it has to be setuid
+ktsuss: setuid-binary usr/bin/ktsuss 4755 root/root

Added: goodies/ktsuss/debian/patches/01_use-destdir-in-install-target.patch
===================================================================
--- goodies/ktsuss/debian/patches/01_use-destdir-in-install-target.patch	                        (rev 0)
+++ goodies/ktsuss/debian/patches/01_use-destdir-in-install-target.patch	2008-02-05 21:23:02 UTC (rev 1588)
@@ -0,0 +1,11 @@
+--- ktsuss-1.0/src/Makefile.in.orig	2007-04-22 01:48:27.000000000 +0200
++++ ktsuss-1.0/src/Makefile.in	2008-02-05 15:10:24.000000000 +0100
+@@ -442,7 +442,7 @@
+ 
+ 
+ install-exec-hook:
+-	chmod u+s $(bindir)/ktsuss
++	chmod u+s $(DESTDIR)/$(bindir)/ktsuss
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:

Added: goodies/ktsuss/debian/rules
===================================================================
--- goodies/ktsuss/debian/rules	                        (rev 0)
+++ goodies/ktsuss/debian/rules	2008-02-05 21:23:02 UTC (rev 1588)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_FIXPERMS_EXCLUDE := /usr/bin/ktsuss
+DEB_INSTALL_MANPAGES_ktsuss := debian/ktsuss.1
+
+binary-post-install/ktsuss::
+	        install -D -p -o root -g root -m 644 debian/lintian $(CURDIR)/debian/ktsuss/usr/share/lintian/overrides/ktsuss


Property changes on: goodies/ktsuss/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-xfce-commits mailing list