[Pkg-cli-apps-commits] [SCM] openmcdf branch, master, updated. a93c457930ff9096ee0b8640e4bd9d0ea65eb9a7

Mathieu Malaterre mathieu.malaterre at gmail.com
Sun Nov 27 18:31:04 UTC 2011


The following commit has been merged in the master branch:
commit a93c457930ff9096ee0b8640e4bd9d0ea65eb9a7
Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Date:   Sun Nov 27 19:30:49 2011 +0100

    Incorporate Iain comments

diff --git a/debian/control b/debian/control
index 49e5c15..bf45c92 100644
--- a/debian/control
+++ b/debian/control
@@ -2,27 +2,26 @@ Source: openmcdf
 Section: cli-mono
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Build-Depends: debhelper (>= 8), cli-common-dev (>= 0.5.7)
 Build-Depends-Indep: mono-devel, mono-xbuild
 Standards-Version: 3.9.2
 Homepage: http://openmcdf.sourceforge.net/
-Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/openmcdf/trunk/
-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/openmcdf/trunk
+Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/openmcdf.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/openmcdf.git
 
 Package: openmcdf
 Architecture: all
 Depends: ${cli:Depends}, ${misc:Depends}
 Description: Structured Storage Explorer
- OpenMCDF is a 100% managed .net component that allows client applications to
+ OpenMCDF is a 100% managed CLI component that allows client applications to
  manipulate COM structured storage files, also known as Microsoft Compound
  Document Format files.
  .
  This file format is used under the hood by a lot of applications: the files
  created by Microsoft Office until the 2007 product release are all structured
  storage files. They include multiple streams of information (document summary,
- user data) in a single phisical container (the file). Also the omnipresent
+ user data) in a single physical container (the file). Also the omnipresent
  Thumbs.db, used by Windows as thumbnails cache, is a structured storage file.
  .
  OpenMCDF makes available to the developer an easy interface to read, write, add
diff --git a/debian/rules b/debian/rules
index b0bf646..a1cf6ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,7 @@ override_dh_installdocs: MPL
 	dh_installdocs -A $^
 
 # cant get uscan to work with whitespace in name
+# -> http://bugs.debian.org/648299
 #get-orig-source:
 #	uscan --verbose --force-download --repack --rename
 

-- 
openmcdf



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