Changeset 196
- Timestamp:
- 10/30/06 17:58:55 (2 years ago)
- Files:
-
- debian/trunk/debian/changelog (modified) (1 diff)
- debian/trunk/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
debian/trunk/debian/changelog
r192 r196 1 metche (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 1 7 metche (1:1.1-1) unstable; urgency=low 2 8 debian/trunk/debian/rules
r185 r196 29 29 # Build architecture-independent files here. 30 30 binary-indep: build install 31 32 # Build architecture-dependent files here.33 binary-arch: build install34 31 dh_testdir 35 32 dh_testroot … … 48 45 dh_builddeb 49 46 47 # Build architecture-dependent files here. 48 binary-arch: 49 50 50 binary: binary-indep binary-arch 51 51 .PHONY: build clean binary-indep binary-arch binary install
