rev 19144 - kde-extras/basket/trunk/debian

Luigi Toscano tosky-guest at alioth.debian.org
Thu Mar 29 23:41:33 UTC 2012


Author: tosky-guest
Date: 2012-03-29 23:41:33 +0000 (Thu, 29 Mar 2012)
New Revision: 19144

Modified:
   kde-extras/basket/trunk/debian/basket.1
   kde-extras/basket/trunk/debian/changelog
   kde-extras/basket/trunk/debian/control
   kde-extras/basket/trunk/debian/rules
Log:
basket 1.81-2, few fixes:

* Update standard version to 3.9.3.
* Add support for parallel build.
* Fix lintian warnings (description-synopsis-starts-with-article,
  manpage-has-bad-whatis-entry).
* Fix "experimental" instead of "unstable" in the previous changelog entry.
* Urgency set to high to fix a RC bug (#587544).


Modified: kde-extras/basket/trunk/debian/basket.1
===================================================================
--- kde-extras/basket/trunk/debian/basket.1	2012-03-16 20:56:16 UTC (rev 19143)
+++ kde-extras/basket/trunk/debian/basket.1	2012-03-29 23:41:33 UTC (rev 19144)
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 .TH BasKet "1" "February 2007" "BasKet 1.0"
 .SH NAME
-BasKet
+BasKet \- Note-taking application
 .SH SYNOPSIS
 .B basket
 [\fIQt-options\fR] [\fIKDE-options\fR] [\fIoptions\fR] [\fIfile\fR]

Modified: kde-extras/basket/trunk/debian/changelog
===================================================================
--- kde-extras/basket/trunk/debian/changelog	2012-03-16 20:56:16 UTC (rev 19143)
+++ kde-extras/basket/trunk/debian/changelog	2012-03-29 23:41:33 UTC (rev 19144)
@@ -1,6 +1,18 @@
-basket (1.81-1) unstable; urgency=low
+basket (1.81-2) UNRELEASED; urgency=high
 
   [ Luigi Toscano ]
+  * Update standard version to 3.9.3.
+  * Add support for parallel build.
+  * Fix lintian warnings (description-synopsis-starts-with-article,
+    manpage-has-bad-whatis-entry).
+  * Fix "experimental" instead of "unstable" in the previous changelog entry.
+  * Urgency set to high to fix a RC bug (closes: #587544).
+
+ -- Luigi Toscano <luigi.toscano at tiscali.it>  Thu, 29 Mar 2012 23:02:10 +0200
+
+basket (1.81-1) experimental; urgency=low
+
+  [ Luigi Toscano ]
   * New upstream release.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 08 Oct 2010 13:30:09 +0200

Modified: kde-extras/basket/trunk/debian/control
===================================================================
--- kde-extras/basket/trunk/debian/control	2012-03-16 20:56:16 UTC (rev 19143)
+++ kde-extras/basket/trunk/debian/control	2012-03-29 23:41:33 UTC (rev 19144)
@@ -5,12 +5,12 @@
 Uploaders: Sune Vuorela <debian at pusling.com>, Luigi Toscano <luigi.toscano at tiscali.it>
 Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5), cmake, libx11-dev, libqimageblitz-dev, kdepimlibs5-dev (>=4:4.4.3), libgpgme11-dev
 Homepage: http://basket.kde.org/
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 
 Package: basket
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a multi-purpose note-taking application for KDE
+Description: multi-purpose note-taking application for KDE
  This application provides as many baskets (drawers) as you wish; Several
  kinds of objects (texts, URLs, images,...) can be drag-n-drop'd into it. 
  .

Modified: kde-extras/basket/trunk/debian/rules
===================================================================
--- kde-extras/basket/trunk/debian/rules	2012-03-16 20:56:16 UTC (rev 19143)
+++ kde-extras/basket/trunk/debian/rules	2012-03-29 23:41:33 UTC (rev 19144)
@@ -5,7 +5,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh --with kde $@
+	dh --parallel --with kde $@
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list