--- kdesudo-3.4.1.orig/debian/preinst +++ kdesudo-3.4.1/debian/preinst @@ -0,0 +1,24 @@ +#! /bin/sh + +set -e + +package_name=kdesudo + +if [ -z "$package_name" ]; then + print >&2 "Internal Error. Please report a bug." + exit 1; +fi + +case "$1" in + install) + dpkg-divert --package $package_name \ + --divert /usr/lib/kde4/libexec/kdesu.distrib \ + --rename /usr/lib/kde4/libexec/kdesu + ;; + abort-upgrade) + ;; + *) echo "$0: didn't understand being called with \`$1'" 1>&2 + exit 0;; +esac + +exit 0 --- kdesudo-3.4.1.orig/debian/copyright +++ kdesudo-3.4.1/debian/copyright @@ -0,0 +1,66 @@ +This package was debianized by Anthony Mercatante +on Fri, 01 Jun 2007 01:07:10 +0200 + +It was downloaded from + https://code.launchpad.net/kdesudo + +This version is a fork of the original kdesudo from + http://ksudo.sourceforge.net/kdesudo/ + +Upstream authors: + Robert Gruber + Anthony Mercatante + Martin Böhm + Jonathan Riddell + +Copyright: + (C) 2003 Robert Gruber + (C) 2007 Anthony Mercatante + (C) 2007 Martin Böhm ) + +License: + 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 2 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, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +--- + +The kcookie.* files are licensed under the terms of the GNU Library +General Public License as published by the Free Software Foundation; +either version 2 of the License, or (at your option) any later version. + +On Debian systems, the complete text of the GNU Library General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +--- + +The documentation is licensed under the terms of the GNU Free +Documentation License version 1.2 with no Invariant Sections, no +Front-Cover Texts and no Back-Cover Texts. + +On Debian systems, the complete text of the GNU Free Documentation +License can be found in `/usr/share/common-licenses/GFDL'. + +--- + +The packaging in debian/ is licensed under the terms of the GNU General +Public License either version 2 of the License, or +(at your option) any later version. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- kdesudo-3.4.1.orig/debian/control +++ kdesudo-3.4.1/debian/control @@ -0,0 +1,17 @@ +Source: kdesudo +Section: kde +Priority: optional +Maintainer: Anthony Mercatante +Build-Depends: debhelper (>= 7), cdbs, kdelibs5-dev, cmake +Standards-Version: 3.8.0 +Homepage: https://launchpad.net/kdesudo + +Package: kdesudo +Architecture: any +Depends: ${shlibs:Depends}, sudo +Conflicts: kdesudo-kde4 +Replaces: kdesudo-kde4 +Description: sudo frontend for KDE4 + KdeSudo is a graphical frontend for the sudo utility. + It allows you to run programs as another user by entering your password. + --- kdesudo-3.4.1.orig/debian/links +++ kdesudo-3.4.1/debian/links @@ -0,0 +1 @@ +usr/bin/kdesudo usr/lib/kde4/libexec/kdesu --- kdesudo-3.4.1.orig/debian/compat +++ kdesudo-3.4.1/debian/compat @@ -0,0 +1 @@ +7 --- kdesudo-3.4.1.orig/debian/rules +++ kdesudo-3.4.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk + --- kdesudo-3.4.1.orig/debian/changelog +++ kdesudo-3.4.1/debian/changelog @@ -0,0 +1,146 @@ +kdesudo (3.4.1-0ubuntu2) karmic; urgency=low + + * change to using kde.mk from pkg-kde-tools + + -- Jonathan Riddell Wed, 29 Jul 2009 18:01:42 +0100 + +kdesudo (3.4.1-0ubuntu1) jaunty; urgency=low + + * New upstream release: + - Closes LP: #351238 + - Closes LP: #312569 + + -- Anthony Mercatante Wed, 08 Apr 2009 23:06:38 +0200 + +kdesudo (3.4-0ubuntu1) jaunty; urgency=low + + * New upstream release + * Closes LP: #333203 + + -- Anthony Mercatante Fri, 27 Feb 2009 23:16:52 +0100 + +kdesudo (3.3.2-0ubuntu1) jaunty; urgency=low + + * New upstream release + * Removed kdesudo-kde4 transitional package properly: + - kdesudo conflicts kdesudo-kde4 + - kdesudo replaces kdesudo-kde4 + - Fixed preinst and postrm scripts + * Manpage is now in the tarball so: + - Deleted debian/kdesudo.docbook + - Removed docbook2x build-dep + - Removed manpages stuff in debian/rules + + -- Anthony Mercatante Fri, 27 Feb 2009 15:12:33 +0100 + +kdesudo (3.3.1-0ubuntu3) jaunty; urgency=low + + * Switch back to previous upload, waiting for the milstone release to + come out for fixing the transitional package removal issues. + + -- Anthony Mercatante Wed, 25 Feb 2009 09:51:59 +0100 + +kdesudo (3.3.1-0ubuntu2) jaunty; urgency=low + + * Rebuilt for doc path + * Uses cdbs kde4.mk + * Removed transitional package + + -- Anthony Mercatante Tue, 24 Feb 2009 18:03:20 +0100 + +kdesudo (3.3.1-0ubuntu1) intrepid; urgency=low + + * New upstream release + * Fixes LP: #272427 + * Fixes LP: #268092 + * Fixes LP: #267311 + * Fixes LP: #267501 + + -- Anthony Mercatante Thu, 25 Sep 2008 11:04:59 +0200 + +kdesudo (3.2-0ubuntu3) intrepid; urgency=low + + * Fixed kdesudo-preinst for divert rule to work... + + -- Anthony Mercatante Wed, 24 Sep 2008 23:54:07 +0200 + +kdesudo (3.2-0ubuntu2) intrepid; urgency=low + + * Fixed packaging... Previous upload ended up an empty package + + -- Anthony Mercatante Thu, 17 Jul 2008 12:32:14 +0200 + +kdesudo (3.2-0ubuntu1) intrepid; urgency=low + + * New upstream release + + -- Anthony Mercatante Wed, 16 Jul 2008 17:08:30 +0200 + +kdesudo-kde4 (3.1-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Anthony Mercatante Wed, 19 Mar 2008 08:50:34 +0100 + +kdesudo-kde4 (3.0-0ubuntu1) hardy; urgency=low + + * Initial release of the kde4 port. + + -- Anthony Mercatante Thu, 24 Jan 2008 17:15:45 +0100 + +kdesudo (2.3-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Anthony Mercatante Sun, 17 Feb 2008 02:34:43 +0100 + +kdesudo (2.2-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Anthony Mercatante Mon, 04 Feb 2008 20:07:55 +0100 + +kdesudo (2.1-0ubuntu1) hardy; urgency=low + + * New upstream release. + + -- Anthony Mercatante Thu, 24 Jan 2008 13:44:16 +0100 + +kdesudo (2.0-0ubuntu1) hardy; urgency=low + + * New upstream release : + - Closes LP: #157043, #162823, #144970, #148255,#172749, #173319 + * Fixed packaging to divert both binary and manpage. + + -- Anthony Mercatante Tue, 04 Dec 2007 16:41:58 +0100 + +kdesudo (1.4-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Anthony Mercatante Tue, 20 Nov 2007 12:46:56 +0100 + +kdesudo (1.3-0ubuntu1) hardy; urgency=low + + * New upstream release. Closes LP: #163417 + + -- Anthony Mercatante Mon, 19 Nov 2007 20:36:49 +0100 + +kdesudo (1.2-0ubuntu2) hardy; urgency=low + + * Reupload as the build farm should now be fixed + + -- Anthony Mercatante Mon, 12 Nov 2007 12:22:07 +0100 + +kdesudo (1.2-0ubuntu1) hardy; urgency=low + + * New upstream release, fixes the user's $HOME usage + potential corrupting files issue + + -- Anthony Mercatante Sat, 10 Nov 2007 12:58:57 +0100 + +kdesudo (1.1-0ubuntu1) gutsy; urgency=low + + * Initial release + + -- Anthony Mercatante Fri, 01 Jun 2007 01:04:36 +0200 --- kdesudo-3.4.1.orig/debian/postrm +++ kdesudo-3.4.1/debian/postrm @@ -0,0 +1,25 @@ +#! /bin/sh + +set -e + +package_name=kdesudo + +if [ -z "$package_name" ]; then + print >&2 "Internal Error. Please report a bug." + exit 1; +fi + +case "$1" in + remove) + dpkg-divert --package $package_name --rename --remove \ + /usr/lib/kde4/libexec/kdesu + ;; + purge) + ;; + upgrade) + ;; + *) echo "$0: didn't understand being called with \`$1'" 1>&2 + exit 0;; +esac + +exit 0