[Pkg-galago-commit] r244 - in packages/unstable: . libgalago-gtk-sharp libgalago-gtk-sharp/debian

Riccardo Setti giskard-guest at costa.debian.org
Mon Jul 31 10:14:03 UTC 2006


Author: giskard-guest
Date: 2006-07-31 10:14:02 +0000 (Mon, 31 Jul 2006)
New Revision: 244

Added:
   packages/unstable/libgalago-gtk-sharp/
   packages/unstable/libgalago-gtk-sharp/debian/
   packages/unstable/libgalago-gtk-sharp/debian/changelog
   packages/unstable/libgalago-gtk-sharp/debian/compat
   packages/unstable/libgalago-gtk-sharp/debian/control
   packages/unstable/libgalago-gtk-sharp/debian/copyright
   packages/unstable/libgalago-gtk-sharp/debian/galago-gtk-sharp.dll.config
   packages/unstable/libgalago-gtk-sharp/debian/libgalago-gtk1.0-cil.install
   packages/unstable/libgalago-gtk-sharp/debian/libgalago-gtk1.0-cil.installcligac
   packages/unstable/libgalago-gtk-sharp/debian/rules
Log:
first import of libgalago-gtk-sharp

Added: packages/unstable/libgalago-gtk-sharp/debian/changelog
===================================================================
--- packages/unstable/libgalago-gtk-sharp/debian/changelog	2006-07-30 16:38:45 UTC (rev 243)
+++ packages/unstable/libgalago-gtk-sharp/debian/changelog	2006-07-31 10:14:02 UTC (rev 244)
@@ -0,0 +1,8 @@
+galago-gtk-sharp (0.5.0-1) unstable; urgency=low
+
+  * New Upstream Release.
+  - this package is based on the ubuntu one. thanks goes to <slomo at ubuntu.com>
+  * First Debian upload.
+
+ -- Riccardo Setti <giskard at debian.org>  Mon, 31 Jul 2006 12:10:34 +0200
+

Added: packages/unstable/libgalago-gtk-sharp/debian/compat
===================================================================
--- packages/unstable/libgalago-gtk-sharp/debian/compat	2006-07-30 16:38:45 UTC (rev 243)
+++ packages/unstable/libgalago-gtk-sharp/debian/compat	2006-07-31 10:14:02 UTC (rev 244)
@@ -0,0 +1 @@
+5

Added: packages/unstable/libgalago-gtk-sharp/debian/control
===================================================================
--- packages/unstable/libgalago-gtk-sharp/debian/control	2006-07-30 16:38:45 UTC (rev 243)
+++ packages/unstable/libgalago-gtk-sharp/debian/control	2006-07-31 10:14:02 UTC (rev 244)
@@ -0,0 +1,13 @@
+Source: galago-gtk-sharp
+Section: devel
+Priority: optional
+Maintainer: Riccardo Setti <giskard at debian.org>
+Build-Depends: debhelper (>= 5.0), libmono-dev (>= 1.0), mono-mcs | c-sharp-compiler, pkg-config, mono-gac, cli-common-dev (>= 0.4.0), dpatch, libdbus-1-cil, libgtk2.0-cil (>= 1.0), libgalago-dev (>= 0.5.0), libgalago-gtk-dev (>= 0.5.0), libgalago1.0-cil (>= 0.5.0), gtk-sharp2-gapi
+Standards-Version: 3.7.2
+
+Package: libgalago-gtk1.0-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: CLI bindings for libgalago-gtk
+ This package provides CLI assemblies that allow .NET / C# programs to use
+ libgalago.

