rev 6196 - trunk/packages/kdegames/debian

Sune Vuorela pusling-guest at alioth.debian.org
Tue May 15 11:27:07 UTC 2007


Author: pusling-guest
Date: 2007-05-15 11:27:06 +0000 (Tue, 15 May 2007)
New Revision: 6196

Modified:
   trunk/packages/kdegames/debian/changelog
   trunk/packages/kdegames/debian/knetwalk.install
   trunk/packages/kdegames/debian/rules
Log:
first attepmt at 3.5.7


Modified: trunk/packages/kdegames/debian/changelog
===================================================================
--- trunk/packages/kdegames/debian/changelog	2007-05-15 09:21:56 UTC (rev 6195)
+++ trunk/packages/kdegames/debian/changelog	2007-05-15 11:27:06 UTC (rev 6196)
@@ -1,3 +1,12 @@
+kdegames (4:3.5.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switch away from tarball.mk.
+  * Install knetwork desktop file.
+  * Remember the dots in my changelog entry.
+
+ -- Sune Vuorela <debian at pusling.com>  Tue, 15 May 2007 12:40:00 +0200
+
 kdegames (4:3.5.6-2) unstable; urgency=low
 
   * Upload to unstable after Etch release.

Modified: trunk/packages/kdegames/debian/knetwalk.install
===================================================================
--- trunk/packages/kdegames/debian/knetwalk.install	2007-05-15 09:21:56 UTC (rev 6195)
+++ trunk/packages/kdegames/debian/knetwalk.install	2007-05-15 11:27:06 UTC (rev 6196)
@@ -6,3 +6,4 @@
 /usr/share/icons/hicolor/128x128/apps/knetwalk.png
 ../icons/knetwalk.xpm /usr/share/pixmaps
 ../icons/knetwalk-16.xpm /usr/share/pixmaps
+usr/share/applications/kde/knetwalk.desktop

Modified: trunk/packages/kdegames/debian/rules
===================================================================
--- trunk/packages/kdegames/debian/rules	2007-05-15 09:21:56 UTC (rev 6195)
+++ trunk/packages/kdegames/debian/rules	2007-05-15 11:27:06 UTC (rev 6196)
@@ -1,8 +1,5 @@
 #! /usr/bin/make -f
 
-DEB_TAR_SRCDIR := $(shell basename $(wildcard *.tar.bz2) .tar.bz2)
-
-include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include debian/cdbs/debian-qt-kde.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -21,14 +18,20 @@
 	cp -f /usr/share/libtool/libtool.m4 $(DEB_SRCDIR)/admin/libtool.m4.in
 	cp -f /usr/share/libtool/ltmain.sh $(DEB_SRCDIR)/admin/ltmain.sh
 	for f in /usr/share/automake-1.9/*; do \
-		if test -f $$f && ! test -L $$f && \
-			test -f $(DEB_SRCDIR)/admin/`basename $$f`; then \
+		if test -f $$f && ! test -L $$f ; then \
 			cp -f $$f $(DEB_SRCDIR)/admin/; \
 		fi; \
 	done
 	touch debian/stamp-libtool-update
 
 clean::
+	for f in /usr/share/automake-1.9/*; do \
+                 if test -f $$f && ! test -L $$f && \
+                        test -f $(DEB_SRCDIR)/admin/`basename $$f`; then \
+                        rm -f $(DEB_SRCDIR)/admin/`basename $$f`; \
+                fi; \
+        done
+	rm -f admin/libtool.m4.in admin/ltmain.sh
 	rm -f debian/stamp-libtool-update
 	rm -f debian/patches/common/02_autotools_update.diff \
 		debian/patches/common/03_libtool_update.diff
@@ -40,7 +43,7 @@
 
 DEB_INSTALL_CHANGELOGS_kdegames := $(DEB_SRCDIR)/ChangeLog
 
-DEB_DH_MAKESHLIBS_ARGS_libkdegames1 := -V'libkdegames1 (>= 4:3.5.6)'
+DEB_DH_MAKESHLIBS_ARGS_libkdegames1 := -V'libkdegames1 (>= 4:3.5.7)'
 DEB_DH_MAKESHLIBS_ARGS_atlantik := -V
 DEB_DH_MAKESHLIBS_ARGS_kolf := -V
 




More information about the pkg-kde-commits mailing list