Source: git-core Version: 1:1.5.3~rc2-1 Severity: wishlist This is just a cosmetic change (to shorten the OPTS list).
-- %< -- Subject: debian/rules: drop obsolete WITH_P4IMPORT setting Since upstream commit f979492 (Remove "WITH_P4IMPORT" knob from the Makefile, 2007-07-15), this option has no effect. The git-p4import script is installed to /usr/share/doc/git-core/contrib/p4import regardless. Signed-off-by: Jonathan Nieder <jrnie...@gmail.com> --- debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/rules b/debian/rules index 6e75455..5208900 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ CFLAGS =-g -Wall STRIP =strip TEST =test OPTS =NO_OPENSSL=1 prefix=/usr gitexecdir=/usr/lib/git-core \ - mandir=/usr/share/man INSTALLDIRS=vendor WITH_P4IMPORT=1 \ + mandir=/usr/share/man INSTALLDIRS=vendor \ PYTHON_PATH=/usr/bin/python TCLTK_PATH=/usr/bin/wish \ THREADED_DELTA_SEARCH=1 NO_CROSS_DIRECTORY_HARDLINKS=1 -- 1.6.5.2 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org