Your message dated Tue, 4 Jun 2013 23:46:09 +0200 with message-id <CAB4XWXww8wZr4TcwHvnX1K7_x6o00skTqHtF31=jvfkk+24...@mail.gmail.com> and subject line Re: Bug#711125: reportbug: make does not make has caused the Debian Bug report #711125, regarding reportbug: make does not make to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 711125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711125 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: reportbug Version: 4.12.6 Severity: normal When I say { make; } to build reportbug, make says there is nothing to build. My patch also installs manual pages, which I believe you do otherwise, so that part probably does not apply. -- Package-specific info: ** Environment settings: INTERFACE="gtk2" ** /home/krzysztof/.reportbugrc: reportbug_version "4.12.6" mode novice ui gtk2 email "[email protected]" http_proxy "http://w3c.2a.pl:8080/" -- System Information: Architecture: amd64 (x86_64) Kernel: Linux 3.1.10-1.16-desktop (SMP w/1 CPU core; PREEMPT) Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash *** /home/krzysztof/proj/home:yecril71pl/reportbug/Makefile.patch diff -U 3 -b -r -x '*.o.cmd' -- o/Makefile n/Makefile --- o/Makefile 2010-08-07 22:03:03.000000000 +0200 +++ n/Makefile 2012-08-25 17:23:42.164976380 +0200 @@ -17,6 +17,10 @@ CODE_PACKAGE_DIR := . CODE_PROGRAM_DIR := . TEST_DIR := test +DESTDIR = / +PREFIX = /usr/local +DATADIR = $(PREFIX)/share +MANDIR = $(DATADIR)/man # Variables that will be extended by module include files GENERATED_FILES := @@ -35,9 +39,15 @@ .PHONY: build build: + ./setup.py build $(PYBUILDFLAGS) + gzip man/* .PHONY: install install: build + ./setup.py install --root '$(DESTDIR)' --prefix '$(PREFIX)' + install -d $(foreach chapter, $(wildcard $(DATADIR)/man/*), '$(DESTDIR)$(chapter)') + $(foreach page, $(wildcard man/*), install -m=r '-t$(DESTDIR)$(MANDIR)/man$(subst .,,$(suffix $(basename $(page))))' '$(page)';) +
--- End Message ---
--- Begin Message ---Hello Krzysztof, thanks for your report. On Sun, Aug 26, 2012 at 1:36 AM, Krzysztof Żelechowski <[email protected]> wrote: > When I say { make; } to build reportbug, make says there is nothing to build. > My patch also installs manual pages, which I believe you do otherwise, so that > part probably does not apply. reportbug exists only for Debian, so it uses the Debian system to build and install itself; the Makefile available in the main dir is for running tests only. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---
_______________________________________________ Reportbug-maint mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint
