[Pkg-cli-libs-commits] r3592 - in /packages/mono-zeroconf/trunk/debian: changelog patches/00list patches/03_assembly-version.dpatch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Jan 24 13:02:33 UTC 2008


Author: slomo
Date: Thu Jan 24 13:02:33 2008
New Revision: 3592

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3592
Log:
* debian/patches/03_assembly-version.dpatch:
  + Fix assembly version.

Added:
    packages/mono-zeroconf/trunk/debian/patches/03_assembly-version.dpatch
Modified:
    packages/mono-zeroconf/trunk/debian/changelog
    packages/mono-zeroconf/trunk/debian/patches/00list

Modified: packages/mono-zeroconf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/changelog?rev=3592&op=diff
==============================================================================
--- packages/mono-zeroconf/trunk/debian/changelog (original)
+++ packages/mono-zeroconf/trunk/debian/changelog Thu Jan 24 13:02:33 2008
@@ -3,8 +3,10 @@
   * New upstream bugfix release.
   * debian/watch:
     + Fix location (Closes: #459996).
+  * debian/patches/03_assembly-version.dpatch:
+    + Fix assembly version.
 
- -- Sebastian Dröge <slomo at debian.org>  Thu, 24 Jan 2008 13:53:22 +0100
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 24 Jan 2008 14:02:11 +0100
 
 mono-zeroconf (0.7.3-1) unstable; urgency=low
 

Modified: packages/mono-zeroconf/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/patches/00list?rev=3592&op=diff
==============================================================================
--- packages/mono-zeroconf/trunk/debian/patches/00list (original)
+++ packages/mono-zeroconf/trunk/debian/patches/00list Thu Jan 24 13:02:33 2008
@@ -1,2 +1,3 @@
 01_pkg-config-path.dpatch
 02_provider-factory-path.dpatch
+03_assembly-version.dpatch

Added: packages/mono-zeroconf/trunk/debian/patches/03_assembly-version.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/patches/03_assembly-version.dpatch?rev=3592&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/patches/03_assembly-version.dpatch (added)
+++ packages/mono-zeroconf/trunk/debian/patches/03_assembly-version.dpatch Thu Jan 24 13:02:33 2008
@@ -1,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+ at DPATCH@
+
+--- mono-zeroconf/src/AssemblyInfo.cs.old	2008-01-24 14:00:18.000000000 +0100
++++ mono-zeroconf/src/AssemblyInfo.cs	2008-01-24 14:00:27.000000000 +0100
+@@ -1,7 +1,7 @@
+ using System.Reflection;
+ using System.Runtime.CompilerServices;
+ 
+-[assembly:AssemblyVersion("1.0.0.74")]
++[assembly:AssemblyVersion("1.0.0.0")]
+ [assembly:AssemblyTitle("Mono.Zeroconf")]
+ [assembly:AssemblyDescription("Cross Platform Zeroconf for .NET")]
+ [assembly:AssemblyCopyright("Copyright (C) 2006-2008 Novell, Inc.")]




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