[SCM] Packaging GTK Balls branch, master, updated. 63c885351851129fc7a3e446cb668ce1a380c075

Christoph Egger Christoph.Egger at gmx.de
Sat May 9 21:50:42 UTC 2009


The following commit has been merged in the master branch:
commit 63c885351851129fc7a3e446cb668ce1a380c075
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat May 9 23:50:41 2009 +0200

    Make the Icon work in FDO menu

diff --git a/debian/control b/debian/control
index 9a1ffa4..d76cae7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Uploaders: Christoph Egger <debian at christoph-egger.org>
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50), libfreetype6-dev, libglib2.0-dev,
- libgtk2.0-dev (>= 2.0.6), libncurses5-dev, libpango1.0-dev, quilt,
+ libgtk2.0-dev (>= 2.0.6), libncurses5-dev, libpango1.0-dev, quilt (>= 0.46-7),
  autotools-dev
 Vcs-Git: git://git.debian.org/git/pkg-games/gtkballs.git/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/gtkballs.git
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..9dab08b
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+debian/gtkballs_16x16.xpm /usr/share/pixmaps
+debian/gtkballs.desktop /usr/share/applications
diff --git a/debian/menu b/debian/menu
index 8db3ca6..fa0d4fc 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,4 +1,4 @@
 ?package(gtkballs):needs="X11" section="Games/Puzzles"\
   title="GtkBalls" command="/usr/games/gtkballs" \
-  icon="/usr/share/gtkballs/gtkballs_16x16.xpm"
+  icon="/usr/share/pixmaps/gtkballs_16x16.xpm"
 	
diff --git a/debian/rules b/debian/rules
index 881306d..4f117b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-clean: unpatch
-	dh clean
-
 %:
-	dh $@
+	dh --with quilt $@
 
-override_dh_auto_configure: $(QUILT_STAMPFN)
+override_dh_auto_configure:
 	ln -sf /usr/share/misc/config.sub .
 	ln -sf /usr/share/misc/config.guess .
 	./configure --localstatedir=/var/games --bindir=/usr/games --prefix=/usr --datadir=/usr/share --mandir=/usr/share/man
 
-override_dh_auto_install:
-	dh_auto_install
-	/usr/bin/install -c -m 644 debian/*.xpm  $(CURDIR)/debian/gtkballs/usr/share/gtkballs
-	/usr/bin/install -c -m 644 debian/*.desktop $(CURDIR)/debian/gtkballs/usr/share/applications

-- 
Packaging GTK Balls



More information about the Pkg-games-commits mailing list