[Restricted-changes] r130 - in dists/trunk: ffmpeg/debian transcode/debian

fabian-guest at alioth.debian.org fabian-guest at alioth.debian.org
Tue Jul 24 15:07:55 UTC 2007


Author: fabian-guest
Date: 2007-07-24 15:07:55 +0000 (Tue, 24 Jul 2007)
New Revision: 130

Added:
   dists/trunk/transcode/debian/bug/
   dists/trunk/transcode/debian/lintian/
Modified:
   dists/trunk/ffmpeg/debian/README.Debian
   dists/trunk/transcode/debian/control
   dists/trunk/transcode/debian/rules
Log:


Modified: dists/trunk/ffmpeg/debian/README.Debian
===================================================================
--- dists/trunk/ffmpeg/debian/README.Debian	2007-07-20 07:15:48 UTC (rev 129)
+++ dists/trunk/ffmpeg/debian/README.Debian	2007-07-24 15:07:55 UTC (rev 130)
@@ -16,10 +16,7 @@
    * AAC decoding and encoding
    * the ASF file format
 
-   I did not activate MP3 encoding (through LAME) in libavcodec, nor AAC
-support (through FAAC/FAAD). However, since I have found no real enforcement
-of the mysterious ASF file format patents, I did not deactivate ASF support in
-libavformat. See more details in the patents.txt file.
+See more details in the patents.txt file.
 
 
 Differences with unofficial ffmpeg packages
@@ -39,14 +36,3 @@
 
 
  -- Sam Hocevar <sam at zoy.org>  Thu, 30 Mar 2006 10:23:16 +0200
-
-
-Concerning the patent issues with ffmpeg
-========================================
-
-   For the unofficial packages which were rebuilt for
-<http://www.debian-unofficial.org/> I activated MP3 encoding (through LAME)
-and AAC support (through FAAC/FAAD) in libavcodec, as well as MPEG-4 encoding
-(through XVID).
-
- -- Fabian Greffrath <fabian at debian-unofficial.org>  Wed, 25 Apr 2007 00:00:00 +0100

Modified: dists/trunk/transcode/debian/control
===================================================================
--- dists/trunk/transcode/debian/control	2007-07-20 07:15:48 UTC (rev 129)
+++ dists/trunk/transcode/debian/control	2007-07-24 15:07:55 UTC (rev 130)
@@ -1,11 +1,12 @@
 Source: transcode
-Section: graphics
+Section: restricted/graphics
 Priority: optional
 Maintainer: Fabian Greffrath <fabian at debian-unofficial.org>
 Build-Depends: debhelper (>= 5), autotools-dev, libavcodec-dev, libmpeg2-4-dev
 Standards-Version: 3.7.2
 
 Package: transcode
+Section: restricted/graphics
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: transcode-doc
@@ -20,6 +21,7 @@
  video/audio streams for import and to enable post-processing of AVI files.
 
 Package: transcode-doc
+Section: restricted/doc
 Architecture: all
 Recommends: transcode
 Description: text console video-stream processing tool (documentation)

Modified: dists/trunk/transcode/debian/rules
===================================================================
--- dists/trunk/transcode/debian/rules	2007-07-20 07:15:48 UTC (rev 129)
+++ dists/trunk/transcode/debian/rules	2007-07-24 15:07:55 UTC (rev 130)
@@ -15,7 +15,8 @@
 	dh_testdir
 
 	./configure CFLAGS="$(CFLAGS)" --prefix=/usr \
-		--enable-libavcodec --enable-libmpeg2 --disable-lame
+		--enable-libavcodec --enable-libmpeg2 \
+		--disable-lame
 
 build: build-stamp
 build-stamp: config.status
@@ -50,6 +51,18 @@
 	# Moving documentation to transcode-doc package
 	mv -f debian/transcode/usr/share/doc/transcode debian/transcode-doc/usr/share/doc/transcode-doc
 
+	# Installing bug control
+	for BUG in debian/bug/*; \
+	do \
+		install -D -m 0644 $$BUG debian/`basename $$BUG`/usr/share/bug/`basename $$BUG`/control || exit 1; \
+	done
+
+	# Installing lintian overrides
+	for LINTIAN in debian/lintian/*; \
+	do \
+		install -D -m 0644 $$LINTIAN debian/`basename $$LINTIAN`/usr/share/lintian/overrides/`basename $$LINTIAN` || exit 1; \
+	done
+
 binary-indep: build install
 	dh_testdir -i
 	dh_testroot -i




More information about the Restricted-changes mailing list