diffstat of debian/ for htop_0.6.3-1 htop_0.6.3-1osso2 changelog | 12 ++++++++++++ control | 4 ++-- rules | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) diff -u htop-0.6.3/debian/changelog htop-0.6.3/debian/changelog --- htop-0.6.3/debian/changelog +++ htop-0.6.3/debian/changelog @@ -1,3 +1,15 @@ +htop (0.6.3-1osso2) unstable; urgency=low + + * Get rid of the installed desktop file after build + + -- Jussi Hakala Tue, 3 Jul 2007 16:30:22 +0300 + +htop (0.6.3-1osso1) unstable; urgency=low + + * Added ncurses-base as a dependency (maemo has no essentials) + + -- Jussi Hakala Thu, 28 Jun 2007 16:25:19 +0300 + htop (0.6.3-1) unstable; urgency=low * New upstream version. diff -u htop-0.6.3/debian/control htop-0.6.3/debian/control --- htop-0.6.3/debian/control +++ htop-0.6.3/debian/control @@ -1,13 +1,13 @@ Source: htop Section: utils Priority: optional -Maintainer: Bartosz Fenski +Maintainer: maemo integration Build-Depends: debhelper (>= 4.0.0), libncurses5-dev, autotools-dev Standards-Version: 3.7.2 Package: htop Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ncurses-base Description: interactive processes viewer Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see diff -u htop-0.6.3/debian/rules htop-0.6.3/debian/rules --- htop-0.6.3/debian/rules +++ htop-0.6.3/debian/rules @@ -55,6 +55,7 @@ dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/htop + -rm $(CURDIR)/debian/htop/usr/share/applications/htop.desktop binary-indep: build install