[SCM] libquicktime packaging branch, master, updated. upstream/1.1.2+debian-35-g0c03a98

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Jun 29 13:44:47 UTC 2009


The following commit has been merged in the master branch:
commit 7c72d9e65fdc08ce256e0646d270b4e3fc404f8e
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Jun 29 15:39:32 2009 +0200

    debian/rules: Removed the get-orig-source rule. We only remove the debian/ directory which is (a) trivial and (b) now documented in debian/README.Source. Additionally we now use GIT and pristine-tar, so a tarball in the ../tarballs directory does not play any role anymore.

diff --git a/debian/rules b/debian/rules
index 108f8cd..23343a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,18 +21,6 @@ DEB_CONFIGURE_EXTRA_FLAGS += $(call cond_with,/usr/include/x264.h,x264)
 
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 
-get-orig-source:
-	wget http://downloads.sourceforge.net/libquicktime/libquicktime-$(UPSTREAM_VERSION).tar.gz
-	tar xzf libquicktime-$(UPSTREAM_VERSION).tar.gz
-	rm -rf libquicktime-$(UPSTREAM_VERSION)/debian/
-	tar czf libquicktime_$(UPSTREAM_VERSION)+debian.orig.tar.gz libquicktime-$(UPSTREAM_VERSION)/
-	rm -rf libquicktime-$(UPSTREAM_VERSION).tar.gz libquicktime-$(UPSTREAM_VERSION)/
-	if [ -d "../tarballs" ] ; then \
-		mv -f libquicktime_$(UPSTREAM_VERSION)+debian.orig.tar.gz ../tarballs ; \
-	else \
-		mv -f libquicktime_$(UPSTREAM_VERSION)+debian.orig.tar.gz .. ; \
-	fi
-
 pre-build::
 	ln -sf quicktime include/lqt
 

-- 
libquicktime packaging



More information about the pkg-multimedia-commits mailing list