Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
[debian] Fix some lintian warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Maglione committed Jul 7, 2010
1 parent 628ce93 commit 04ddead
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 28 deletions.
9 changes: 4 additions & 5 deletions debian/control
Expand Up @@ -2,12 +2,13 @@ Source: wmii-hg
Section: x11
Priority: optional
Maintainer: Kris Maglione <jg@suckless.org>
Build-Depends: libixp, python, libx11-dev, libxft-dev, libxext-dev, libxinerama-dev, libxrandr-dev, x11proto-xext-dev, quilt, debhelper (>= 4.0)
Standards-Version: 3.7.2
Build-Depends: libixp-hg, dash, python, libx11-dev, libxft-dev, libxext-dev, libxinerama-dev, libxrandr-dev, x11proto-xext-dev, quilt, debhelper (>= 4.0)
Standards-Version: 3.8.4
Homepage: http://wmii.suckless.org/

Package: wmii-hg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, dash (>= 0.1)
Conflicts: wmii, wmii2
Replaces: wmii, wmii2
Provides: x-window-manager
Expand All @@ -17,5 +18,3 @@ Description: lightweight tabbed and tiled X11 window manager
window management with low memory usage. It is highly modularized and uses an
inter-process communication interface which is oriented on the 9p protocol of
plan9.
.
Homepage: <http://wmii.suckless.org/>
1 change: 1 addition & 0 deletions debian/docs
@@ -1 +1,2 @@
FAQ
README
13 changes: 0 additions & 13 deletions debian/patches/01-config-local-mk.patch

This file was deleted.

1 change: 0 additions & 1 deletion debian/patches/series

This file was deleted.

25 changes: 18 additions & 7 deletions debian/rules
@@ -1,21 +1,32 @@
#!/usr/bin/make -f
include /usr/share/quilt/quilt.make

PACKAGE=$(shell awk 'NR == 1 { print $$2 }' debian/control)

FLAGS = DESTDIR=$(CURDIR)/debian/$(PACKAGE)/ \
PREFIX=/usr \
ETC=/etc/X11 \
STATIC= \
TERMINAL=x-terminal-emulator

%:
dh $@

clean: unpatch
build: patch

override_dh_installwm:
dh_installwm --priority=60

override_dh_compress:
dh_compress -X.pdf

override_dh_auto_build:
$(MAKE) $(FLAGS) all

override_dh_auto_install:
$(MAKE) install
$(MAKE) $(FLAGS) install

rm debian/$(PACKAGE)/usr/share/doc/wmii/LICENSE
install -D -m0644 img/icon.png debian/$(PACKAGE)/usr/share/icons/wmii.png
install -D -m0644 debian/file/wmii.desktop debian/$(PACKAGE)/usr/share/xsessions/wmii.desktop

install -D img/icon.png debian/wmii/usr/share/icons/wmii.png
install -D debian/file/wmii.desktop debian/wmii/usr/share/xsessions/wmii.desktop
.depend:
true

2 changes: 0 additions & 2 deletions debian/watch

This file was deleted.

0 comments on commit 04ddead

Please sign in to comment.