libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

commit 173a3bc524ef7faaad9471d46c39f69768a7877b
parent 69df4aac2070c071bc16ab320e6fff580680cfd3
Author: Kris Maglione <kris@suckless.org>
Date:   Wed,  7 Jul 2010 22:32:08 +0000

[debian] Fix DESTDIR. Fix some lintian warnings.

Diffstat:
debian/control | 11+++++------
debian/rules | 2+-
2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control @@ -2,8 +2,9 @@ Source: libixp-hg Section: x11 Priority: optional Maintainer: Kris Maglione <jg@suckless.org> -Build-Depends: debhelper (>= 4.0) -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 7.0) +Standards-Version: 3.8.4 +Homepage: http://libs.suckless.org/libixp Package: libixp-hg Architecture: any @@ -12,7 +13,5 @@ Conflicts: libixp Replaces: libixp Provides: libixp Description: Simple 9P filesystem library. - This is a an extremly simple 9P stand-alone library. 9P is a virtual - filesystem from the Plan9 operating system. - . - Homepage: <http://libs.suckless.org/libixp> + This is a an extremly simple 9P stand-alone library. 9P is a virtual + filesystem from the Plan9 operating system. diff --git a/debian/rules b/debian/rules @@ -3,7 +3,7 @@ PACKAGE=$(shell awk 'NR == 1 { print $$2 }' debian/control) FLAGS = PREFIX=/usr \ - DESTDIR=$(CURDIR)/debian/wmii-hg/ + DESTDIR=$(CURDIR)/debian/$(PACKAGE)/ %: dh $@