[Pkg-sql-ledger-commit] r120 - trunk/debian

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sat May 13 15:02:03 UTC 2006


Author: hertzog
Date: 2006-05-13 15:02:02 +0000 (Sat, 13 May 2006)
New Revision: 120

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Fix some lintian warnings.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-05-13 14:32:29 UTC (rev 119)
+++ trunk/debian/changelog	2006-05-13 15:02:02 UTC (rev 120)
@@ -1,6 +1,9 @@
 sql-ledger (2.6.10-1) unstable; urgency=low
 
   * New upstream release.
+  * Updated Standards-Version to 3.7.2 (no change required).
+  * Use Build-Depends instead of Build-Depends-Indep since debhelper/patch are
+    needed for the "clean" rule too. (Fix lintian warning)
 
  -- Raphael Hertzog <hertzog at debian.org>  Tue, 28 Mar 2006 06:29:46 +0000
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-05-13 14:32:29 UTC (rev 119)
+++ trunk/debian/control	2006-05-13 15:02:02 UTC (rev 120)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Finn-Arne Johansen <faj at bzz.no>
 Uploaders: Petter Reinholdtsen <pere at debian.org>, Raphael Hertzog <hertzog at debian.org>, Gerardo Reynoso <greynoso at tindes.com>
-Build-Depends-Indep: debhelper (>= 4), dpatch
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4), dpatch
+Standards-Version: 3.7.2
 
 Package: sql-ledger
 Architecture: all

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-05-13 14:32:29 UTC (rev 119)
+++ trunk/debian/rules	2006-05-13 15:02:02 UTC (rev 120)
@@ -53,10 +53,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf	
@@ -78,6 +74,10 @@
 	dh_md5sums
 	dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
 binary: binary-indep binary-arch
 
 # Generate new copyright file with the copyright info for each




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