[Pkg-sql-ledger-commit] r215 - in trunk/debian: . source

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Fri Nov 6 07:21:48 UTC 2009


Author: hertzog
Date: 2009-11-06 07:21:48 +0000 (Fri, 06 Nov 2009)
New Revision: 215

Added:
   trunk/debian/source/
   trunk/debian/source/format
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
* New upstream release.
  - fixed payment for recurring transactions
  - fixed lineitem discount when converting order to invoice
* Switch to 3.0 (quilt) source format. Thus remove quilt
  build-dependency and the --with quilt in debian/rules.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-10-22 11:48:01 UTC (rev 214)
+++ trunk/debian/changelog	2009-11-06 07:21:48 UTC (rev 215)
@@ -1,3 +1,13 @@
+sql-ledger (2.8.27-1) unstable; urgency=low
+
+  * New upstream release.
+    - fixed payment for recurring transactions
+    - fixed lineitem discount when converting order to invoice
+  * Switch to 3.0 (quilt) source format. Thus remove quilt
+    build-dependency and the --with quilt in debian/rules.
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Fri, 06 Nov 2009 08:13:54 +0100
+
 sql-ledger (2.8.26-1) unstable; urgency=low
 
   * New upstream release. 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2009-10-22 11:48:01 UTC (rev 214)
+++ trunk/debian/control	2009-11-06 07:21:48 UTC (rev 215)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Raphaël Hertzog <hertzog at debian.org>
 Uploaders: Petter Reinholdtsen <pere at debian.org>, Gerardo Reynoso <greynoso at tindes.com>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), recode
+Build-Depends: debhelper (>= 7.0.50~), recode
 Homepage: http://www.sql-ledger.com
 Vcs-Svn: svn://svn.debian.org/pkg-sql-ledger/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-sql-ledger/trunk/?op=log

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-10-22 11:48:01 UTC (rev 214)
+++ trunk/debian/rules	2009-11-06 07:21:48 UTC (rev 215)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_clean:
 	dh_auto_clean

Added: trunk/debian/source/format
===================================================================
--- trunk/debian/source/format	                        (rev 0)
+++ trunk/debian/source/format	2009-11-06 07:21:48 UTC (rev 215)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-sql-ledger-commit mailing list