[Initscripts-ng-commits] r141 - in /trunk/src/insserv/debian: changelog rules

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Sep 7 16:58:25 UTC 2006


Author: pere
Date: Thu Sep  7 16:58:24 2006
New Revision: 141

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=141
Log:
   * New upstream release.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/rules

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=141&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Thu Sep  7 16:58:24 2006
@@ -6,6 +6,8 @@
     system using a debconf question when the insserv package is
     installed.
   * New patch 37_consistent_path to make more consistent lot output.
+  * Adjust build rules to use the compiler options specified in the rules
+    file.
 
  -- Petter Reinholdtsen <pere at debian.org>  Thu,  7 Sep 2006 12:47:39 +0200
 

Modified: trunk/src/insserv/debian/rules
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/rules?rev=141&op=diff
==============================================================================
--- trunk/src/insserv/debian/rules (original)
+++ trunk/src/insserv/debian/rules Thu Sep  7 16:58:24 2006
@@ -6,7 +6,7 @@
 
 PACKAGE = insserv
 
-CFLAGS = -Wall -g
+CFLAGS = -W -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
@@ -29,7 +29,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE) ISSUSE=""
+	$(MAKE) ISSUSE="" COPTS="$(CFLAGS)"
 
 	touch build-stamp
 




More information about the Initscripts-ng-commits mailing list