r9052 - packages/trunk/yabause/debian

Evgeni Golov sargentd-guest at alioth.debian.org
Sat Mar 7 21:06:58 UTC 2009


Author: sargentd-guest
Date: 2009-03-07 21:06:58 +0000 (Sat, 07 Mar 2009)
New Revision: 9052

Modified:
   packages/trunk/yabause/debian/changelog
   packages/trunk/yabause/debian/rules
   packages/trunk/yabause/debian/yabause-gtk.install
   packages/trunk/yabause/debian/yabause-qt.install
Log:
* changelog cosmetics
* Don't change the Icon-field in the .desktop files.
* Don't install yabause-{gtk,qt}.png in the appropriate packages.



Modified: packages/trunk/yabause/debian/changelog
===================================================================
--- packages/trunk/yabause/debian/changelog	2009-03-07 20:47:16 UTC (rev 9051)
+++ packages/trunk/yabause/debian/changelog	2009-03-07 21:06:58 UTC (rev 9052)
@@ -2,20 +2,24 @@
 
   * New upstream release.
   * debian/control:
-    + Update the short-descriptions.
+    + Update the short-descriptions to reflect upstream naming change.
     + Add a new yabause-common package, containing images and translations.
     + Add Build-Dep on libmini18n-dev, so we can enable translations.
       Closes: #508166
   * debian/rules:
-    + Upstream now supports --programm-postfix, so we don't need to rename
+    + Upstream now supports --programm-suffix, so we don't need to rename
       files on our own so much.
     + Rename build-%/Makefile to build-%/config-stamp, so the Makefile
       isn't erased.
+    + Don't change the Icon-field in the .desktop files.
+  * debian/yabause-{gtk,qt}.install:
+    + yabause-common contains yabause.png, so no need to install
+      yabause-{gtk,qt}.png in the appropriate packages.
   * debian/patches:
     + Add 01-fix_qt_build.patch so the Qt build does not FTBFS when built
-      out of source.
+      out of source, imported from Upstream.
 
- -- Evgeni Golov <sargentd at die-welt.net>  Tue, 13 Jan 2009 11:27:10 +0100
+ -- Evgeni Golov <sargentd at die-welt.net>  Sat, 07 Mar 2009 22:00:50 +0100
 
 yabause (0.9.8-1) unstable; urgency=low
 

Modified: packages/trunk/yabause/debian/rules
===================================================================
--- packages/trunk/yabause/debian/rules	2009-03-07 20:47:16 UTC (rev 9051)
+++ packages/trunk/yabause/debian/rules	2009-03-07 21:06:58 UTC (rev 9052)
@@ -63,11 +63,11 @@
 	$(MAKE) -C build-qt install DESTDIR=$(CURDIR)/debian/tmp
 
 	# install yabause-gtk
-	sed -i -e 's,yabause,yabause-gtk,' $(CURDIR)/debian/tmp/usr/share/applications/yabause-gtk.desktop
+	sed -i -e '/Exec/ s,yabause,yabause-gtk,' $(CURDIR)/debian/tmp/usr/share/applications/yabause-gtk.desktop
 
 	# install yabause-qt
 	install -D src/gtk/doc/yabause.1 $(CURDIR)/debian/yabause-qt/usr/share/man/man1/yabause-qt.1
-	sed -i -e 's,yabause,yabause-qt,' $(CURDIR)/debian/tmp/usr/share/applications/yabause-qt.desktop
+	sed -i -e '/Exec/ s,yabause,yabause-qt,' $(CURDIR)/debian/tmp/usr/share/applications/yabause-qt.desktop
 
 	dh_install
 

Modified: packages/trunk/yabause/debian/yabause-gtk.install
===================================================================
--- packages/trunk/yabause/debian/yabause-gtk.install	2009-03-07 20:47:16 UTC (rev 9051)
+++ packages/trunk/yabause/debian/yabause-gtk.install	2009-03-07 21:06:58 UTC (rev 9052)
@@ -1,4 +1,3 @@
 usr/bin/yabause-gtk
 usr/share/applications/yabause-gtk.desktop
-usr/share/pixmaps/yabause-gtk.png
 usr/share/man/man1/yabause-gtk.1

Modified: packages/trunk/yabause/debian/yabause-qt.install
===================================================================
--- packages/trunk/yabause/debian/yabause-qt.install	2009-03-07 20:47:16 UTC (rev 9051)
+++ packages/trunk/yabause/debian/yabause-qt.install	2009-03-07 21:06:58 UTC (rev 9052)
@@ -1,4 +1,2 @@
 usr/bin/yabause-qt
 usr/share/applications/yabause-qt.desktop
-usr/share/pixmaps/yabause-qt.png
-#usr/share/man/man1/yabause-qt.1




More information about the Pkg-games-commits mailing list