[Pkg-cli-libs-commits] r3524 - in /packages/gtk-sharp2/trunk/debian: changelog control rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sat Dec 22 23:17:25 UTC 2007


Author: meebey
Date: Sat Dec 22 23:17:25 2007
New Revision: 3524

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3524
Log:
- gtk-sharp2 2.10.2-4 release


Modified:
    packages/gtk-sharp2/trunk/debian/changelog
    packages/gtk-sharp2/trunk/debian/control
    packages/gtk-sharp2/trunk/debian/rules

Modified: packages/gtk-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/changelog?rev=3524&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/changelog (original)
+++ packages/gtk-sharp2/trunk/debian/changelog Sat Dec 22 23:17:25 2007
@@ -1,9 +1,19 @@
-gtk-sharp2 (2.10.2-4) UNRELEASED; urgency=low
-
+gtk-sharp2 (2.10.2-4) unstable; urgency=low
+
+  [ Sebastian Dröge ]
   * debian/rules:
     + Also use -Wl,-z,defs -Wl,-O1 when linking.
 
- -- Sebastian Dröge <slomo at debian.org>  Thu, 20 Dec 2007 07:11:05 +0100
+  [ Mirco Bauer ]
+  * debian/control:
+    + Added mono-1.0-devel to build-deps, fixes FTBFS.
+      (needed since the as mono-mcs package was split)
+    + Fixed casing of Gtk+ and Gnome# in package descriptions, as the official
+      names are GTK+ and GNOME (uppercase).
+  * debian/rules:
+    + Use dh_clifixperms instead of find calls.
+
+ -- Mirco Bauer <meebey at debian.org>  Sat, 22 Dec 2007 23:23:06 +0100
 
 gtk-sharp2 (2.10.2-3) unstable; urgency=low
 

Modified: packages/gtk-sharp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/control?rev=3524&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/control (original)
+++ packages/gtk-sharp2/trunk/debian/control Sat Dec 22 23:17:25 2007
@@ -3,25 +3,25 @@
 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.4.6), dpatch, mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), monodoc-base (>= 1.0), libmono-dev, pkg-config, libtool, libglib2.0-dev (>= 2.12.0), libgtk2.0-dev (>= 2.10.0), libpango1.0-dev, libglade2-dev (>= 2.3.6), mono-utils (>= 1.0-2), libmono-cairo1.0-cil
+Build-Depends: debhelper (>= 5), cli-common-dev (>= 0.4.6), dpatch, mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), mono-1.0-devel (>= 1.0), monodoc-base (>= 1.0), libmono-dev, pkg-config, libtool, libglib2.0-dev (>= 2.12.0), libgtk2.0-dev (>= 2.10.0), libpango1.0-dev, libglade2-dev (>= 2.3.6), mono-utils (>= 1.0-2), libmono-cairo1.0-cil
 Standards-Version: 3.7.2
 
 Package: gtk-sharp2
 Architecture: all
 Depends: gtk-sharp2-examples, gtk-sharp2-gapi, libglib2.0-cil, libgtk2.0-cil, libglade2.0-cil, monodoc-gtk2.0-manual
-Description: Gtk# 2.10 suite, CLI bindings for GTK+ 
- Gtk# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+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.
+ 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}
-Description: sample applications for the Gtk# 2.10 toolkit
- Gtk# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+Description: sample applications for the GTK# 2.10 toolkit
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
  .
  This package contains some example programs that are distributed with
- the Gtk# assemblies, including source to build them and learn from
+ the GTK# assemblies, including source to build them and learn from
  them.
 
 Package: gtk-sharp2-gapi
@@ -30,9 +30,9 @@
 Replaces: gtk-sharp2-unstable-gapi
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxml-libxml-perl, ${cli: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
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
  .
- This package includes the parser and code generator used by the Gtk#
+ This package includes the parser and code generator used by the GTK#
  project to parse and bind GObject libraries. Install if you want to
  bind GObject-based libraries, or need to compile a project that uses
  it to bind such a library.
@@ -43,10 +43,10 @@
 Replaces: gtk-sharp2-gapi (<< 2.10.0-1)
 Description: CLI binding for the GLib utility library 2.12
  This package provides assemblies that allow CLI (.NET) programs  to use the
- GLib utility library 2.12. This is mostly useful for the Gtk+ and Gnome
+ GLib utility library 2.12. This is mostly useful for the GTK+ and GNOME
  bindings.
  .
- Gtk# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ GKT# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
 
 Package: libgtk2.0-cil
 Architecture: any
@@ -54,9 +54,9 @@
 Replaces: gtk-sharp2-gapi (<< 2.10.0-1)
 Description: CLI binding for the GTK+ toolkit 2.10
  This package provides assemblies that allow CLI (.NET) programs to use the
- GTK+ user interface toolkit 2.10, ATK, Pango, Gtk.NET and GDK.
+ GTK+ user interface toolkit 2.10, ATK, Pango, GTK.NET and GDK.
  .
- Gtk# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
 
 Package: libglade2.0-cil
 Architecture: any
@@ -66,7 +66,7 @@
  This package provides assemblies that allow CLI (.NET) programs to use the
  Glade libraries 2.6.
  .
- Gtk# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
 
 Package: monodoc-gtk2.0-manual
 Architecture: all
@@ -74,10 +74,10 @@
 Priority: extra
 Depends: monodoc-manual
 Conflicts: monodoc-gtk-manual, monodoc-manual (<= 1.0.6-1)
-Description: compiled XML documentation for Gtk# 2.10
+Description: compiled XML documentation for GTK# 2.10
  The MonoDoc Project is the documentation framework of the Mono project which
  provides detailed API documentation for all Mono components and the Mono CLI
  implementation.
  .
- This packages contains the compiled XML documentation for Gtk# 2.10 and
- Gnome# 2.16 of MonoDoc.
+ This packages contains the compiled XML documentation for GTK# 2.10 and
+ GNOME# 2.16 of MonoDoc.

Modified: packages/gtk-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/rules?rev=3524&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/rules (original)
+++ packages/gtk-sharp2/trunk/debian/rules Sat Dec 22 23:17:25 2007
@@ -46,9 +46,6 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp RUNTIME=/usr/bin/cli
-	# fixing file permissions
-	cd debian && find -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" | xargs chmod -x
-	cd debian && find -type f -name "*.exe" | xargs chmod +x
 
 binary-indep: build-indep install
 	dh_testdir
@@ -58,13 +55,13 @@
 	dh_link -i
 	# we must install arch dep and indep here! dh_clideps will get problems otherwise
 	dh_install
-	cd debian/gtk-sharp2-examples && find -type f -name "*.cs" | xargs chmod -x
 	install -m755 $(CURDIR)/debian/list-examples $(CURDIR)/debian/gtk-sharp2-examples/usr/bin/gtk-sharp2-examples-list
 	dh_installchangelogs -i ChangeLog
 	dh_installdocs -i
 	dh_installman -i
 	dh_compress -i
 	dh_fixperms -i
+	dh_clifixperms -i
 	dh_installdeb -i
 	dh_makeclilibs -m 2.10.2
 	dh_clideps -i -d
@@ -85,6 +82,7 @@
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
+	dh_clifixperms -a
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_makeclilibs -m 2.10.2
@@ -95,4 +93,5 @@
 
 build: build-indep build-arch
 binary: binary-indep binary-arch
+
 .PHONY: config build-indep build-arch clean binary-indep binary-arch build binary




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