rev 17417 - kde-extras/kmymoney2/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Thu Mar 11 10:47:22 UTC 2010


Author: fabo
Date: 2010-03-11 10:47:21 +0000 (Thu, 11 Mar 2010)
New Revision: 17417

Modified:
   kde-extras/kmymoney2/trunk/debian/changelog
   kde-extras/kmymoney2/trunk/debian/control
   kde-extras/kmymoney2/trunk/debian/copyright
   kde-extras/kmymoney2/trunk/debian/rules
Log:
Prepare KMyMoney:
* Switch to dpkg-source 3.0 (quilt) format.
* Update debian/control:
  - Bump debhelper build dependency version to 7.4.15.
  - Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
* Update debian/rules:
  - Enable parallel buildd (pass --parallel option to dh).
  - List missing files (pass --list-missing option to dh).
  - Use kde sequence addon (pass --with kde option to dh).


Modified: kde-extras/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2010-03-11 10:40:29 UTC (rev 17416)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2010-03-11 10:47:21 UTC (rev 17417)
@@ -1,6 +1,14 @@
 kmymoney (3.96.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Switch to dpkg-source 3.0 (quilt) format.
+  * Update debian/control:
+    - Bump debhelper build dependency version to 7.4.15.
+    - Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
+  * Update debian/rules:
+    - Enable parallel buildd (pass --parallel option to dh).
+    - List missing files (pass --list-missing option to dh).
+    - Use kde sequence addon (pass --with kde option to dh).
 
  -- Fathi Boudra <fabo at debian.org>  Fri, 05 Mar 2010 16:15:31 +0100
 

Modified: kde-extras/kmymoney2/trunk/debian/control
===================================================================
--- kde-extras/kmymoney2/trunk/debian/control	2010-03-11 10:40:29 UTC (rev 17416)
+++ kde-extras/kmymoney2/trunk/debian/control	2010-03-11 10:47:21 UTC (rev 17417)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), chrpath, automake, libtool, 
- kdelibs5-dev, kdepimlibs5-dev,  libofx-dev, 
+Build-Depends: debhelper (>= 7.4.15), chrpath, automake, libtool,
+ kdelibs5-dev, kdepimlibs5-dev, libofx-dev,
  libz-dev, libpng12-dev, libjpeg62-dev,
  libical-dev, libgwenhywfar47-dev,
  libfinance-quote-perl, libsqlite3-dev, libgpgme11-dev, libboost-dev,
  libaqbanking29-dev (>= 4.2.3+svn.r1797-1)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://kmymoney2.sourceforge.net
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kmymoney2/?op=log
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kmymoney2/trunk

Modified: kde-extras/kmymoney2/trunk/debian/copyright
===================================================================
--- kde-extras/kmymoney2/trunk/debian/copyright	2010-03-11 10:40:29 UTC (rev 17416)
+++ kde-extras/kmymoney2/trunk/debian/copyright	2010-03-11 10:47:21 UTC (rev 17417)
@@ -19,8 +19,8 @@
 
 Copyright:
 
-    Copyright (C) 2000-2009 Thomas Baumgart
-    Copyright (C) 2009 Alvaro Soliverez
+    Copyright (C) 2000-2010 Thomas Baumgart
+    Copyright (C) 2009-2010 Alvaro Soliverez
     Copyright (C) 2000-2006 Michael Edwardes
     Copyright (C) 2000-2006 Felix Rodriguez
     Copyright (C) 2000-2006 Javier Campos Morales

Modified: kde-extras/kmymoney2/trunk/debian/rules
===================================================================
--- kde-extras/kmymoney2/trunk/debian/rules	2010-03-11 10:40:29 UTC (rev 17416)
+++ kde-extras/kmymoney2/trunk/debian/rules	2010-03-11 10:47:21 UTC (rev 17417)
@@ -8,7 +8,7 @@
 REV = $(shell echo $(UPVERSION) | sed -e 's/^.*svn//')
 
 %:
-	dh $@
+	dh --parallel --list-missing --with kde $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_SKIP_RPATH=ON




More information about the pkg-kde-commits mailing list