rev 19365 - kde-extras/kraft/trunk/debian

Mark Purcell msp at alioth.debian.org
Sun Dec 23 02:31:23 UTC 2012


Author: msp
Date: 2012-12-23 02:31:23 +0000 (Sun, 23 Dec 2012)
New Revision: 19365

Modified:
   kde-extras/kraft/trunk/debian/changelog
   kde-extras/kraft/trunk/debian/compat
   kde-extras/kraft/trunk/debian/control
   kde-extras/kraft/trunk/debian/rules
Log:
* New upstream release
* debian/compat -> 9
* Added Depends: python-pypdf
* Updated Description: 
  - Fixes "Please explain what it does in the description" (Closes: #678934)

Modified: kde-extras/kraft/trunk/debian/changelog
===================================================================
--- kde-extras/kraft/trunk/debian/changelog	2012-12-07 22:09:40 UTC (rev 19364)
+++ kde-extras/kraft/trunk/debian/changelog	2012-12-23 02:31:23 UTC (rev 19365)
@@ -1,3 +1,13 @@
+kraft (0.50-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/compat -> 9
+  * Added Depends: python-pypdf
+  * Updated Description: 
+    - Fixes "Please explain what it does in the description" (Closes: #678934)
+
+ -- Mark Purcell <msp at debian.org>  Sun, 23 Dec 2012 12:49:08 +1100
+
 kraft (0.45-2) unstable; urgency=low
 
   [ Mark Purcell ]

Modified: kde-extras/kraft/trunk/debian/compat
===================================================================
--- kde-extras/kraft/trunk/debian/compat	2012-12-07 22:09:40 UTC (rev 19364)
+++ kde-extras/kraft/trunk/debian/compat	2012-12-23 02:31:23 UTC (rev 19365)
@@ -1 +1 @@
-7
+9

Modified: kde-extras/kraft/trunk/debian/control
===================================================================
--- kde-extras/kraft/trunk/debian/control	2012-12-07 22:09:40 UTC (rev 19364)
+++ kde-extras/kraft/trunk/debian/control	2012-12-23 02:31:23 UTC (rev 19365)
@@ -4,7 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>,
            Jonathan Patrick Davies <jpatrick at kubuntu.org>
-Build-Depends: debhelper (>= 7.3.16~),
+Build-Depends: debhelper (>= 9),
                pkg-kde-tools,
                cmake,
                kdelibs5-dev,
@@ -23,12 +23,16 @@
          ${misc:Depends},
          libqt4-sql-sqlite,
          python-trml2pdf,
-         pdftk
+         pdftk, python-pypdf
 Recommends: libqt4-sql-mysql
 Description: small business-management application
- Kraft is an application for people who operate a small business. Kraft helps to
- write business communication documents like offers and invoices.
+ Kraft creates and handless office documents in small enterprises. In a workshop
+ or any similar company daily tasks can be done in a smart manner.
  .
- Kraft is not a program specialised on a certain trade or craft. Instead Kraft
- covers the practical issues of a small business and helps through ease of use
- yet powerful features to deal with most of the office jobs effectively.
+ Features include:
+  Customer management, integrated using KAddressbook
+  Automated creation of quotes, invoices and similar documents
+  Text templates
+  Calculation
+  Material management
+  Configurable document creation in PDF format

Modified: kde-extras/kraft/trunk/debian/rules
===================================================================
--- kde-extras/kraft/trunk/debian/rules	2012-12-07 22:09:40 UTC (rev 19364)
+++ kde-extras/kraft/trunk/debian/rules	2012-12-23 02:31:23 UTC (rev 19365)
@@ -4,4 +4,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --parallel --with kde $@
+	dh $@ --parallel --with kde




More information about the pkg-kde-commits mailing list