--- kshutdown-2.0~beta4.orig/patches/audacious-shutdown.desktop +++ kshutdown-2.0~beta4/patches/audacious-shutdown.desktop @@ -13,4 +13,3 @@ X-DCOP-ServiceType= X-KDE-SubstituteUID=false X-KDE-Username= -X-Ubuntu-Gettext-Domain=desktop_kdebase --- kshutdown-2.0~beta4.orig/debian/watch +++ kshutdown-2.0~beta4/debian/watch @@ -0,0 +1,11 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webserver directory +http://sf.net/kshutdown/kshutdown-(.*(? on +Thu, 14 Apr 2005 02:05:09 +0200. + +It was downloaded from http://kshutdown.sourceforge.net/download.html + +Upstream Author: + Konrad Twardowski + +Copyright: + Copyright (C) Konrad Twardowski + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, 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'. + --- kshutdown-2.0~beta4.orig/debian/kshutdown.manpages +++ kshutdown-2.0~beta4/debian/kshutdown.manpages @@ -0,0 +1 @@ +debian/kshutdown.1 --- kshutdown-2.0~beta4.orig/debian/control +++ kshutdown-2.0~beta4/debian/control @@ -0,0 +1,22 @@ +Source: kshutdown +Section: x11 +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Romain Beauxis +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>> 7), kdelibs5-dev, kdebase-workspace-dev +Standards-Version: 3.8.0 +Homepage: http://kshutdown.sourceforge.net/ + +Package: kshutdown +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: an advanced shut down utility for KDE + It has 4 main commands: + . + - Shut Down (logout and halt the system), + - Reboot (logout and reboot the system), + - Lock Screen (lock the screen using a screen saver), + - Logout (end the session and logout the user). + . + It features time and delay options, command line support, wizard, + and sounds. --- kshutdown-2.0~beta4.orig/debian/kshutdown.1 +++ kshutdown-2.0~beta4/debian/kshutdown.1 @@ -0,0 +1,115 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH KSHUTDOWN 1 "avril 14, 2005" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +kshutdown \- A Shut Down Utility for KDE +.SH SYNOPSIS +.B kshutdown +.RI [ Qt-options ] +.RI [ KDE-options ] +.RI [ options ] +.RI time +.SH DESCRIPTION +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +This manual page documents briefly the +.B kshutdown +utility. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +A summary of options is included below. + +.TP +Generic options: +.TP +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE specific options +.TP +.B \-\-help\-all +Show all options +.TP +.B \-\-author +Show author information +.TP +.B \-v, \-\-version +Show version information +.TP +.B \-\-license +Show license information +.TP +.B \-\- +End of options + +.TP +Options: +.TP +.B \-s, \-\-shutdown + Turn off computer +.TP +.B \-h, \-\-halt +Turn off computer +.TP +.B \-r, \-\-reboot +Restart computer +.TP +.B \-k, \-\-lock +Lock session +.TP +.B \-l, \-\-logout +End current session +.TP +.B \-w, \-\-wizard +Wizard +.TP +.B \-\-standard +Show standard logout dialog +.TP +.B \-c, \-\-cancel +Cancel an active action +.TP +.B \-\-init +Don't show window at startup +.TP +.B \-\-test +Enable test mode +.TP +.B \-\-default +Disable test mode + +.TP +Arguments: +.TP +.B time +Time; Examples: 01:30 - absolute time (HH:MM); 10 - number of minutes to wait from now +.SH AUTHOR +kshutdown was written by Konrad Twardowski . +.PP +This manual page was written by Romain Beauxis , +for the Debian project Permission is granted to copy, distribute and/or +modify this document under the terms of the GNU General Public +License, Version 2 any later version published by the Free Software Foundation. + --- kshutdown-2.0~beta4.orig/debian/rules +++ kshutdown-2.0~beta4/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/kde4.mk + +DEB_INSTALL_MANPAGES_kshutdown := debian/kshutdown.1 + --- kshutdown-2.0~beta4.orig/debian/changelog +++ kshutdown-2.0~beta4/debian/changelog @@ -0,0 +1,159 @@ +kshutdown (2.0~beta4-1ubuntu1) jaunty; urgency=low + + * New upstream release + * Packaging ported to KDE4 + + -- Anthony Mercatante Fri, 23 Jan 2009 20:03:51 +0100 + +kshutdown (1.0.2-1ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Ubuntu maintainer spec. + - Use simple-patchsys instead. + - Moved Homepage to new policy location. + - Added kubuntu_01_kdepot.patch + + -- Harald Sitter Thu, 05 Jun 2008 23:10:50 +0200 + +kshutdown (1.0.2-1) unstable; urgency=low + + * New upstream release + * Updated standard version to 3.7.3 (no changes) + + -- Romain Beauxis Tue, 11 Dec 2007 01:38:55 +0100 + +kshutdown (1.0.1-2ubuntu2) hardy; urgency=low + + * Added build-dep of chrpath. + + -- Jonathan Patrick Davies Thu, 29 Nov 2007 20:39:26 +0100 + +kshutdown (1.0.1-2ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Ubuntu maintainer spec. + - Use simple-patchsys instead. + * Moved Homepage to new policy location. + * New upstream release. + + -- Jonathan Patrick Davies Thu, 29 Nov 2007 18:49:26 +0100 + +kshutdown (1.0.1-2) unstable; urgency=low + + * Added linker flags to remove non-needed link dependencies. + + -- Romain Beauxis Wed, 21 Nov 2007 09:51:59 +0100 + +kshutdown (1.0.1-1) unstable; urgency=low + + * New upstream release + * Fixed watch file (thanks to Raphael Geissert) + Closes: #449772 + + -- Romain Beauxis Sun, 18 Nov 2007 14:39:07 +0100 + +kshutdown (1.0-1ubuntu1) gutsy; urgency=low + + * Merge from debian unstable, remaining changes: + * Added homepage to control file + * Added kubuntu_01_kdepot for rosetta export of pot file + * Modify Maintainer value to match Debian-Maintainer-Field Spec + + -- Sarah Hobbs Sat, 19 May 2007 13:48:54 +1000 + +kshutdown (1.0-1) unstable; urgency=low + + * New upstream release. + * Fix for FTBFS with GCC 4.3 applied upstream + Closes: #417301 + + -- Romain Beauxis Mon, 23 Apr 2007 13:41:01 +0200 + +kshutdown (0.9.1~beta-1) experimental; urgency=low + + * First upload of the next release to experimental. + * Updated debian standards + * Added workaround for buggy rpath setting + * Switched to cdbs' kde class + + -- Romain Beauxis Wed, 21 Feb 2007 02:10:26 +0100 + +kshutdown (0.9~beta-0ubuntu1) edgy; urgency=low + + * New upstream release + * Switched to debhelper 5 + * Cleaned build dependancies + * Added homepage to control file + * Removed useless debian/cdbs folder + * Removed obsolete kubuntu_01_fix_desktop_file.patch + * Added kubuntu_01_kdepot for rosetta export of pot file + + -- Anthony Mercatante Mon, 17 Jul 2006 11:24:20 +0200 + +kshutdown (0.8.2-1) unstable; urgency=low + + * New upstream release + + -- Romain Beauxis Tue, 14 Feb 2006 03:08:46 +0100 + +kshutdown (0.8-1ubuntu2) dapper; urgency=low + + * Added dh_iconcache + + -- Sarah Hobbs Wed, 10 May 2006 21:41:20 +1000 + +kshutdown (0.8-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian. + * debian/control: + - added patchutils to Build-Depends + - added include for autotools.mk + + -- Benjamin Montgomery Thu, 15 Dec 2005 21:07:10 -0600 + +kshutdown (0.8-1) unstable; urgency=low + + * New upstream release + * Added swedish translation (Closes: #337551) + + -- Romain Beauxis Tue, 29 Nov 2005 02:30:38 +0100 + +kshutdown (0.7.1beta-0ubuntu1) dapper; urgency=low + + * New upstream release + * Added kubuntu_01_fix_desktop_file.patch to add french + translation and missing GenericName to kshutdown.desktop file + * Sponsored upload for Anthony Mercatante + + -- Jonathan Riddell Mon, 14 Nov 2005 14:49:43 +0100 + +kshutdown (0.6.1-0ubuntu1) breezy; urgency=low + + * New upstream release + + -- Anthony Mercatante Thu, 15 Sep 2005 22:36:05 +0200 + +kshutdown (0.6.0-4) unstable; urgency=low + + * Workaround for FTBFS on some arch (see gcc Bug#323133) + + -- Romain Beauxis Mon, 5 Sep 2005 19:54:24 +0200 + +kshutdown (0.6.0-3) unstable; urgency=low + + * New upload to rebuild against new KDE and C++ libraries. + + -- Romain Beauxis Mon, 5 Sep 2005 11:00:11 +0200 + +kshutdown (0.6.0-2) unstable; urgency=low + + * Minor Debian fixes. + + -- Romain Beauxis Fri, 27 May 2005 11:35:55 +0200 + +kshutdown (0.6.0-1) unstable; urgency=low + + * Initial Release. (closes: #305843) + + -- Romain Beauxis Thu, 14 Apr 2005 02:05:09 +0200 +