[Pkg-cli-libs-commits] [SCM] mono-fuse branch, master, updated. 457a357f4558f0406330bdac8f484d532dae98f2

Marco Nenciarini mnencia at debian.org
Thu Dec 31 14:06:42 UTC 2009


The following commit has been merged in the master branch:
commit 457a357f4558f0406330bdac8f484d532dae98f2
Author: Marco Nenciarini <mnencia at debian.org>
Date:   Thu Dec 31 13:47:46 2009 +0100

    Packaging fixes as suggested by Mirco Bauer
    
    Updated the copyright file stating the warranty section of GPL-2+
    instead of only pointing to the file.
    
    Added "or other CLI based / enabled languages" at the end of package
    description.
    
    Removed monodoc postinst / postrm.

diff --git a/debian/control b/debian/control
index fa15262..ee617ea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mono-fuse
 Section: cli-mono
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
-Uploaders: Marco Nenciarini <mnencia at debian.org>, Torello Querci <torello at torosoft.com>
+Uploaders: Marco Nenciarini <mnencia at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
  libtool,
  automake,
@@ -21,7 +21,8 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
 Description: CLI binding for FUSE
  Mono.Fuse is a binding for the FUSE library, permitting user-space 
- file systems to be written in C#.
+ file systems to be written in C# or other CLI based / enabled 
+ languages.
 
 Package: monodoc-mono-fuse-manual
 Section: doc
@@ -29,6 +30,7 @@ Architecture: all
 Depends: monodoc-manual, ${misc:Depends}
 Description: compiled XML documentation for mono-fuse
  Mono.Fuse is a binding for the FUSE library, permitting user-space 
- file systems to be written in C#.
+ file systems to be written in C# or other CLI based / enabled
+ languages.
  .
  This package contains the compiled XML documentation for mono-fuse
diff --git a/debian/copyright b/debian/copyright
index 534c599..1c5bbb5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ License: MIT/X11
 
 Files: debian/*
 Copyright: Copyright (c) 2009 Marco Nenciarini <mnencia at debian.org>
-License: GPL
+License: GPL-2+
 
 License: MIT/X11
  Permission is hereby granted, free of charge, to any person obtaining
@@ -23,10 +23,10 @@ License: MIT/X11
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:
-
+ .
  The above copyright notice and this permission notice shall be
  included in all copies or substantial portions of the Software.
- 
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -35,6 +35,20 @@ License: MIT/X11
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-License: GPL
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
  On Debian GNU/Linux systems, the text of the GNU General Public License
- can be found in `/usr/share/common-licenses/GPL'.
+ can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/monodoc-mono-fuse-manual.postinst b/debian/monodoc-mono-fuse-manual.postinst
deleted file mode 100644
index 433e5e2..0000000
--- a/debian/monodoc-mono-fuse-manual.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$1" = "configure" ]; then
-	if [ -x /usr/bin/monodoc ]; then
-		echo "updating monodoc index..."
-		monodoc --make-index > /dev/null
-		echo "updating monodoc search index... (this can take a while)"
-		monodoc --make-search-index > /dev/null
-	fi
-fi
-
-#DEBHELPER#
diff --git a/debian/monodoc-mono-fuse-manual.postrm b/debian/monodoc-mono-fuse-manual.postrm
deleted file mode 100644
index a000710..0000000
--- a/debian/monodoc-mono-fuse-manual.postrm
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$1" = "remove" ]; then
-	if [ -x /usr/bin/monodoc ]; then
-		echo "updating monodoc index..."
-		monodoc --make-index > /dev/null
-		echo "updating monodoc search index... (this can take a while)"
-		monodoc --make-search-index > /dev/null
-	fi
-fi
-                
-#DEBHELPER#
diff --git a/debian/patches/0001-fix-build.patch b/debian/patches/0001-fix-build.patch
index b4a95ad..eb8cb65 100644
--- a/debian/patches/0001-fix-build.patch
+++ b/debian/patches/0001-fix-build.patch
@@ -1,6 +1,6 @@
 From: Jonathan Pryor <jonpryor at vt.edu>
 Date: Wed, 30 Dec 2009 17:39:29 +0100
-Subject: [PATCH] fix-build
+Subject: [PATCH] fix build
 
 ---
  example/HelloFS/HelloFS.cs |    2 +-
diff --git a/debian/patches/0002-native-libs-should-be-private.patch b/debian/patches/0002-native-libs-should-be-private.patch
index 33a7da0..2abb895 100644
--- a/debian/patches/0002-native-libs-should-be-private.patch
+++ b/debian/patches/0002-native-libs-should-be-private.patch
@@ -1,6 +1,6 @@
 From: Marco Nenciarini <mnencia at debian.org>
 Date: Wed, 30 Dec 2009 17:41:08 +0100
-Subject: [PATCH] native-libs-should-be-private
+Subject: [PATCH] native libs should be private
 
 ---
  configure.in                          |    6 ++++++

-- 
mono-fuse



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