[Initscripts-ng-commits] r301 - in /trunk/src/insserv/debian: changelog patches/00list patches/10_nosuse.dpatch rules
pere at users.alioth.debian.org
pere at users.alioth.debian.org
Tue Dec 25 12:42:44 UTC 2007
Author: pere
Date: Tue Dec 25 12:42:44 2007
New Revision: 301
URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=301
Log:
* New patch 10_nosuse to disable SUSE specific build. This make
it easier to debug insserv.
Added:
trunk/src/insserv/debian/patches/10_nosuse.dpatch (with props)
Modified:
trunk/src/insserv/debian/changelog
trunk/src/insserv/debian/patches/00list
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=301&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Tue Dec 25 12:42:44 2007
@@ -5,6 +5,8 @@
* Remove all override files for init.d scripts with LSB style
dependency headers (Closes: #386544).
* Update snmptrapfmt override file, making it more accurate.
+ * New patch 10_nosuse to disable SUSE specific build. This make
+ it easier to debug insserv.
-- Petter Reinholdtsen <pere at debian.org> Sun, 18 Nov 2007 10:19:06 +0100
Modified: trunk/src/insserv/debian/patches/00list
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/00list?rev=301&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/00list (original)
+++ trunk/src/insserv/debian/patches/00list Tue Dec 25 12:42:44 2007
@@ -1,3 +1,4 @@
+10_nosuse
20_overrides
31_debian_conf
32_debian_nolsb
Added: trunk/src/insserv/debian/patches/10_nosuse.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/10_nosuse.dpatch?rev=301&op=file
==============================================================================
--- trunk/src/insserv/debian/patches/10_nosuse.dpatch (added)
+++ trunk/src/insserv/debian/patches/10_nosuse.dpatch Tue Dec 25 12:42:44 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_overrides.dpatch by Petter Reinholdtsen <pere at hungry.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Implement support for reading LSB init.d header info from override
+## DP: files.
+
+ at DPATCH@
+--- insserv-1.09.0/Makefile 2007-12-25 13:39:46.000000000 +0100
++++ insserv-1.09.0/Makefile 2007-12-25 13:39:42.000000000 +0100
+@@ -11,7 +11,7 @@
+ #DEBUG = -DDEBUG=1
+ #LOOPS = -DIGNORE_LOOPS=1
+ DEBUG =
+-ISSUSE = -DSUSE
++#ISSUSE = -DSUSE
+ DESTDIR =
+ VERSION = 1.09.0
+ DATE = $(shell date +'%d%b%y' | tr '[:lower:]' '[:upper:]')
Propchange: trunk/src/insserv/debian/patches/10_nosuse.dpatch
------------------------------------------------------------------------------
svn:executable = *
Modified: trunk/src/insserv/debian/rules
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/rules?rev=301&op=diff
==============================================================================
--- trunk/src/insserv/debian/rules (original)
+++ trunk/src/insserv/debian/rules Tue Dec 25 12:42:44 2007
@@ -31,7 +31,7 @@
dh_testdir
# Add here commands to compile the package.
- $(MAKE) ISSUSE="" COPTS="$(CFLAGS)"
+ $(MAKE) COPTS="$(CFLAGS)"
touch build-stamp
@@ -51,7 +51,7 @@
dh_installdirs
# Add here commands to install the package into debian/$(PACKAGE).
- $(MAKE) install DESTDIR=$(DESTDIR) ISSUSE=""
+ $(MAKE) install DESTDIR=$(DESTDIR)
$(INSTALL_DATA) debian/overrides/* $(DESTDIR)$(pkgdatadir)/overrides/.
$(INSTALL) debian/check-initd-order $(DESTDIR)$(pkgdatadir)/.
More information about the Initscripts-ng-commits
mailing list