[SCM] libav/libav-extra: Remove libav-source package. No longer necessary.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Mar 21 02:38:58 UTC 2012


The following commit has been merged in the libav-extra branch:
commit 16c0eea775993adcf3d59c9a0158cf8d04b156be
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Tue Mar 20 22:38:53 2012 -0400

    Remove libav-source package. No longer necessary.

diff --git a/debian/control b/debian/control
index 1f250a6..708d29e 100644
--- a/debian/control
+++ b/debian/control
@@ -141,21 +141,6 @@ Description: Debug symbols for Libav related packages
  Most people will not need this package. Please install it to produce useful
  stacktraces to help debugging the Libav library.
 
-Package: libav-source
-Architecture: all
-Section: devel
-Depends:
- ${misc:Depends}
-Description: Patched Libav sources
- Libav is a complete, cross-platform solution to decode, encode, record,
- convert and stream audio and video.
- .
- This package contains a tarball the source file that were used to produce
- this package, containing all modifications that have been applied inline.
- .
- This package is used as build-dependency for 'libav-extra', which provides
- the "extra" variants of libav.
-
 Package: ffmpeg-doc
 Section: oldlibs
 Priority: extra
diff --git a/debian/libav-source.install b/debian/libav-source.install
deleted file mode 100644
index 5c9844d..0000000
--- a/debian/libav-source.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/src/libav-source.tar.gz
diff --git a/debian/rules b/debian/rules
index 9036303..c433a74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,9 +117,6 @@ install-common: build $(DH_INSTALL_FILES)
 	dh_testroot
 	dh_prep
 	dh_installdirs -ptmp usr/src
-	tar czvf debian/tmp/usr/src/libav-source.tar.gz . \
-		 --exclude 'debian*' --exclude .git  --exclude .pc --exclude '*-stamp' \
-		 --transform 's,^./,libav/,'
 	dh_installdirs -ptmp usr/share/doc/libav/html etc
 	dh_installdirs -ptmp usr/share/doc/libav-doc/html
 	$(foreach flavor,$(FLAVORS),$(call install_flavor,$(flavor)))

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list