[SCM] mplayer/master.experimental: remove get-orig-source target
    siretart at users.alioth.debian.org 
    siretart at users.alioth.debian.org
       
    Fri Jan  6 15:31:10 UTC 2012
    
    
  
The following commit has been merged in the master.experimental branch:
commit 50b5484a7f9b8ccdc4400d237e5c8225df5f84b4
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Fri Jan 6 15:27:55 2012 +0100
    remove get-orig-source target
    
    It is currently broken and unnecessary
diff --git a/debian/rules b/debian/rules
index d6b9d28..1b3466d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,9 +28,6 @@ UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -r 's/[^:]+://; s/-[^-]+$$
 SVN_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed -nr 's/^[0-9.:-~]+\+svn([0-9]+)$$/\1/p')
 
 
-#UPSTREAMSOURCE := upstream SVN repository
-UPSTREAMSOURCE := http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2
-
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH       ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
@@ -193,10 +190,6 @@ binary-arch: install-arch
 
 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
-- 
mplayer packaging
    
    
More information about the pkg-multimedia-commits
mailing list