[Pkg-cli-libs-commits] [SCM] mono-fuse branch, master, updated. 08d26d3450908787caa43de2f21efe063007c747

Marco Nenciarini mnencia at debian.org
Wed Dec 30 18:32:58 UTC 2009


The following commit has been merged in the master branch:
commit 08d26d3450908787caa43de2f21efe063007c747
Author: Marco Nenciarini <mnencia at debian.org>
Date:   Wed Dec 30 19:10:03 2009 +0100

    Updated version number in pkg-config file.

diff --git a/debian/changelog b/debian/changelog
index ff03f80..0bb9b58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-mono-fuse (0.4.2-1) unstable; urgency=low
+mono-fuse (0.4.2-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #563052)
 
- -- Marco Nenciarini <mnencia at debian.org>  Wed, 30 Dec 2009 13:32:24 +0100
+ -- Marco Nenciarini <mnencia at debian.org>  Wed, 30 Dec 2009 19:21:25 +0100
diff --git a/debian/patches/0003-fix-reported-version.patch b/debian/patches/0003-fix-reported-version.patch
new file mode 100644
index 0000000..72a3b23
--- /dev/null
+++ b/debian/patches/0003-fix-reported-version.patch
@@ -0,0 +1,30 @@
+From: Marco Nenciarini <mnencia at debian.org>
+Date: Wed, 30 Dec 2009 19:01:08 +0100
+Subject: [PATCH] fix reported version
+
+autoconf should report the right version.
+Such version it's used in the pkg-config file.
+---
+ configure.in |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.in b/configure.in
+index 6116eb3..e076f84 100644
+--- a/configure.in
++++ b/configure.in
+@@ -1,4 +1,4 @@
+-AC_INIT([mono-fuse], 0.1, [jonpryor at vt.edu])
++AC_INIT([mono-fuse], 0.4.2, [jonpryor at vt.edu])
+ AC_CANONICAL_SYSTEM
+ AC_PREREQ(2.53)
+ AM_INIT_AUTOMAKE([1.9 tar-ustar])
+@@ -8,7 +8,7 @@ AC_PROG_CC
+ AC_LIBTOOL_DLOPEN
+ AM_PROG_LIBTOOL
+ 
+-ASSEMBLY_VERSION=0.1.0.0
++ASSEMBLY_VERSION=0.4.2.0
+ 
+ AC_PATH_PROG(MONO, mono)
+ AC_PATH_PROG(MCS, gmcs)
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index e9ab6f5..80a2ea6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-fix-build.patch
 0002-native-libs-should-be-private.patch
+0003-fix-reported-version.patch

-- 
mono-fuse



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