[Restricted-changes] r159 - in dists/trunk: . faac/debian

fabian-guest at alioth.debian.org fabian-guest at alioth.debian.org
Tue Oct 23 14:29:36 UTC 2007


Author: fabian-guest
Date: 2007-10-23 14:29:35 +0000 (Tue, 23 Oct 2007)
New Revision: 159

Removed:
   dists/trunk/mjpegtools/
   dists/trunk/transcode/
Modified:
   dists/trunk/faac/debian/control
   dists/trunk/faac/debian/faac.install
   dists/trunk/faac/debian/libfaac-dev.install
   dists/trunk/faac/debian/libfaac0.install
   dists/trunk/faac/debian/rules
Log:


Modified: dists/trunk/faac/debian/control
===================================================================
--- dists/trunk/faac/debian/control	2007-10-22 20:27:10 UTC (rev 158)
+++ dists/trunk/faac/debian/control	2007-10-23 14:29:35 UTC (rev 159)
@@ -9,6 +9,8 @@
                dpatch
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/restricted/dists/trunk/faac/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/restricted/dists/trunk/faac/
+Homepage: http://www.audiocoding.com/
 
 Package: faac
 Section: restricted/sound
@@ -20,8 +22,6 @@
  several MPEG-4 object types and file formats, multichannel and gapless
  en-/decoding as well as MP4 metadata tags. The codecs are compatible with
  standard-compliant audio applications using one or more of these profiles.
- .
-  Homepage: <http://www.audiocoding.com/>
 
 Package: faac-dbg
 Section: restricted/devel
@@ -37,8 +37,6 @@
  en-/decoding as well as MP4 metadata tags. The codecs are compatible with
  standard-compliant audio applications using one or more of these profiles.
  .
-  Homepage: <http://www.audiocoding.com/>
- .
  This package contains the debug symbols.
 
 Package: libfaac0
@@ -52,8 +50,6 @@
  en-/decoding as well as MP4 metadata tags. The codecs are compatible with
  standard-compliant audio applications using one or more of these profiles.
  .
-  Homepage: <http://www.audiocoding.com/>
- .
  This package contains the shared library.
 
 Package: libfaac-dev
@@ -67,6 +63,4 @@
  en-/decoding as well as MP4 metadata tags. The codecs are compatible with
  standard-compliant audio applications using one or more of these profiles.
  .
-  Homepage: <http://www.audiocoding.com/>
- .
  This package contains the development files.

Modified: dists/trunk/faac/debian/faac.install
===================================================================
--- dists/trunk/faac/debian/faac.install	2007-10-22 20:27:10 UTC (rev 158)
+++ dists/trunk/faac/debian/faac.install	2007-10-23 14:29:35 UTC (rev 159)
@@ -1 +1 @@
-debian/tmp/usr/bin
+/usr/bin

Modified: dists/trunk/faac/debian/libfaac-dev.install
===================================================================
--- dists/trunk/faac/debian/libfaac-dev.install	2007-10-22 20:27:10 UTC (rev 158)
+++ dists/trunk/faac/debian/libfaac-dev.install	2007-10-23 14:29:35 UTC (rev 159)
@@ -1,4 +1,4 @@
-debian/tmp/usr/include
-debian/tmp/usr/lib/*.a
-debian/tmp/usr/lib/*.so
-debian/tmp/usr/lib/*.la
+/usr/include
+/usr/lib/*.a
+/usr/lib/*.la
+/usr/lib/*.so

Modified: dists/trunk/faac/debian/libfaac0.install
===================================================================
--- dists/trunk/faac/debian/libfaac0.install	2007-10-22 20:27:10 UTC (rev 158)
+++ dists/trunk/faac/debian/libfaac0.install	2007-10-23 14:29:35 UTC (rev 159)
@@ -1 +1 @@
-debian/tmp/usr/lib/*.so.*
+/usr/lib/*.so.*

Modified: dists/trunk/faac/debian/rules
===================================================================
--- dists/trunk/faac/debian/rules	2007-10-22 20:27:10 UTC (rev 158)
+++ dists/trunk/faac/debian/rules	2007-10-23 14:29:35 UTC (rev 159)
@@ -4,17 +4,14 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-drm --with-mp4v2
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-drm --with-mp4v2
 
-DEB_INSTALL_DOCS_ALL := AUTHORS NEWS README TODO
+DEB_DH_INSTALL_ARGS += --sourcedir=debian/tmp
+DEB_DH_MAKESHLIBS_ARGS += -V
+
 DEB_INSTALL_DOCS_libfaac-dev += docs/*
+DEB_INSTALL_MANPAGES_faac += debian/manpage/faac.1
 
-DEB_INSTALL_MANPAGES_faac := debian/manpage/faac.1
-
-install/libfaac0::
-	# Adding symlink
-	ln -sf libfaac.so.0.0.0 debian/tmp/usr/lib/libfaac.so.0.0
-
 common-install-arch::
 	# Installing bug control
 	for BUG in debian/bug/*; do \




More information about the Restricted-changes mailing list