[Pkg-cli-libs-commits] [SCM] gtk-sharp2 branch, master, updated. debian/2.12.10-2ubuntu4-7-g1a8ebc7

Iain Lane laney at debian.org
Wed Apr 11 11:07:52 UTC 2012


The following commit has been merged in the master branch:
commit 1a8ebc71765dff6cc827a47de6254f60fd130e3f
Author: Iain Lane <laney at debian.org>
Date:   Wed Apr 11 12:03:37 2012 +0100

    Run wrap-and-sort to tidy up

diff --git a/debian/control b/debian/control
index dead1ca..df59fc6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,17 @@ Section: libs
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.2.3), monodoc-base (>= 1.0), pkg-config, libglib2.0-dev (>= 2.12.0), libgtk2.0-dev (>= 2.12.0), libpango1.0-dev, libglade2-dev (>= 2.3.6), libmono-cairo2.0-cil, dh-autoreconf,
+Build-Depends: cli-common-dev (>= 0.5.7),
+               debhelper (>= 5),
+               dh-autoreconf,
+               libglade2-dev (>= 2.3.6),
+               libglib2.0-dev (>= 2.12.0),
+               libgtk2.0-dev (>= 2.12.0),
+               libmono-cairo2.0-cil,
+               libpango1.0-dev,
+               mono-devel (>= 2.4.2.3),
+               monodoc-base (>= 1.0),
+               pkg-config
 Standards-Version: 3.9.3
 Homepage: http://www.mono-project.com/GtkSharp
 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/gtk-sharp2.git
@@ -12,20 +22,20 @@ Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gtk-sharp2.git
 Package: gtk-sharp2
 Architecture: all
 Depends: gtk-sharp2-examples (= ${source:Version}),
- gtk-sharp2-gapi (= ${source:Version}),
- libglib2.0-cil-dev (= ${source:Version}),
- libgtk2.0-cil-dev (= ${source:Version}),
- libglade2.0-cil-dev (= ${source:Version}),
- monodoc-gtk2.0-manual (= ${source:Version}),
- ${misc:Depends}
-Description: GTK# 2.10 suite, CLI bindings for GTK+ 
+         gtk-sharp2-gapi (= ${source:Version}),
+         libglade2.0-cil-dev (= ${source:Version}),
+         libglib2.0-cil-dev (= ${source:Version}),
+         libgtk2.0-cil-dev (= ${source:Version}),
+         monodoc-gtk2.0-manual (= ${source:Version}),
+         ${misc:Depends}
+Description: GTK# 2.10 suite, CLI bindings for GTK+
  GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
  .
  gtk-sharp2 is a metapackage containing dependencies for the GTK# 2.10 suite.
 
 Package: gtk-sharp2-examples
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: sample applications for the GTK# 2.10 toolkit
  GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
  .
