r14023 - in /packages/unstable/gnome-app-install/debian: changelog gnome-app-install-helper.1 gnome-app-install.1 links manpages patches/04_fix_scripts.patch rules update-app-install.8
jak-guest at users.alioth.debian.org
jak-guest at users.alioth.debian.org
Wed Jan 2 18:34:49 UTC 2008
Author: jak-guest
Date: Wed Jan 2 18:34:49 2008
New Revision: 14023
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14023
Log:
- 04_fix_scripts: Fix script-not-executable warnings
- Delete usr/share/gnome/help/gnome-app-install/de/figures/, it's empty
* debian/update-app-install.8, debian/gnome-app-install.1,
debian/gnome-app-install-helper.1: Add man pages
* debian/links: link gnome-codec-install manpage to gnome-app-install manpage
* debian/manpages: Install manpages
Added:
packages/unstable/gnome-app-install/debian/gnome-app-install-helper.1
packages/unstable/gnome-app-install/debian/gnome-app-install.1
packages/unstable/gnome-app-install/debian/manpages
packages/unstable/gnome-app-install/debian/patches/04_fix_scripts.patch
packages/unstable/gnome-app-install/debian/update-app-install.8
Modified:
packages/unstable/gnome-app-install/debian/changelog
packages/unstable/gnome-app-install/debian/links
packages/unstable/gnome-app-install/debian/rules
Modified: packages/unstable/gnome-app-install/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/changelog?rev=14023&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog (original)
+++ packages/unstable/gnome-app-install/debian/changelog Wed Jan 2 18:34:49 2008
@@ -5,6 +5,7 @@
* debian/patches:
- 04_reset_default_sort_func.patch: Removed, was wrong
- 02_debian_distro.patch: updated
+ - 04_fix_scripts: Fix script-not-executable warnings
* debian/control:
- Build-Depend on python-setuptools
- Build-Depend on debhelper (>= 5.0.51), for dh_icons
@@ -17,8 +18,13 @@
app-install-data-{ubuntu,commercial} postinst
- call dh_icons
- Install debian/changelog.ubuntu as upstream changelog
-
- -- Julian Andres Klode <jak at jak-linux.org> Fri, 21 Dec 2007 20:04:03 +0100
+ - Delete usr/share/gnome/help/gnome-app-install/de/figures/, it's empty
+ * debian/update-app-install.8, debian/gnome-app-install.1,
+ debian/gnome-app-install-helper.1: Add man pages
+ * debian/links: link gnome-codec-install manpage to gnome-app-install manpage
+ * debian/manpages: Install manpages
+
+ -- Julian Andres Klode <jak at jak-linux.org> Wed, 02 Jan 2008 19:34:34 +0100
gnome-app-install (0.4.6-1) unstable; urgency=low
Added: packages/unstable/gnome-app-install/debian/gnome-app-install-helper.1
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/gnome-app-install-helper.1?rev=14023&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/gnome-app-install-helper.1 (added)
+++ packages/unstable/gnome-app-install/debian/gnome-app-install-helper.1 Wed Jan 2 18:34:49 2008
@@ -1,0 +1,20 @@
+.\"(C) 2008 Julian Andres Klode. Released under the terms of the GNU General
+\."Public License, Version 2.
+.TH gnome-app-install-helper 1 "2008-01-02"
+.SH NAME
+gnome-app-install-helper \- Helper for the Application Installer
+.SH SYNOPSIS
+gnome-app-install-helper OPTIONS
+.SH DESCRIPTION
+.B gnome-app-install-helper
+enables a component
+.SH OPTIONS
+.TP
+\fB\-h or \-\-help\fR
+print quick usage details to the screen.
+.TP
+\fB\-e COMPONENT or \-enable\-component=COMPONENT\fR
+Enable the specified component of the distro's repositories
+.SH AUTHOR
+This manpage has been written by Julian Andres Klode <jak at jak-linux.org> for the Debian project,
+but it may be used by others (under the terms of the GNU GPL, version 2).
Added: packages/unstable/gnome-app-install/debian/gnome-app-install.1
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/gnome-app-install.1?rev=14023&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/gnome-app-install.1 (added)
+++ packages/unstable/gnome-app-install/debian/gnome-app-install.1 Wed Jan 2 18:34:49 2008
@@ -1,0 +1,52 @@
+.\"(C) 2008 Julian Andres Klode. Released under the terms of the GNU General
+\."Public License, Version 2.
+.TH gnome-app-install 1 "2008-01-02"
+.SH NAME
+gnome-app-install \- Application Installer
+gnome-codec-install \- Codec Installer
+.SH SYNOPSIS
+gnome-app-install [ options ]
+gnome-codec-install [ options ] ARGUMENT
+.SH DESCRIPTION
+.B gnome-app-install
+is a user friendly application installer
+.SH OPTIONS
+.TP
+\fB\-h or \-\-help\fR
+print quick usage details to the screen.
+.TP
+\fB\-\-mime\-type=MIME_TYPE\fR
+Show only applications that handle the given file type
+.TP
+\fB\-\-transient\-for=TRANSIENT_FOR\fR
+Start as a child window of the given window (Only needed by developers)
+.TP
+\fB\-\-datadir=DATADIR\fR
+Load data from the given directory (Only needed by developers)
+.TP
+\fB\-\-desktopdir=DESKTOPDIR\fR
+Read the desktop files from the given directory (Only needed by developers)
+.TP
+\fB\-\-cachedir=CACHEDIR\fR
+Use the given directory for the cache (Only needed by developers)
+.TP
+\fB\-\-xul\-extensions=XUL_EXTENSIONS\fR
+Start as installer for XUL extensions
+.TP
+\fB\-\-addon\-cd=ADDON_CD\fR
+Start as installer for an addon cd
+.TP
+\fB\-\-selftest\fR
+Perform self tests (Only needed by developers)
+.TP
+\fB\-\-profile=PROFILE\fR
+Store profiling data in the given file (Only needed by developers)
+.TP
+\fB\-\-test\-mode\fR
+Run in a sepcial test mode(Only needed by developers)
+.SH ARGUMENTS
+gnome-codec-install takes an argument in the form of "gstreamer.net|0.10|totem|DivX MPEG\-4 Version 5 decoder|decoder\-video/x\-divx, divxversion=(int)5 (DivX MPEG\-4 Version 5 decoder)".
+This argument is used to find all packages containing this codec.
+.SH AUTHOR
+This manpage has been written by Julian Andres Klode <jak at jak-linux.org> for the Debian project,
+but it may be used by others (under the terms of the GNU GPL, version 2).
Modified: packages/unstable/gnome-app-install/debian/links
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/links?rev=14023&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/links (original)
+++ packages/unstable/gnome-app-install/debian/links Wed Jan 2 18:34:49 2008
@@ -1,1 +1,2 @@
usr/bin/gnome-app-install usr/bin/gnome-codec-install
+usr/share/man/man1/gnome-app-install.1.gz usr/share/man/man1/gnome-codec-install.1.gz
Added: packages/unstable/gnome-app-install/debian/manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/manpages?rev=14023&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/manpages (added)
+++ packages/unstable/gnome-app-install/debian/manpages Wed Jan 2 18:34:49 2008
@@ -1,0 +1,3 @@
+debian/update-app-install.8
+debian/gnome-app-install.1
+debian/gnome-app-install-helper.1
Added: packages/unstable/gnome-app-install/debian/patches/04_fix_scripts.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/patches/04_fix_scripts.patch?rev=14023&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/patches/04_fix_scripts.patch (added)
+++ packages/unstable/gnome-app-install/debian/patches/04_fix_scripts.patch Wed Jan 2 18:34:49 2008
@@ -1,0 +1,27 @@
+diff -Nur gnome-app-install-0.5.1/AppInstall/activation.py gnome-app-install-0.5.1.new/AppInstall/activation.py
+--- gnome-app-install-0.5.1/AppInstall/activation.py 2007-12-21 15:45:12.000000000 +0100
++++ gnome-app-install-0.5.1.new/AppInstall/activation.py 2008-01-02 19:03:13.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/python
+-
+ # Copyright (C) 2004-2005 Ross Burton <ross at burtonini.com>
+ # 2005-2007 Canonical
+ #
+diff -Nur gnome-app-install-0.5.1/AppInstall/prof.py gnome-app-install-0.5.1.new/AppInstall/prof.py
+--- gnome-app-install-0.5.1/AppInstall/prof.py 2007-12-21 15:45:13.000000000 +0100
++++ gnome-app-install-0.5.1.new/AppInstall/prof.py 2008-01-02 19:03:27.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ from AppInstall import *
+ from Menu import *
+
+diff -Nur gnome-app-install-0.5.1/AppInstall/update.py gnome-app-install-0.5.1.new/AppInstall/update.py
+--- gnome-app-install-0.5.1/AppInstall/update.py 2007-12-21 15:45:13.000000000 +0100
++++ gnome-app-install-0.5.1.new/AppInstall/update.py 2008-01-02 19:03:38.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/python
+-
+ import sys
+ import glob
+ import os
Modified: packages/unstable/gnome-app-install/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/rules?rev=14023&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/rules (original)
+++ packages/unstable/gnome-app-install/debian/rules Wed Jan 2 18:34:49 2008
@@ -21,3 +21,4 @@
dh_gconf -p$(cdbs_curpkg) $(DEB_DH_GCONF_ARGS)
dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS)
dh_icons -p$(cdbs_curpkg)
+ rm -rf debian/$(cdbs_curpkg)/usr/share/gnome/help/gnome-app-install/de/
Added: packages/unstable/gnome-app-install/debian/update-app-install.8
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/update-app-install.8?rev=14023&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/update-app-install.8 (added)
+++ packages/unstable/gnome-app-install/debian/update-app-install.8 Wed Jan 2 18:34:49 2008
@@ -1,0 +1,24 @@
+.\"(C) 2008 Julian Andres Klode. Released under the terms of the GNU General
+\."Public License, Version 2.
+.TH update-app-install 8 "2008-01-02"
+.SH NAME
+update-app-install \- Cache the data for gnome-app-install
+.SH SYNOPSIS
+update-app-install [ options ]
+.SH DESCRIPTION
+.B update-app-install
+updates the cache of data used by gnome-app-install. The default cache
+dir is /var/cache/app-install.
+.SH OPTIONS
+.TP
+\fB\-h or \-\-help\fR
+print quick usage details to the screen.
+.TP
+\fB\-d DESKTOP_DIR or \-\-desktop\-dir=DESKTOP_DIR\fR
+Directory that contains the desktop files of the applications
+.TP
+\fB\-c CACHE_DIR or \-\-cache\-dir=CACHE_DIR\fR
+Directory where the data should be cached in
+.SH AUTHOR
+This manpage has been written by Julian Andres Klode <jak at jak-linux.org> for the Debian project,
+but it may be used by others (under the terms of the GNU GPL, version 2).
More information about the pkg-gnome-commits
mailing list