r25556 - in /packages/unstable/software-properties/debian: changelog rules software-properties-gtk.8 software-properties-gtk.manpages software-properties-kde.8 software-properties-kde.manpages

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Sun Nov 14 00:58:00 UTC 2010


Author: jordi
Date: Sun Nov 14 00:57:59 2010
New Revision: 25556

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25556
Log:
Add manpages for software-properties-gtk and -kde. Thanks, Timo Jyrinki! (closes: #458471).

Added:
    packages/unstable/software-properties/debian/software-properties-gtk.8
    packages/unstable/software-properties/debian/software-properties-gtk.manpages
    packages/unstable/software-properties/debian/software-properties-kde.8
    packages/unstable/software-properties/debian/software-properties-kde.manpages
Modified:
    packages/unstable/software-properties/debian/changelog
    packages/unstable/software-properties/debian/rules

Modified: packages/unstable/software-properties/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/software-properties/debian/changelog?rev=25556&op=diff
==============================================================================
--- packages/unstable/software-properties/debian/changelog [utf-8] (original)
+++ packages/unstable/software-properties/debian/changelog [utf-8] Sun Nov 14 00:57:59 2010
@@ -1,3 +1,11 @@
+software-properties (0.60.debian-3) unstable; urgency=low
+
+  * Reintroduce dropped changes from 0.60.debian-1.1 NMU.
+  * Add manpages for software-properties-gtk and -kde.
+    Thanks, Timo Jyrinki! (closes: #458471).
+
+ -- Jordi Mallach <jordi at debian.org>  Sun, 14 Nov 2010 02:00:27 +0100
+
 software-properties (0.60.debian-2) unstable; urgency=low
 
   * Fix all pending l10n issues from the BTS. Add updates for:
@@ -19,6 +27,13 @@
   * Get rid of the bogus "urd" translation.
 
  -- Jordi Mallach <jordi at debian.org>  Tue, 26 Oct 2010 00:00:03 +0200
+
+software-properties (0.60.debian-1.1) unstable; urgency=low
+
+  * Non-maintainer upload during credativ BSP 2008
+  * Fix release goal: FTBFS if build twice in a row (Closes: #442733)
+
+ -- Martin Zobel-Helas <zobel at debian.org>  Sun, 06 Apr 2008 02:31:14 +0200
 
 software-properties (0.60.debian-1) unstable; urgency=low
 

Modified: packages/unstable/software-properties/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/software-properties/debian/rules?rev=25556&op=diff
==============================================================================
--- packages/unstable/software-properties/debian/rules [utf-8] (original)
+++ packages/unstable/software-properties/debian/rules [utf-8] Sun Nov 14 00:57:59 2010
@@ -22,3 +22,6 @@
 	uudecode < debian/software-properties.png.uu && \
 		mv software-properties.png \
 			debian/software-properties-gtk/usr/share/icons/hicolor/48x48/apps/
+
+clean::
+	rm -rf build/

Added: packages/unstable/software-properties/debian/software-properties-gtk.8
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/software-properties/debian/software-properties-gtk.8?rev=25556&op=file
==============================================================================
--- packages/unstable/software-properties/debian/software-properties-gtk.8 (added)
+++ packages/unstable/software-properties/debian/software-properties-gtk.8 [utf-8] Sun Nov 14 00:57:59 2010
@@ -1,0 +1,55 @@
+.\" Copyright (C) 2008 Timo Jyrinki <timo.jyrinki at iki.fi>
+.\"
+.\" This is free software; you may 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,
+.\" or (at your option) any later version.
+.\"
+.\" This 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.
+.TH software-properties-gtk 8 "2008\-01\-02" 
+.SH NAME
+software-properties-gtk \- a repository manager, GTK+ front end
+.SH SYNOPSIS
+.B software-properties-gtk
+.RI [ OPTIONS... ]
+.SH DESCRIPTION
+Software Properties is a program for managing software repositories 
+you install software from. It provides an abstraction of the used apt 
+repositories, allowing managing distribution and independent software 
+vendor software sources easily.
+
+software-properties-gtk is a GTK+ front end for the repository management.
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show help message and exit
+.TP
+\fB\-d\fR, \fB\-\-debug\fR
+print some debug information to the command line
+.TP
+\fB\-m\fR, \fB\-\-massive\-debug\fR
+print a lot of debug information to the command line
+.TP
+\fB\-n\fR, \fB\-\-no\-update\fR
+no update on repository change (useful if called from an external program)
+.TP
+\fB\-t TOPLEVEL\fR, \fB\-\-toplevel=TOPLEVEL\fR
+set x-window-id of the toplevel parent for the dialog (useful for embedding)
+.TP
+\fB\-e ENABLE_COMPONENT\fR, \fB\-\-enable\-component=ENABLE_COMPONENT\fR
+enable the specified component of the distribution's repositories
+.SH AUTHORS
+.B software-properties-gtk
+is written by Michiel Sikkes <michiel at eyesopened.nl>, Michael Vogt <michael.vogt at ubuntu.com>, Sebastian Heinlein <glatzor at ubuntu.com> and Jonathan Riddell <jriddell at ubuntu.com>.
+.P
+This manual page was written by Timo Jyrinki <timo.jyrinki at iki.fi>, for 
+the Debian project (but may be used by others).
+.SH SEE ALSO
+software-properties-kde(8)

Added: packages/unstable/software-properties/debian/software-properties-gtk.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/software-properties/debian/software-properties-gtk.manpages?rev=25556&op=file
==============================================================================
--- packages/unstable/software-properties/debian/software-properties-gtk.manpages (added)
+++ packages/unstable/software-properties/debian/software-properties-gtk.manpages [utf-8] Sun Nov 14 00:57:59 2010
@@ -1,0 +1,1 @@
+debian/software-properties-gtk.8

Added: packages/unstable/software-properties/debian/software-properties-kde.8
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/software-properties/debian/software-properties-kde.8?rev=25556&op=file
==============================================================================
--- packages/unstable/software-properties/debian/software-properties-kde.8 (added)
+++ packages/unstable/software-properties/debian/software-properties-kde.8 [utf-8] Sun Nov 14 00:57:59 2010
@@ -1,0 +1,55 @@
+.\" Copyright (C) 2008 Timo Jyrinki <timo.jyrinki at iki.fi>
+.\"
+.\" This is free software; you may 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,
+.\" or (at your option) any later version.
+.\"
+.\" This 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.
+.TH software-properties-kde 8 "2008\-01\-02" 
+.SH NAME
+software-properties-kde \- a repository manager, KDE/Qt front end
+.SH SYNOPSIS
+.B software-properties-kde
+.RI [ OPTIONS... ]
+.SH DESCRIPTION
+Software Properties is a program for managing software repositories 
+you install software from. It provides an abstraction of the used apt 
+repositories, allowing managing distribution and independent software 
+vendor software sources easily.
+
+software-properties-kde is a KDE/Qt front end for the repository management.
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show help message and exit
+.TP
+\fB\-d\fR, \fB\-\-debug\fR
+print some debug information to the command line
+.TP
+\fB\-m\fR, \fB\-\-massive\-debug\fR
+print a lot of debug information to the command line
+.TP
+\fB\-n\fR, \fB\-\-no\-update\fR
+no update on repository change (useful if called from an external program)
+.TP
+\fB\-t TOPLEVEL\fR, \fB\-\-toplevel=TOPLEVEL\fR
+set x-window-id of the toplevel parent for the dialog (useful for embedding)
+.TP
+\fB\-e ENABLE_COMPONENT\fR, \fB\-\-enable\-component=ENABLE_COMPONENT\fR
+enable the specified component of the distribution's repositories
+.SH AUTHORS
+.B software-properties-kde
+is written by Michiel Sikkes <michiel at eyesopened.nl>, Michael Vogt <michael.vogt at ubuntu.com>, Sebastian Heinlein <glatzor at ubuntu.com> and Jonathan Riddell <jriddell at ubuntu.com>.
+.P
+This manual page was written by Timo Jyrinki <timo.jyrinki at iki.fi>, for 
+the Debian project (but may be used by others).
+.SH SEE ALSO
+software-properties-gtk(8)

Added: packages/unstable/software-properties/debian/software-properties-kde.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/software-properties/debian/software-properties-kde.manpages?rev=25556&op=file
==============================================================================
--- packages/unstable/software-properties/debian/software-properties-kde.manpages (added)
+++ packages/unstable/software-properties/debian/software-properties-kde.manpages [utf-8] Sun Nov 14 00:57:59 2010
@@ -1,0 +1,1 @@
+debian/software-properties-kde.8




More information about the pkg-gnome-commits mailing list