libixp

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

commit 868f1cd4bcd9f87e6c93cfc928988b2be03a981f
parent b39a8f11aadfc211d03cc0975bd6396a4f314ca3
Author: Kris Maglione <kris@suckless.org>
Date:   Wed, 23 Jun 2010 13:43:32 -0400

Add debian packaging materials.

Diffstat:
debian/changelog | 5+++++
debian/compat | 1+
debian/control | 17+++++++++++++++++
debian/copyright | 2++
debian/rules | 5+++++
mk/hdr.mk | 2+-
6 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog @@ -0,0 +1,5 @@ +libixp-hg (hg132) unstable; urgency=low + + * Add PKGBUILD. Fix some install problems. + + -- Kris Maglione <jg@suckless.org> Wed, 23 Jun 2010 11:24:47 -0400 diff --git a/debian/compat b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control @@ -0,0 +1,17 @@ +Source: libixp-hg +Section: x11 +Priority: optional +Maintainer: Kris Maglione <jg@suckless.org> +Standards-Version: 3.7.2 + +Package: libixp-hg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +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> diff --git a/debian/copyright b/debian/copyright @@ -0,0 +1 @@ +../LICENSE+ \ No newline at end of file diff --git a/debian/rules b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + diff --git a/mk/hdr.mk b/mk/hdr.mk @@ -63,7 +63,7 @@ MAKEFILES=.depend .c.depend: echo MKDEP $< [ -n "$(noisycc)" ] && echo $(MKDEP) $(COMPILE_FLAGS) $< || true - eval "$(MKDEP) $(COMPILE_FLAGS)" $< >>.depend + eval "$(MKDEP) $(COMPILE_FLAGS)" $< | sed '1s|.*:|$(<:%.c=%.o):|' >>.depend .sh.depend .rc.depend .1.depend .3.depend .awk.depend: :