[Pkg-sql-ledger-commit] r162 - ledger-smb/trunk/debian

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Thu Feb 7 17:40:01 UTC 2008


Author: lyz-guest
Date: 2008-02-07 17:40:01 +0000 (Thu, 07 Feb 2008)
New Revision: 162

Modified:
   ledger-smb/trunk/debian/rules
Log:
Package is arch indep, so build instructions belong there rather in 
binary-arch



Modified: ledger-smb/trunk/debian/rules
===================================================================
--- ledger-smb/trunk/debian/rules	2008-02-07 17:18:15 UTC (rev 161)
+++ ledger-smb/trunk/debian/rules	2008-02-07 17:40:01 UTC (rev 162)
@@ -66,10 +66,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_installchangelogs Changelog
@@ -85,5 +81,9 @@
 	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
 .PHONY: build clean binary-indep binary-arch binary install configure




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