summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a3645a9..07bc961 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivycontrolpanel (2.3-3) unstable; urgency=low
+
+ * Missing man page
+
+ -- Olivier Fourdan <fourdan@cena.fr> Mon, 15 Jan 2007 11:22:11 +0100
+
ivycontrolpanel (2.3-2) unstable; urgency=low
* Update package for Debian Etch
diff --git a/debian/rules b/debian/rules
index 1b4f3d0..14f36aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ install: build
install -m755 src/$(package) $(CURDIR)/debian/tmp/usr/bin/$(package)
install -m644 src/*.pm $(CURDIR)/debian/tmp/usr/lib/$(package)
install -m644 images/*.bmp $(CURDIR)/debian/tmp/usr/share/$(package)
+ dh_installman $(package).1
binary-indep: build install
binary-arch: build install