[Pkg-cli-libs-commits] r3587 - in /packages/taglib-sharp/trunk/debian: changelog patches/03_file.cs-docs-failure.dpatch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Jan 12 05:53:53 UTC 2008


Author: slomo
Date: Sat Jan 12 05:53:52 2008
New Revision: 3587

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3587
Log:
* debian/patches/03_file.cs-docs-failure.dpatch:
  + Fix build of the docs.

Added:
    packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch
Modified:
    packages/taglib-sharp/trunk/debian/changelog

Modified: packages/taglib-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/taglib-sharp/trunk/debian/changelog?rev=3587&op=diff
==============================================================================
--- packages/taglib-sharp/trunk/debian/changelog (original)
+++ packages/taglib-sharp/trunk/debian/changelog Sat Jan 12 05:53:52 2008
@@ -7,6 +7,8 @@
       - Updated for the new version.
       - Updated to move the documentation to "Various" instead of
         "classlib-taglib-sharp" which does not exist.
+  * debian/patches/03_file.cs-docs-failure.dpatch:
+    + Fix build of the docs.
 
  -- Sebastian Dröge <slomo at debian.org>  Sat, 12 Jan 2008 04:21:57 +0100
 

Added: packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch?rev=3587&op=file
==============================================================================
--- packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch (added)
+++ packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch Sat Jan 12 05:53:52 2008
@@ -1,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+ at DPATCH@
+
+--- taglib-sharp/src/TagLib/File.cs.old	2008-01-12 06:51:00.000000000 +0100
++++ taglib-sharp/src/TagLib/File.cs	2008-01-12 06:51:43.000000000 +0100
+@@ -127,15 +127,17 @@
+ 		/// </returns>
+ 		/// <remarks>
+ 		///    <para>A <see cref="FileTypeResolver" /> is one way of
+-		///    altering the behavior of .</para>
+-		///    <para>When is called, the
++		///    altering the behavior of <see cref="File.Create(string)"
++		///    />.</para>
++		///    <para>When <see cref="File.Create(string)" /> is called, the
+ 		///    registered resolvers are invoked in the reverse order in
+ 		///    which they were registered. The resolver may then perform
+ 		///    any operations necessary, including other type-finding
+ 		///    methods.</para>
+ 		///    <para>If the resolver returns a new <see cref="File" />,
+-		///    it will instantly be returned, by . If it returns <see 
+-		///    langword="null" />,  will
++		///    it will instantly be returned, by <see
++		///    cref="File.Create(string)" />. If it returns <see 
++		///    langword="null" />, <see cref="File.Create(string)" /> will
+ 		///    continue to process. If the resolver throws an exception
+ 		///    it will be uncaught.</para>
+ 		///    <para>To register a resolver, use <see




More information about the Pkg-cli-libs-commits mailing list