[Pkg-sql-ledger-commit] r104 - in trunk/debian: . patches

pkg-sql-ledger-discusssion at lists.alioth.debian.org pkg-sql-ledger-discusssion at lists.alioth.debian.org
Mon Jan 9 08:24:41 UTC 2006


Author: hertzog
Date: 2006-01-09 08:24:40 +0000 (Mon, 09 Jan 2006)
New Revision: 104

Modified:
   trunk/debian/changelog
   trunk/debian/patches/10makefiles.dpatch
Log:
Updated Makefiles to include some missing files (suggestions from Dieter).


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-08 15:46:46 UTC (rev 103)
+++ trunk/debian/changelog	2006-01-09 08:24:40 UTC (rev 104)
@@ -1,8 +1,12 @@
 sql-ledger (2.6.5-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  [ Raphael Hertzog ]
+  * Added all CSS files in the "css" directory. Modified
+    debian/patches/10makefiles.patch.
+  * Added all files from the doc directory except COPYING and COPYRIGHT.
+    This includes in particular the various "UPGRADE-*" files.
 
- -- Raphael Hertzog <hertzog at debian.org>  Sun,  8 Jan 2006 15:34:47 +0000
+ -- Raphael Hertzog <hertzog at debian.org>  Mon,  9 Jan 2006 07:38:30 +0000
 
 sql-ledger (2.6.5-1) unstable; urgency=low
 

Modified: trunk/debian/patches/10makefiles.dpatch
===================================================================
--- trunk/debian/patches/10makefiles.dpatch	2006-01-08 15:46:46 UTC (rev 103)
+++ trunk/debian/patches/10makefiles.dpatch	2006-01-09 08:24:40 UTC (rev 104)
@@ -48,7 +48,7 @@
 @@ -0,0 +1,13 @@
 +PACKAGE = sql-ledger
 +
-+FILES	= README Makefile faq.html
++FILES	= $(shell ls * | grep -v Makefile | grep -v COPYING | grep -v COPYRIGHT)
 +
 +all:
 +
@@ -95,7 +95,7 @@
 @@ -0,0 +1,13 @@
 +PACKAGE = sql-ledger
 +
-+FILES	= sql-ledger.css
++FILES	= $(shell ls sql-ledger*.css)
 +
 +all:
 +




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