[Pkg-ossec-devel] [pkg-ossec] 01/02: Integrate with quilt properly

Javier Fernandez-Sanguino Pen~a jfs at moszumanska.debian.org
Sun Mar 2 17:07:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

jfs pushed a commit to branch master
in repository pkg-ossec.

commit c54f0d1eac6fe5ccfda959039924eccbeef5ac20
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date:   Sun Mar 2 18:06:45 2014 +0100

    Integrate with quilt properly
---
 debian/rules | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3aad45b..13953b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@
 # Modified to make a template file for a multi-binary package with separated
 # build-arch and build-indep targets  by Bill Allombert 2001
 
+include /usr/share/quilt/quilt.make
+
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
@@ -50,7 +52,7 @@ build: build-server build-agent build-local
 
 # Build the server
 build-server: clean-sources configure-server build-server-stamp 
-build-server-stamp: 
+build-server-stamp: $(QUILT_STAMPFN)
 # For Prelude support:
 #	cd src && make setprelude
 	cd src && make all
@@ -62,7 +64,7 @@ build-server-stamp:
 # Build the agent
 # Note: we need to clean the build first
 build-agent: clean-sources configure-agent build-agent-stamp 
-build-agent-stamp: 
+build-agent-stamp: $(QUILT_STAMPFN)
 # For Prelude support:
 #	cd src && make setprelude
 	cd src && make all
@@ -73,7 +75,7 @@ build-agent-stamp:
 # Build the stand-alone version (local)
 # Note: we need to clean the build first
 build-local: clean-sources configure-local build-local-stamp 
-build-local-stamp: 
+build-local-stamp: $(QUILT_STAMPFN)
 # For Prelude support:
 #	cd src && make setprelude
 	cd src && make all
@@ -82,7 +84,7 @@ build-local-stamp:
 	touch $@
 
 build-indep: build-indep-stamp
-build-indep-stamp:
+build-indep-stamp: $(QUILT_STAMPFN)
 # Nothing to do here, yet
 	touch $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ossec/pkg-ossec.git



More information about the Pkg-ossec-devel mailing list