@@ -37,7 +47,11 @@ Package: gtk-sharp2-gapi
 Architecture: any
 Conflicts: gtk-sharp2-unstable-gapi
 Replaces: gtk-sharp2-unstable-gapi
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, libxml-libxml-perl, libglib2.0-cil (>= ${source:Version})
+Depends: libglib2.0-cil (>= ${source:Version}),
+         libxml-libxml-perl,
+         ${cli:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: C source parser and C# code generator for GObject based APIs
  GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
  .
@@ -49,7 +63,7 @@ Description: C source parser and C# code generator for GObject based APIs
 Package: libglib2.0-cil
 Architecture: any
 Suggests: monodoc-gtk2.0-manual
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Replaces: gtk-sharp2-gapi (<< 2.10.0-1)
 Description: CLI binding for the GLib utility library 2.12
  This package provides the glib-sharp assembly that allows CLI (.NET) programs
@@ -77,7 +91,7 @@ Description: CLI binding for the GLib utility library 2.12
 Package: libgtk2.0-cil
 Architecture: any
 Suggests: monodoc-gtk2.0-manual
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Replaces: gtk-sharp2-gapi (<< 2.10.0-1)
 Description: CLI binding for the GTK+ toolkit 2.12
  This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and
@@ -90,7 +104,9 @@ Description: CLI binding for the GTK+ toolkit 2.12
 
 Package: libgtk2.0-cil-dev
 Architecture: any
-Depends: libgtk2.0-cil (= ${binary:Version}), libglib2.0-cil-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libglib2.0-cil-dev (= ${binary:Version}),
+         libgtk2.0-cil (= ${binary:Version}),
+         ${misc:Depends}
 Replaces: libgtk2.0-cil (<< 2.12.9-2)
 Description: CLI binding for the GTK+ toolkit 2.12
  This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and
@@ -105,7 +121,7 @@ Description: CLI binding for the GTK+ toolkit 2.12
 Package: libglade2.0-cil
 Architecture: any
 Suggests: monodoc-gtk2.0-manual
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Replaces: gtk-sharp2-gapi (<< 2.10.0-1)
 Description: CLI binding for the Glade libraries 2.6
  This package provides the glade-sharp assembly that allows CLI (.NET) programs
@@ -117,7 +133,9 @@ Description: CLI binding for the Glade libraries 2.6
 
 Package: libglade2.0-cil-dev
 Architecture: any
-Depends: libglade2.0-cil (= ${binary:Version}), libgtk2.0-cil-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libglade2.0-cil (= ${binary:Version}),
+         libgtk2.0-cil-dev (= ${binary:Version}),
+         ${misc:Depends}
 Replaces: libglade2.0-cil (<< 2.12.9-2)
 Description: CLI binding for the Glade libraries 2.6
  This package provides the glade-sharp assembly that allows CLI (.NET) programs
diff --git a/debian/copyright b/debian/copyright
index 3677d22..7514a07 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -16,14 +16,14 @@ Copyright:
 License:
 
   This program is free software; you can redistribute it and/or
-  modify it under the terms of version 2.1 of the Lesser GNU General 
+  modify it under the terms of version 2.1 of the Lesser GNU General
   Public License as published by the Free Software Foundation.
 
   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
   Lesser General Public License for more details.
- 
+
   You should have received a copy of the GNU Lesser General Public
   License along with this program; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
@@ -31,4 +31,3 @@ License:
 
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in /usr/share/common-licenses/LGPL-2.1 file.
-
diff --git a/debian/gtk-sharp2-examples.install b/debian/gtk-sharp2-examples.install
index 2645019..f7ac2da 100644
--- a/debian/gtk-sharp2-examples.install
+++ b/debian/gtk-sharp2-examples.install
@@ -1,6 +1,6 @@
-sample/pixmaps/	/usr/share/gtk-sharp2-examples/
-sample/Makefile	/usr/share/gtk-sharp2-examples/
-sample/*.exe	/usr/share/gtk-sharp2-examples/
 sample/*.cs	/usr/share/gtk-sharp2-examples/
-sample/GtkDemo/*.exe	/usr/share/gtk-sharp2-examples/GtkDemo
+sample/*.exe	/usr/share/gtk-sharp2-examples/
 sample/GtkDemo/*.cs	/usr/share/gtk-sharp2-examples/GtkDemo
+sample/GtkDemo/*.exe	/usr/share/gtk-sharp2-examples/GtkDemo
+sample/Makefile	/usr/share/gtk-sharp2-examples/
+sample/pixmaps/	/usr/share/gtk-sharp2-examples/
diff --git a/debian/gtk-sharp2-gapi.install b/debian/gtk-sharp2-gapi.install
index 563e3f2..7cda148 100644
--- a/debian/gtk-sharp2-gapi.install
+++ b/debian/gtk-sharp2-gapi.install
@@ -1,9 +1,9 @@
-debian/tmp/usr/bin/gapi2-fixup
 debian/tmp/usr/bin/gapi2-codegen
+debian/tmp/usr/bin/gapi2-fixup
 debian/tmp/usr/bin/gapi2-parser
 debian/tmp/usr/lib/gtk-sharp-2.0/gapi-fixup.exe
-debian/tmp/usr/lib/gtk-sharp-2.0/gapi_codegen.exe
 debian/tmp/usr/lib/gtk-sharp-2.0/gapi-parser.exe
-debian/tmp/usr/lib/gtk-sharp-2.0/gapi_pp.pl
 debian/tmp/usr/lib/gtk-sharp-2.0/gapi2xml.pl
+debian/tmp/usr/lib/gtk-sharp-2.0/gapi_codegen.exe
+debian/tmp/usr/lib/gtk-sharp-2.0/gapi_pp.pl
 debian/tmp/usr/lib/pkgconfig/gapi-2.0.pc
diff --git a/debian/libglade2.0-cil-dev.install b/debian/libglade2.0-cil-dev.install
index 6af07da..a29b3ed 100644
--- a/debian/libglade2.0-cil-dev.install
+++ b/debian/libglade2.0-cil-dev.install
@@ -1,3 +1,2 @@
 debian/tmp/usr/lib/pkgconfig/glade-sharp-2.0.pc
 debian/tmp/usr/share/gapi-2.0/glade-api.xml
-
diff --git a/debian/libglib2.0-cil-dev.install b/debian/libglib2.0-cil-dev.install
index 12c7ca8..259c0ce 100644
--- a/debian/libglib2.0-cil-dev.install
+++ b/debian/libglib2.0-cil-dev.install
@@ -1,3 +1,2 @@
 debian/tmp/usr/lib/pkgconfig/glib-sharp-2.0.pc
 debian/tmp/usr/share/gapi-2.0/glib-api.xml
-
diff --git a/debian/libgtk2.0-cil-dev.install b/debian/libgtk2.0-cil-dev.install
index c1fae2d..7c86772 100644
--- a/debian/libgtk2.0-cil-dev.install
+++ b/debian/libgtk2.0-cil-dev.install
@@ -1,7 +1,7 @@
-debian/tmp/usr/lib/pkgconfig/gtk-sharp-2.0.pc
+
 debian/tmp/usr/lib/pkgconfig/gtk-dotnet-2.0.pc
-debian/tmp/usr/share/gapi-2.0/pango-api.xml
+debian/tmp/usr/lib/pkgconfig/gtk-sharp-2.0.pc
 debian/tmp/usr/share/gapi-2.0/atk-api.xml
 debian/tmp/usr/share/gapi-2.0/gdk-api.xml
 debian/tmp/usr/share/gapi-2.0/gtk-api.xml
-
+debian/tmp/usr/share/gapi-2.0/pango-api.xml
diff --git a/debian/libgtk2.0-cil.install b/debian/libgtk2.0-cil.install
index 7ef1b5a..0dd9352 100644
--- a/debian/libgtk2.0-cil.install
+++ b/debian/libgtk2.0-cil.install
@@ -1,9 +1,9 @@
 debian/tmp/usr/lib/libatksharpglue-2.so 				/usr/lib/cli/atk-sharp-2.0/
-debian/tmp/usr/lib/libgtksharpglue-2.so 				/usr/lib/cli/gtk-sharp-2.0/
 debian/tmp/usr/lib/libgdksharpglue-2.so					/usr/lib/cli/gdk-sharp-2.0/
+debian/tmp/usr/lib/libgtksharpglue-2.so 				/usr/lib/cli/gtk-sharp-2.0/
 debian/tmp/usr/lib/libpangosharpglue-2.so				/usr/lib/cli/pango-sharp-2.0/
-debian/tmp/usr/lib/mono/gac/gtk-sharp/2.12.0.0*/gtk-sharp.dll*		/usr/lib/cli/gtk-sharp-2.0/
-debian/tmp/usr/lib/mono/gac/gdk-sharp/2.12.0.0*/gdk-sharp.dll*		/usr/lib/cli/gdk-sharp-2.0/
 debian/tmp/usr/lib/mono/gac/atk-sharp/2.12.0.0*/atk-sharp.dll*		/usr/lib/cli/atk-sharp-2.0/
-debian/tmp/usr/lib/mono/gac/pango-sharp/2.12.0.0*/pango-sharp.dll*	/usr/lib/cli/pango-sharp-2.0/
+debian/tmp/usr/lib/mono/gac/gdk-sharp/2.12.0.0*/gdk-sharp.dll*		/usr/lib/cli/gdk-sharp-2.0/
 debian/tmp/usr/lib/mono/gac/gtk-dotnet/2.12.0.0*/gtk-dotnet.dll*	/usr/lib/cli/gtk-dotnet-2.0/
+debian/tmp/usr/lib/mono/gac/gtk-sharp/2.12.0.0*/gtk-sharp.dll*		/usr/lib/cli/gtk-sharp-2.0/
+debian/tmp/usr/lib/mono/gac/pango-sharp/2.12.0.0*/pango-sharp.dll*	/usr/lib/cli/pango-sharp-2.0/

-- 
gtk-sharp2



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