diff options
| author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:37:34 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:37:34 +0000 | 
| commit | d7ed9c4433b25de6a91b54f1b97c302f7ef34072 (patch) | |
| tree | b52695405a80a848cb5286bcb2b0419976267594 /debian/rules | |
| parent | Releasing debian version 0.5.2-2.1 (diff) | |
| download | w3m-d7ed9c4433b25de6a91b54f1b97c302f7ef34072.tar.gz w3m-d7ed9c4433b25de6a91b54f1b97c302f7ef34072.zip | |
Releasing debian version 0.5.2-3debian/0.5.2-3
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 10 | 
1 files changed, 3 insertions, 7 deletions
| diff --git a/debian/rules b/debian/rules index 1fc5665..3c55d7c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,6 @@  #export DH_VERBOSE=1 -include /usr/share/quilt/quilt.make -  ifeq ($(DEB_BUILD_GNU_SYSTEM),linux-gnu)    DEVS=x11,fb+s  else @@ -22,16 +20,14 @@ confargs := --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \  builddir := .  build: build-stamp -build-stamp: debian/stamp-patched +build-stamp:  	dh_testdir -	-cp /usr/share/misc/config.guess . -	-cp /usr/share/misc/config.sub .  	cd $(builddir) && ./configure $(confargs)  	cd $(builddir) && LC_ALL=C $(MAKE) OPTS="-Wall -g -DDEBIAN"  	cd $(builddir)/po && LC_ALL=C $(MAKE) update-gmo  	touch build-stamp -clean: unpatch +clean:  	dh_testdir  	dh_testroot  	if test -f $(builddir)/Makefile; then cd $(builddir) && $(MAKE) distclean; fi @@ -44,7 +40,7 @@ install: install-stamp  install-stamp: build-stamp  	dh_testdir  	dh_testroot -	dh_clean -k +	dh_prep  	dh_installdirs  	# Add here commands to install the package into debian/w3m. | 
