aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf.devel@gmail.com>2009-02-15 13:56:41 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:24 +0200
commit3a0be376bcc12439d3ee1ebf4d72b425f23d240f (patch)
treed2c312c7ced3410d57f6d1ac2bbc3080e8e6d586
parenta16cd75873cfc544e0f1bcf61b593080729b29f9 (diff)
downloaddebian_htop-3a0be376bcc12439d3ee1ebf4d72b425f23d240f.tar.gz
debian_htop-3a0be376bcc12439d3ee1ebf4d72b425f23d240f.tar.bz2
debian_htop-3a0be376bcc12439d3ee1ebf4d72b425f23d240f.zip
Imported Debian patch 0.8.1-3debian/0.8.1-3
-rw-r--r--debian/changelog9
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 58c3968..2dcc529 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+htop (0.8.1-3) unstable; urgency=low
+
+ * debian/rules:
+ - Don't ship empty directories in the package.
+ * debian/control:
+ - Allow DM uploads.
+
+ -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sun, 15 Feb 2009 13:56:41 +0200
+
htop (0.8.1-2) experimental; urgency=low
* Disabled unicode support, it has both build and work problems yet.
diff --git a/debian/control b/debian/control
index 9f08d89..857d96c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Eugene V. Lyubimkin <jackyf.devel@gmail.com>
Build-Depends: debhelper (>= 7), libncurses5-dev, autotools-dev, quilt (>= 0.40), python-minimal
Standards-Version: 3.8.0
+DM-Upload-Allowed: yes
Homepage: http://htop.sourceforge.net
Package: htop
diff --git a/debian/rules b/debian/rules
index afbb51e..ded1648 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,7 @@ clean: unpatch
install: build
dh install --before dh_auto_install
$(MAKE) install DESTDIR=$(CURDIR)/debian/htop
+ find $(CURDIR)/debian/htop -type d -empty -delete
dh install --after dh_auto_install
binary-indep:

© 2014-2024 Faster IT GmbH | imprint | privacy policy