Added: packages/unstable/libgalago-gtk-sharp/debian/copyright
===================================================================
--- packages/unstable/libgalago-gtk-sharp/debian/copyright	2006-07-30 16:38:45 UTC (rev 243)
+++ packages/unstable/libgalago-gtk-sharp/debian/copyright	2006-07-31 10:14:02 UTC (rev 244)
@@ -0,0 +1,28 @@
+This package was debianized by Christian Hammond <chipx86 at chipx86.com> on
+Wed, 16 Mar 2005 01:14:54 -0800.
+
+It was downloaded from http://www.galago-project.org/
+
+Copyright: 2005, Christian Hammond <chipx86 at chipx86.com>
+
+Upstream Author: Christian Hammond <chipx86 at chipx86.com>
+
+License:
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library 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 library; if not, write to the Free Software Foundation,
+    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+  
+On Debian system you can find a full copy of the LGPL in
+/usr/share/common-licenses/LGPL 

Added: packages/unstable/libgalago-gtk-sharp/debian/galago-gtk-sharp.dll.config
===================================================================
--- packages/unstable/libgalago-gtk-sharp/debian/galago-gtk-sharp.dll.config	2006-07-30 16:38:45 UTC (rev 243)
+++ packages/unstable/libgalago-gtk-sharp/debian/galago-gtk-sharp.dll.config	2006-07-31 10:14:02 UTC (rev 244)
@@ -0,0 +1,3 @@
+<configuration>
+  <dllmap dll="libgalago-gtk" target="libgalago-gtk.so.1"/>
+</configuration>

Added: packages/unstable/libgalago-gtk-sharp/debian/libgalago-gtk1.0-cil.install
===================================================================
--- packages/unstable/libgalago-gtk-sharp/debian/libgalago-gtk1.0-cil.install	2006-07-30 16:38:45 UTC (rev 243)
+++ packages/unstable/libgalago-gtk-sharp/debian/libgalago-gtk1.0-cil.install	2006-07-31 10:14:02 UTC (rev 244)
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/pkgconfig/galago-gtk-sharp.pc
+debian/tmp/usr/share/gapi-2.0/*
+galago-gtk/galago-gtk-sharp.dll /usr/lib/cli/galago-gtk-sharp
+debian/galago-gtk-sharp.dll.config /usr/lib/cli/galago-gtk-sharp

Added: packages/unstable/libgalago-gtk-sharp/debian/libgalago-gtk1.0-cil.installcligac
===================================================================
--- packages/unstable/libgalago-gtk-sharp/debian/libgalago-gtk1.0-cil.installcligac	2006-07-30 16:38:45 UTC (rev 243)
+++ packages/unstable/libgalago-gtk-sharp/debian/libgalago-gtk1.0-cil.installcligac	2006-07-31 10:14:02 UTC (rev 244)
@@ -0,0 +1 @@
+/usr/lib/cli/galago-gtk-sharp/galago-gtk-sharp.dll

Added: packages/unstable/libgalago-gtk-sharp/debian/rules
===================================================================
--- packages/unstable/libgalago-gtk-sharp/debian/rules	2006-07-30 16:38:45 UTC (rev 243)
+++ packages/unstable/libgalago-gtk-sharp/debian/rules	2006-07-31 10:14:02 UTC (rev 244)
@@ -0,0 +1,103 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export MONO_SHARED_DIR=$(CURDIR)
+
+PACKAGE=galago-gtk-sharp
+include /usr/share/dpatch/dpatch.make
+	  
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp  patch-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+config.status: configure
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
+	--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
+
+build: build-stamp
+
+build-stamp: config.status
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean; 
+	rm -rf $(CURDIR)/.wapi	
+
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	mkdir $(CURDIR)/debian/tmp
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+	cp galago-gtk-sharp.pc debian/tmp/usr/lib/pkgconfig/galago-gtk-sharp.pc
+	find . -name galago-gtk-sharp.dll -exec chmod -x {} \;
+
+	dh_install 
+	
+# Build architecture-independent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_install
+	dh_installcligac
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_clideps -d
+	dh_makeclilibs -V 'libgalago-gtk1.0-cil (>= 0.5.0)'
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure-stamp


Property changes on: packages/unstable/libgalago-gtk-sharp/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-galago-commit mailing list