# HG changeset patch # User siretart # Date 1317141576 0 # Node ID 77c1b5736020e5810f050d358da92c1814fdf71b # Parent 9f19a87d20628c8262edb7f505e81ed951d2da08 debian packaging: remove unnecessary rules 'get-orig-source' it was needlessly copied from Debian's packaging and was used to create a tarball suitable for the debian archive. This script never existed in the mplayer development tree and is unnecessary. diff -r 9f19a87d2062 -r 77c1b5736020 debian/rules --- a/debian/rules Tue Sep 27 14:15:42 2011 +0000 +++ b/debian/rules Tue Sep 27 16:39:36 2011 +0000 @@ -182,10 +182,6 @@ binary: binary-indep binary-arch -get-orig-source: - dh_testdir - sh debian/get-orig-source.sh -d $(SVN_VERSION) - PHONY += build clean binary-indep binary-arch binary-common binary PHONY += install binary binary-arch binary-indep clean checkroot get-orig-source PHONY += autocontrol fix-orig-source copy-orig-from-svn download-and-unpack-orig