Changeset 3552
- Timestamp:
- 01/08/07 21:41:03 (6 years ago)
- Files:
-
- misc/deb/trunk/debian/rapid/xorcom-rapid.png.uu (deleted)
- misc/deb/trunk/debian/rapid/xorcom-ts1.png.uu (deleted)
- misc/deb/trunk/debian/rapid/xorcom.png.uu (deleted)
- misc/deb/trunk/debian/rules (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
misc/deb/trunk/debian/rules
r3551 r3552 34 34 touch configure-stamp 35 35 36 # this is done, since we patch the original files with binaries37 # the trick is to package the patches as uuencoded text,38 # and then on the build stage decode them39 %: %.uu40 uudecode --output-file=$@ $<41 42 IMAGES_BASE:=xorcom.png xorcom-ts1.png xorcom-rapid.png43 IMAGES:=$(IMAGES_BASE:%=debian/rapid/%)44 45 36 build: build-stamp 46 37 build-stamp: patch-stamp … … 54 45 dh_testroot 55 46 rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP# 56 rm -f $(IMAGES)57 47 # rm -f debian/rapid/sounds/*.gsm 58 48 # rm -f amp_conf/mohmp3/*.wav* … … 61 51 62 52 install: install-indep 63 install-indep: $(IMAGES)53 install-indep: 64 54 dh_testdir 65 55 dh_testroot
