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

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Tue Mar 18 12:40:57 UTC 2008


Author: lyz-guest
Date: 2008-03-18 12:40:56 +0000 (Tue, 18 Mar 2008)
New Revision: 167

Modified:
   ledger-smb/trunk/debian/copyright
   ledger-smb/trunk/debian/rules
Log:
Updated copyright file.

Removed useless configure stanza, and parred down build stanza to just the
necessary touch stamp in debian/rules.



Modified: ledger-smb/trunk/debian/copyright
===================================================================
--- ledger-smb/trunk/debian/copyright	2008-03-18 12:16:09 UTC (rev 166)
+++ ledger-smb/trunk/debian/copyright	2008-03-18 12:40:56 UTC (rev 167)
@@ -1,5 +1,4 @@
-This package was debianized by Seneca Cunningham <tetragon at ledgersmb.org> on
-Mon, 13 Nov 2006 15:29:53 -0500.
+This package was intially debianized by Seneca Cunningham <tetragon at ledgersmb.org> on Mon, 13 Nov 2006 15:29:53 -0500 and updated by Elizabeth Bevilacqua <lyz at princessleia.com on Tue, 18 Mar 08:24:35 -0500.
 
 It was downloaded from <http://prdownloads.sourceforge.net/ledger-smb/ledger-smb-1.2.0b1.tar.gz>
 

Modified: ledger-smb/trunk/debian/rules
===================================================================
--- ledger-smb/trunk/debian/rules	2008-03-18 12:16:09 UTC (rev 166)
+++ ledger-smb/trunk/debian/rules	2008-03-18 12:40:56 UTC (rev 167)
@@ -15,25 +15,13 @@
 INSTALL = install
 
 
-configure: configure-stamp
-configure-stamp: patch-stamp
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
 build: build-stamp
 
-build-stamp: configure-stamp 
+build-stamp:
 	dh_testdir
 
-	# Add here commands to compile the package.
-	$(MAKE)
-	#docbook-to-man debian/ledgersmb.sgml > ledgersmb.1
+	touch build-stamp
 
-	touch $@
-
 clean: unpatch
 	dh_testdir
 	dh_testroot
@@ -86,4 +74,4 @@
 # We have nothing to do by default.
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




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