Package: vrweb Version: 1.5-15.1 Severity: important Tags: patch Hi,
Attached is the diff for my vrweb 1.5-15.2 NMU which I uploaded to DELAYED-10. Some buildds failed to build your package because they are using sudo to gain root (sudo doesn't support the PWD environment variable). Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u vrweb-1.5/debian/rules vrweb-1.5/debian/rules --- vrweb-1.5/debian/rules +++ vrweb-1.5/debian/rules @@ -3,10 +3,10 @@ # debian/rules for vrweb package := $(firstword $(shell dh_listpackages)) -prefix := $(PWD)/debian/$(package)/usr +prefix := $(shell pwd)/debian/$(package)/usr export CPU := LINUX_ELF -export PATH := $(PATH):$(PWD)/config/scripts +export PATH := $(PATH):$(shell pwd)/config/scripts cflags := -g -Wall ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) diff -u vrweb-1.5/debian/changelog vrweb-1.5/debian/changelog --- vrweb-1.5/debian/changelog +++ vrweb-1.5/debian/changelog @@ -1,3 +1,10 @@ +vrweb (1.5-15.2) unstable; urgency=medium + + * Non-maintainer upload. + * Make it also build with -rsudo. + + -- Luk Claes <[EMAIL PROTECTED]> Tue, 1 Aug 2006 20:21:47 +0200 + vrweb (1.5-15.1) unstable; urgency=low * NMU as part of the GCC 4.1 transition.
signature.asc
Description: Digital signature