commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Debian MIG packaging branch, master, updated. svn/end-9-g47ebb3d


From: Guillem Jover
Subject: [SCM] Debian MIG packaging branch, master, updated. svn/end-9-g47ebb3d
Date: Sun, 12 Jun 2011 06:19:34 +0000

The following commit has been merged in the master branch:
commit 3764e118caa5a569bbd03e68692cfa9a2121133d
Author: Guillem Jover <address@hidden>
Date:   Wed Jun 1 03:01:34 2011 +0200

    Add build-indep and build-arch targets in debian/rules
    
    Rename install target to install-arch.

diff --git a/debian/changelog b/debian/changelog
index fe60705..3b6723a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ mig (1.3.1.99-3) UNRELEASED; urgency=low
   * Update Vcs fields to point to the new git repositories.
   * Remove duplicate Section and Priority fields in the binary stanza
     inherited from the source stanza.
+  * Add build-indep and build-arch targets and rename install target to
+    install-arch in debian/rules.
 
   [ Samuel Thibault ]
   * Add Multi-Arch: foreign to allow installing the 32bit version on a 64bit
diff --git a/debian/rules b/debian/rules
index f7eb0e4..12c0054 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,12 +29,16 @@ stamp-configure:
        
        touch stamp-configure
 
-build: configure
+build-indep:
+
+build-arch: configure
        dh_testdir
        
        $(MAKE) -C build CCOPTIONS="$(CFLAGS)"
 
-install: build
+build: build-indep build-arch
+
+install-arch: build-arch
        dh_testdir
        dh_testroot
        dh_prep
@@ -51,11 +55,10 @@ clean:
        
        dh_clean
 
-binary: binary-indep binary-arch
-
 binary-indep:
+       # Nothing to do.
 
-binary-arch: install
+binary-arch: install-arch
        dh_testdir
        dh_testroot
        
@@ -73,5 +76,7 @@ binary-arch: install
        dh_md5sums
        dh_builddeb
 
-.PHONY: build install clean binary-indep binary-arch binary configure
+binary: binary-indep binary-arch
 
+.PHONY: configure build-indep build-arch build install-arch
+.PHONY: binary-indep binary-arch binary clean

-- 
Debian MIG packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]