hi, On Sat, May 7, 2011 at 8:25 AM, Tatsuya Kinoshita <t...@debian.org> wrote: > Satoru, I'm waiting for your other patch this weekend. > > (I'm planning to upload my patched package on the next Tuesday, > If your fix is not yed complete.)
I've attached my patch to add dh override (not to run "make install"). The upstream Makefile doesn't install anything needed for application, but only installs qwt development files. Then I intend to take care installation (static linked exectable and documents) with packaging schemes, simply ignoring upstream Makefile. regards, -- KURASHIKI Satoru
diff -urN goldencheetah-2.0.0/debian/changelog goldencheetah-2.0.0-2/debian/changelog --- goldencheetah-2.0.0/debian/changelog 2011-04-29 16:38:08.000000000 +0900 +++ goldencheetah-2.0.0-2/debian/changelog 2011-05-07 16:27:57.000000000 +0900 @@ -1,3 +1,9 @@ +goldencheetah (2.0.0-2) unstable; urgency=low + + * debian/rules: null override dh_auto_install. (Closes: #625473) + + -- KURASHIKI Satoru <lur...@gmail.com> Sat, 07 May 2011 16:25:28 +0900 + goldencheetah (2.0.0-1) unstable; urgency=low [ KURASHIKI Satoru ] diff -urN goldencheetah-2.0.0/debian/rules goldencheetah-2.0.0-2/debian/rules --- goldencheetah-2.0.0/debian/rules 2011-04-12 10:06:12.000000000 +0900 +++ goldencheetah-2.0.0-2/debian/rules 2011-05-07 16:25:10.000000000 +0900 @@ -12,6 +12,8 @@ %: dh $@ +override_dh_auto_install: + override_dh_installdocs: dh_installdocs mkdir -p $(CURDIR)/debian/goldencheetah/usr/share/doc/goldencheetah/html