From 47ad565928949f6663d85744d5e1cb80ab2a3d8d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 11 Dec 2003 20:43:16 +0000 Subject: [PATCH] Added a menu. Readded dh_installdocs. --- debian/changelog | 7 +++++++ debian/copyright | 4 ++-- debian/rules | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bdefa704e..c45e19141 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mkvtoolnix (0.7.9-2) unstable; urgency=low + + * Readded dh_installdocs which got lost somehow. + * Added a menu entry. + + -- Moritz Bunkus Thu, 11 Dec 2003 21:23:36 +0100 + mkvtoolnix (0.7.9-1) unstable; urgency=low * New version. diff --git a/debian/copyright b/debian/copyright index b3bdc0b95..6794ab3d9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,9 +2,9 @@ This is mkvtoolnix, written and maintained by Moritz Bunkus on Mon, 21 Apr 2003 12:24:20 +0200. The original source can always be found at: - ftp://ftp.debian.org/dists/unstable/main/source/ + http://www.bunkus.org/videotools/mkvtoolnix/ -Copyright (C) 2002 Moritz Bunkus +Copyright (C) 2003 Moritz Bunkus This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index 81ec1b3dc..99c82b0db 100755 --- a/debian/rules +++ b/debian/rules @@ -74,6 +74,7 @@ binary-indep: build install dh_installexamples examples/* dh_installman doc/*.1 dh_installchangelogs ChangeLog + dh_installdocs # Install the images belonging the GUI guide. install -d $(INSTPREFIX)/share/doc/mkvtoolnix/doc/images @@ -93,7 +94,7 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf -# dh_installmenu + dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam