[SCM] libdvdnav/master: Remove empty lines from rules file.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Jan 11 23:45:26 UTC 2014


The following commit has been merged in the master branch:
commit 9282921452651954ab284b2b59dbbfe5ba9d3a9d
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Jan 11 23:45:10 2014 +0100

    Remove empty lines from rules file.

diff --git a/debian/rules b/debian/rules
index 1794a8f..5a39c6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 override_dh_auto_clean:
 	[ ! -f configure ] || dh_auto_clean
-
 	rm -rf doc/html doc/latex
 
 override_dh_auto_configure:
@@ -15,12 +14,10 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
-
 	cd doc && doxygen doxy.conf
 
 override_dh_auto_install:
 	dh_auto_install
-
 	# Removing unused files
 	rm -f debian/tmp/usr/lib/*/*.la
 	rm -rf debian/tmp/usr/share/aclocal

-- 
libdvdnav packaging



More information about the pkg-multimedia-commits mailing list