[Mplayer-dev-eng] [patch] Debian changes
André Dahlqvist
andre.dahlqvist at telia.com
Sat Jul 28 15:20:10 CEST 2001
I looked at the new debian files and it is already looking much better.
Below is a patch that does some more tweaks. Notice that this one will need
Debian Sid or Woody to work, because of the usage of debhelper 3.
diff -urN debian.old/control debian/control
--- debian.old/control Sat Jul 28 15:02:25 2001
+++ debian/control Sat Jul 28 15:09:42 2001
@@ -3,6 +3,7 @@
Priority: optional
Maintainer: * TeLeNiEkO * <telenieko at telenieko.com>
Standards-Version: 3.2.1
+Build-Depends: debhelper (>= 3.0.0), docbook-to-man
Package: mplayer
Architecture: any
diff -urN debian.old/docs debian/docs
--- debian.old/docs Sat Jul 28 15:02:25 2001
+++ debian/docs Sat Jul 28 15:07:18 2001
@@ -12,7 +12,6 @@
DOCS/DVD
DOCS/DVD-FAQ
DOCS/Hungarian
-DOCS/INSTALL
DOCS/LIRC
DOCS/MPlayer-FAQ
DOCS/MTRR
@@ -27,8 +26,6 @@
DOCS/TVout-G400
DOCS/VIDEOCARDS
DOCS/codecs-in.html
-DOCS/codecs.conf
-DOCS/example.conf
DOCS/inttypes.h
DOCS/mplayer.1
DOCS/tech-eng.txt
diff -urN debian.old/rules debian/rules
--- debian.old/rules Sat Jul 28 15:02:25 2001
+++ debian/rules Sat Jul 28 15:13:25 2001
@@ -23,7 +23,6 @@
# Add here commands to compile the package.
#$(MAKE)
#/usr/bin/docbook-to-man debian/etherconf.sgml > etherconf.1
- make dep
make mplayer
@@ -66,7 +65,7 @@
dh_testroot
dh_installdebconf
dh_installdocs
- dh_installexamples
+ dh_installexamples DOCS/example.conf DOCS/codecs.conf
dh_installmenu
# dh_installlogrotate
# dh_installemacsen
@@ -74,8 +73,8 @@
# dh_installmime
# dh_installinit
# dh_installcron
- dh_installman
- dh_installinfo
+ dh_installman DOCS/mplayer.1
+# dh_installinfo
# dh_undocumented
dh_installchangelogs
dh_link
--
André Dahlqvist <andre.dahlqvist at telia.com>
_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
More information about the MPlayer-dev-eng
mailing list