r14430 - in /packages/unstable/gnome-app-install/debian: changelog control control.in gnome-app-install-helper.1 gnome-app-install.1 manpages patches/04_fix_scripts.patch update-app-install.8

jak-guest at users.alioth.debian.org jak-guest at users.alioth.debian.org
Mon Feb 4 15:16:30 UTC 2008


Author: jak-guest
Date: Mon Feb  4 15:16:30 2008
New Revision: 14430

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14430
Log:
* Use release 0.5.1, re-add stuff removed for 0.5.2

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/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/control
    packages/unstable/gnome-app-install/debian/control.in
    packages/unstable/gnome-app-install/debian/manpages

Modified: packages/unstable/gnome-app-install/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/changelog?rev=14430&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog (original)
+++ packages/unstable/gnome-app-install/debian/changelog Mon Feb  4 15:16:30 2008
@@ -1,11 +1,11 @@
-gnome-app-install (0.5.2~bzr578-1) unstable; urgency=low
+gnome-app-install (0.5.1-1) unstable; urgency=low
 
   [ Julian Andres Klode ]
-  * New upstream snapshot
+  * New upstream release
     - Fix crash on package search (Closes: #453850)
-    - Fix README (Closes: #437415)
   * debian/patches:
     - 04_reset_default_sort_func.patch: Removed, was wrong
+    - 04_fix_scripts: Fix script-not-executable warnings
     - 02_debian_distro.patch: updated
   * debian/control:
     - Build-Depend on python-setuptools
@@ -20,13 +20,16 @@
       app-install-data postinst
     - call dh_icons
     - 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
 
   [ Josselin Mouette ]
   * 03_desktop.patch: add "Settings" category to the desktop file so
     that it appears in the correct menu.
 
- -- Julian Andres Klode <jak at jak-linux.org>  Sun, 03 Feb 2008 18:29:10 +0100
+ -- Julian Andres Klode <jak at jak-linux.org>  Mon, 04 Feb 2008 16:12:05 +0100
 
 gnome-app-install (0.4.6-1) unstable; urgency=low
 

Modified: packages/unstable/gnome-app-install/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/control?rev=14430&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/control (original)
+++ packages/unstable/gnome-app-install/debian/control Mon Feb  4 15:16:30 2008
@@ -33,7 +33,8 @@
          python-gtk2 (>= 2.10.1),
          python-sexy,
          python-xdg (>= 0.8),
-         synaptic (>= 0.57.8)
+         synaptic (>= 0.57.8),
+         software-properties-gtk
 XB-Python-Version: ${python:Versions}
 Description: GNOME Application Installer
  A pretty application installer for GNOME. It can also search for mime

Modified: packages/unstable/gnome-app-install/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/control.in?rev=14430&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/control.in (original)
+++ packages/unstable/gnome-app-install/debian/control.in Mon Feb  4 15:16:30 2008
@@ -33,7 +33,8 @@
          python-gtk2 (>= 2.10.1),
          python-sexy,
          python-xdg (>= 0.8),
-         synaptic (>= 0.57.8)
+         synaptic (>= 0.57.8),
+         software-properties-gtk
 XB-Python-Version: ${python:Versions}
 Description: GNOME Application Installer
  A pretty application installer for GNOME. It can also search for mime

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=14430&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 Mon Feb  4 15:16:30 2008
@@ -1,0 +1,20 @@
+.\" Copyright (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=14430&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/gnome-app-install.1 (added)
+++ packages/unstable/gnome-app-install/debian/gnome-app-install.1 Mon Feb  4 15:16:30 2008
@@ -1,0 +1,52 @@
+.\" Copyright (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/manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/manpages?rev=14430&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/manpages (original)
+++ packages/unstable/gnome-app-install/debian/manpages Mon Feb  4 15:16:30 2008
@@ -1,1 +1,3 @@
-man/*.[1-9]
+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=14430&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 Mon Feb  4 15:16:30 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

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=14430&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/update-app-install.8 (added)
+++ packages/unstable/gnome-app-install/debian/update-app-install.8 Mon Feb  4 15:16:30 2008
@@ -1,0 +1,24 @@
+.\" Copyright (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