[Mplayer-dev-eng] [patch] Small debian/rules cleanups and fix.

André Dahlqvist andre.dahlqvist at telia.com
Mon Aug 27 10:49:03 CEST 2001


The below patch uncomments "make distclean" in the clean target since that
should be run. It also removes the unneeded creation of the usr/bin
directory. That is automatically done by debhelper since we have listed
that directory in the file 'dirs'. Please apply.

--- debian/rules~	Mon Aug 27 10:44:28 2001
+++ debian/rules	Mon Aug 27 10:46:24 2001
@@ -36,7 +36,7 @@
 	#-$(MAKE) clean
 #	$(checkdir)
 #	-rm -f build
-#	-$(MAKE) distclean
+	-$(MAKE) distclean
 #	-rm -f `find . -name "*~"`
 #	-rm -rf debian/tmp debian/files* core debian/substvars
 	dh_clean
@@ -52,7 +52,6 @@
 	# Add here commands to install the package into debian/<packagename>
 #	$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
 #	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
-	install -d $(CURDIR)/debian/tmp/usr/bin
 	install -m 755 -s mplayer $(CURDIR)/debian/tmp/usr/bin/mplayer
 #Do we really need this?:	
 #	       install -o root -g root -m 4755 fibmap_mplayer usr/bin/fibmap_mplayer
-- 

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