changeset: 139:38b34b489869
tag: tip
user: Kris Maglione <kris_AT_suckless.org>
date: Wed Jul 07 22:32:08 2010 +0000
files: debian/control debian/rules
description:
[debian] Fix DESTDIR. Fix some lintian warnings.
diff -r e8c60013c15a -r 38b34b489869 debian/control
--- a/debian/control Wed Jul 07 18:14:45 2010 -0400
+++ b/debian/control Wed Jul 07 22:32:08 2010 +0000
@@ -2,8 +2,9 @@
Section: x11
Priority: optional
Maintainer: Kris Maglione <jg_AT_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 @@
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 -r e8c60013c15a -r 38b34b489869 debian/rules
--- a/debian/rules Wed Jul 07 18:14:45 2010 -0400
+++ b/debian/rules Wed Jul 07 22:32:08 2010 +0000
@@ -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 $@
Received on Thu Jul 08 2010 - 00:33:39 CEST
This archive was generated by hypermail 2.2.0 : Thu Jul 08 2010 - 00:36:04 CEST