mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-04 00:09:31 +00:00
Added a menu. Readded dh_installdocs.
This commit is contained in:
parent
16b4b144ab
commit
47ad565928
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <moritz@bunkus.org> Thu, 11 Dec 2003 21:23:36 +0100
|
||||
|
||||
mkvtoolnix (0.7.9-1) unstable; urgency=low
|
||||
|
||||
* New version.
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -2,9 +2,9 @@ This is mkvtoolnix, written and maintained by Moritz Bunkus <moritz@bunkus.org>
|
||||
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
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user