Changeset 196

Show
Ignore:
Timestamp:
10/30/06 17:58:55 (2 years ago)
Author:
lunar
Message:

Build .deb in binary-indep target instead of binary-arch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • debian/trunk/debian/changelog

    r192 r196  
     1metche (1:1.1-2) UNRELEASED; urgency=low 
     2 
     3  * Build .deb in binary-indep target instead of binary-arch. 
     4 
     5 -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr>  Mon, 30 Oct 2006 17:56:48 +0100 
     6 
    17metche (1:1.1-1) unstable; urgency=low 
    28 
  • debian/trunk/debian/rules

    r185 r196  
    2929# Build architecture-independent files here. 
    3030binary-indep: build install 
    31  
    32 # Build architecture-dependent files here. 
    33 binary-arch: build install 
    3431        dh_testdir 
    3532        dh_testroot 
     
    4845        dh_builddeb 
    4946 
     47# Build architecture-dependent files here. 
     48binary-arch: 
     49 
    5050binary: binary-indep binary-arch 
    5151.PHONY: build clean binary-indep binary-arch binary install