rev 9381 - in kde-extras/kompose/trunk/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Feb 10 02:26:16 UTC 2008


Author: ana
Date: 2008-02-10 02:26:15 +0000 (Sun, 10 Feb 2008)
New Revision: 9381

Modified:
   kde-extras/kompose/trunk/debian/changelog
   kde-extras/kompose/trunk/debian/compat
   kde-extras/kompose/trunk/debian/control
   kde-extras/kompose/trunk/debian/copyright
   kde-extras/kompose/trunk/debian/patches/series
   kde-extras/kompose/trunk/debian/rules
Log:
kompose maintainance upload:

  * Update to Standards-Version 3.7.3, no changes required.
  * Bump to debhelper 6.
  * Move Homepage into source field.
  * Fix clean target in debian/rules.
  * Patch desktop file:
    - Add categories to the desktop file. (Closes: #448828)
    - Remove deprecated TerminalOptions entry.
  * Replace (c) by ?\194?\169 in the copyright file to make lintian happy.



Modified: kde-extras/kompose/trunk/debian/changelog
===================================================================
--- kde-extras/kompose/trunk/debian/changelog	2008-02-10 02:20:18 UTC (rev 9380)
+++ kde-extras/kompose/trunk/debian/changelog	2008-02-10 02:26:15 UTC (rev 9381)
@@ -1,3 +1,16 @@
+kompose (0.5.4-2) unstable; urgency=low
+
+  * Update to Standards-Version 3.7.3, no changes required.
+  * Bump to debhelper 6.
+  * Move Homepage into source field.
+  * Fix clean target in debian/rules.
+  * Patch desktop file:
+    - Add categories to the desktop file. (Closes: #448828)
+    - Remove deprecated TerminalOptions entry.
+  * Replace (c) by © in the copyright file to make lintian happy.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 10 Feb 2008 03:25:20 +0100
+
 kompose (0.5.4-1) unstable; urgency=low
 
   * New maintainers. (Closes: #393035)

Modified: kde-extras/kompose/trunk/debian/compat
===================================================================
--- kde-extras/kompose/trunk/debian/compat	2008-02-10 02:20:18 UTC (rev 9380)
+++ kde-extras/kompose/trunk/debian/compat	2008-02-10 02:26:15 UTC (rev 9381)
@@ -1 +1 @@
-5
+6

Modified: kde-extras/kompose/trunk/debian/control
===================================================================
--- kde-extras/kompose/trunk/debian/control	2008-02-10 02:20:18 UTC (rev 9380)
+++ kde-extras/kompose/trunk/debian/control	2008-02-10 02:26:15 UTC (rev 9381)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <debian at pusling.com>
-Build-Depends: debhelper (>= 5), quilt, autotools-dev, kdelibs4-dev, libimlib2-dev, libx11-dev, libxdamage-dev, libxcomposite-dev
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 6), quilt, autotools-dev, kdelibs4-dev, libimlib2-dev, libx11-dev, libxdamage-dev, libxcomposite-dev
+Standards-Version: 3.7.3
+Homepage: http://kompose.berlios.de/
 
 Package: kompose
 Architecture: any
@@ -13,5 +14,3 @@
  Kompose offers a great new way to manage a big number of windows on
  different Virtual Desktops. It creates a fullscreen view where every
  window is represented by a scaled screenshot of its own.
- .
-  Homepage: http://kompose.berlios.de/

Modified: kde-extras/kompose/trunk/debian/copyright
===================================================================
--- kde-extras/kompose/trunk/debian/copyright	2008-02-10 02:20:18 UTC (rev 9380)
+++ kde-extras/kompose/trunk/debian/copyright	2008-02-10 02:26:15 UTC (rev 9381)
@@ -8,7 +8,7 @@
 Upstream Author: Hans Oischinger <oisch at waidlafragger.de>
 
 Copyright:
-	(c) 2004-2006, Hans Oischinger <oisch at waidlafragger.de>
+	© 2004-2006, Hans Oischinger <oisch at waidlafragger.de>
 
 License terms:
 

Modified: kde-extras/kompose/trunk/debian/patches/series
===================================================================
--- kde-extras/kompose/trunk/debian/patches/series	2008-02-10 02:20:18 UTC (rev 9380)
+++ kde-extras/kompose/trunk/debian/patches/series	2008-02-10 02:26:15 UTC (rev 9381)
@@ -1,3 +1,4 @@
+fix_desktop
 01_autoconf-2.6.diff -p0
 02_no-libxfixes-configure-in-in.diff
 03_fix-ld-flags.diff

Modified: kde-extras/kompose/trunk/debian/rules
===================================================================
--- kde-extras/kompose/trunk/debian/rules	2008-02-10 02:20:18 UTC (rev 9380)
+++ kde-extras/kompose/trunk/debian/rules	2008-02-10 02:26:15 UTC (rev 9381)
@@ -43,7 +43,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp po/*.gmo 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 
 	#upstream doesn't ship these:




More information about the pkg-kde-commits mailing list