summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourdan2007-01-15 10:24:05 +0000
committerfourdan2007-01-15 10:24:05 +0000
commitef955c3c8f727aa7cef3a289d4a6eeaf81ba9f41 (patch)
treeaacc1aa554ae367041901978bc9d12a6e2a1bb3a
parent753a0044bea64af3037af143f20084f39228c06a (diff)
downloadivylaunch-ef955c3c8f727aa7cef3a289d4a6eeaf81ba9f41.zip
ivylaunch-ef955c3c8f727aa7cef3a289d4a6eeaf81ba9f41.tar.gz
ivylaunch-ef955c3c8f727aa7cef3a289d4a6eeaf81ba9f41.tar.bz2
ivylaunch-ef955c3c8f727aa7cef3a289d4a6eeaf81ba9f41.tar.xz
Missing man page
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules3
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 484ccfa..44d1d15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivylaunch (1.5-3) unstable; urgency=low
+
+ * Missing man page
+
+ -- Olivier Fourdan <fourdan@cena.fr> Mon, 15 Jan 2007 11:23:40 +0100
+
ivylaunch (1.5-2) unstable; urgency=low
* Update package for Debian Etch
diff --git a/debian/rules b/debian/rules
index f8e0d28..cfb4be3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,8 @@ install: build
dh_installdirs
install -m755 $(package) $(CURDIR)/debian/tmp/usr/bin/$(package)
install -m644 FugueConfig.pm $(CURDIR)/debian/tmp/usr/lib/$(package)/FugueConfig.pm
-
+ dh_installman $(package).1
+
binary-indep: build install
binary-arch: build install
dh_testdir