r14030 - 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 rules update-app-install.8
jak-guest at users.alioth.debian.org
jak-guest at users.alioth.debian.org
Fri Jan 4 19:03:00 UTC 2008
Author: jak-guest
Date: Fri Jan 4 19:03:00 2008
New Revision: 14030
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14030
Log:
* Update to 0.5.2 (fixed upstream: 04_fix_scripts, manpages)
Removed:
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
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=14030&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog (original)
+++ packages/unstable/gnome-app-install/debian/changelog Fri Jan 4 19:03:00 2008
@@ -1,11 +1,10 @@
-gnome-app-install (0.5.1-1) unstable; urgency=low
+gnome-app-install (0.5.2-1) UNRELEASED; urgency=low
* New upstream release
- Fix crash on package search (Closes: #453850)
* 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
@@ -21,12 +20,9 @@
- call dh_icons
- Install debian/changelog.ubuntu as upstream changelog
- 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
+ -- Julian Andres Klode <jak at jak-linux.org> Fri, 04 Jan 2008 19:57:34 +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=14030&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/control (original)
+++ packages/unstable/gnome-app-install/debian/control Fri Jan 4 19:03:00 2008
@@ -32,8 +32,7 @@
python-gtk2 (>= 2.10.1),
python-sexy,
python-xdg (>= 0.8),
- synaptic (>= 0.57.8),
- software-properties-gtk
+ synaptic (>= 0.57.8)
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=14030&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/control.in (original)
+++ packages/unstable/gnome-app-install/debian/control.in Fri Jan 4 19:03:00 2008
@@ -32,8 +32,7 @@
python-gtk2 (>= 2.10.1),
python-sexy,
python-xdg (>= 0.8),
- synaptic (>= 0.57.8),
- software-properties-gtk
+ synaptic (>= 0.57.8)
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/manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/manpages?rev=14030&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/manpages (original)
+++ packages/unstable/gnome-app-install/debian/manpages Fri Jan 4 19:03:00 2008
@@ -1,3 +1,1 @@
-debian/update-app-install.8
-debian/gnome-app-install.1
-debian/gnome-app-install-helper.1
+man/*.[1-9]
Modified: packages/unstable/gnome-app-install/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/rules?rev=14030&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/rules (original)
+++ packages/unstable/gnome-app-install/debian/rules Fri Jan 4 19:03:00 2008
@@ -16,9 +16,10 @@
rm -rf build
rm -f AppInstall/Version.py
-$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
+binary-install/gnome-app-install::
dh_scrollkeeper -p$(cdbs_curpkg) $(DEB_DH_SCROLLKEEPER_ARGS)
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/
+ # Delete empty dirs
+ find debian/$(cdbs_curpkg)/usr/share/ -type d -empty -delete
More information about the pkg-gnome-commits
mailing list