Author: everaldo
Date: 2007-03-04 11:46:33 -0500 (Sun, 04 Mar 2007)
New Revision: 73689

Added:
   trunk/maemo-sharp/debian/
   trunk/maemo-sharp/debian/changelog
   trunk/maemo-sharp/debian/compat
   trunk/maemo-sharp/debian/control
   trunk/maemo-sharp/debian/copyright
   trunk/maemo-sharp/debian/maemo-sharp.install
   trunk/maemo-sharp/debian/rules
Modified:
   trunk/maemo-sharp/ChangeLog
   trunk/maemo-sharp/Makefile.am
   trunk/maemo-sharp/maemo/maemo-sharp.dll.config.in
Log:
        * debian/: Package stuff added, now you can type "make deb" to generate 
        .deb package.

        * Makefile.am: deb target added.

        * maemo/maemo-sharp.dll.config.in: hildon-lgpl removed because it is not
        used in Maemo 2.2.

2007-03-04  Everaldo Canuto  <[EMAIL PROTECTED]>



Modified: trunk/maemo-sharp/ChangeLog
===================================================================
--- trunk/maemo-sharp/ChangeLog 2007-03-04 16:45:39 UTC (rev 73688)
+++ trunk/maemo-sharp/ChangeLog 2007-03-04 16:46:33 UTC (rev 73689)
@@ -1,5 +1,15 @@
 2007-03-04  Everaldo Canuto  <[EMAIL PROTECTED]>
 
+       * debian/: Package stuff added, now you can type "make deb" to generate 
+       .deb package.
+
+       * Makefile.am: deb target added.
+
+       * maemo/maemo-sharp.dll.config.in: hildon-lgpl removed because it is not
+       used in Maemo 2.2.
+
+2007-03-04  Everaldo Canuto  <[EMAIL PROTECTED]>
+
        * maemo/maemo-sharp.dll.config: File added.
 
 2007-03-04  Everaldo Canuto  <[EMAIL PROTECTED]>

Modified: trunk/maemo-sharp/Makefile.am
===================================================================
--- trunk/maemo-sharp/Makefile.am       2007-03-04 16:45:39 UTC (rev 73688)
+++ trunk/maemo-sharp/Makefile.am       2007-03-04 16:46:33 UTC (rev 73689)
@@ -1,3 +1,6 @@
 SUBDIRS = sources maemo samples doc
 
 EXTRA_DIST =  maemo-sharp.snk
+
+deb: dist
+       fakeroot debian/rules binary

Added: trunk/maemo-sharp/debian/changelog
===================================================================
--- trunk/maemo-sharp/debian/changelog  2007-03-04 16:45:39 UTC (rev 73688)
+++ trunk/maemo-sharp/debian/changelog  2007-03-04 16:46:33 UTC (rev 73689)
@@ -0,0 +1,6 @@
+maemo-sharp (0.20-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Everaldo Canuto <[EMAIL PROTECTED]>  Sun, 4 Mar 2007 12:23:32 -0300
+

Added: trunk/maemo-sharp/debian/compat
===================================================================
--- trunk/maemo-sharp/debian/compat     2007-03-04 16:45:39 UTC (rev 73688)
+++ trunk/maemo-sharp/debian/compat     2007-03-04 16:46:33 UTC (rev 73689)
@@ -0,0 +1 @@
+4

Added: trunk/maemo-sharp/debian/control
===================================================================
--- trunk/maemo-sharp/debian/control    2007-03-04 16:45:39 UTC (rev 73688)
+++ trunk/maemo-sharp/debian/control    2007-03-04 16:46:33 UTC (rev 73689)
@@ -0,0 +1,14 @@
+Source: maemo-sharp
+Section: user/libs
+Priority: optional
+Maintainer: Everaldo Canuto <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.6.1
+
+Package: maemo-sharp
+Architecture: any
+Depends: mono-runtime, gtk-sharp2 (>= 2.4.3)
+Description: CLI binding for the Maemo 2.2
+ This package provides assemblies that allow CLI (.NET) programs to use the
+ Maemo and Hildon libraries.
+

Added: trunk/maemo-sharp/debian/copyright
===================================================================
--- trunk/maemo-sharp/debian/copyright  2007-03-04 16:45:39 UTC (rev 73688)
+++ trunk/maemo-sharp/debian/copyright  2007-03-04 16:46:33 UTC (rev 73689)
@@ -0,0 +1,14 @@
+This package was debianized by Everaldo Canuto <[EMAIL PROTECTED]> on
+Sun, 25 Feb 2007 12:23:32 -0300.
+
+It was downloaded from http://www.mono-project.com/
+
+Copyright (c) 2001-2005 Novell
+
+Upstream Author(s): 
+  Everaldo Canuto <[EMAIL PROTECTED]>
+  based on nhildon from Alp Toker  <[EMAIL PROTECTED]>
+
+License:
+
+  GNU LESSER GENERAL PUBLIC LICENSE

Added: trunk/maemo-sharp/debian/maemo-sharp.install
===================================================================
--- trunk/maemo-sharp/debian/maemo-sharp.install        2007-03-04 16:45:39 UTC 
(rev 73688)
+++ trunk/maemo-sharp/debian/maemo-sharp.install        2007-03-04 16:46:33 UTC 
(rev 73689)
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/mono/gac/maemo-sharp/1.0.*/maemo-sharp.dll
+debian/tmp/usr/lib/mono/gac/maemo-sharp/1.0.*/maemo-sharp.dll.config
+debian/tmp/usr/lib/mono/maemo-sharp/maemo-sharp.dll
+

Added: trunk/maemo-sharp/debian/rules
===================================================================
--- trunk/maemo-sharp/debian/rules      2007-03-04 16:45:39 UTC (rev 73688)
+++ trunk/maemo-sharp/debian/rules      2007-03-04 16:46:33 UTC (rev 73689)
@@ -0,0 +1,51 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+       dh_testdir
+       ./configure --prefix=/usr
+       touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp 
+       dh_testdir
+       $(MAKE)
+       touch build-stamp
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp configure-stamp
+       -$(MAKE) clean
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_installdirs
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+binary-arch: build install
+# We have nothing to do by default.
+
+binary-indep: build install
+       dh_testdir
+       dh_testroot
+       dh_install
+       dh_compress
+       dh_fixperms
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: trunk/maemo-sharp/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/maemo-sharp/maemo/maemo-sharp.dll.config.in
===================================================================
--- trunk/maemo-sharp/maemo/maemo-sharp.dll.config.in   2007-03-04 16:45:39 UTC 
(rev 73688)
+++ trunk/maemo-sharp/maemo/maemo-sharp.dll.config.in   2007-03-04 16:46:33 UTC 
(rev 73689)
@@ -1,5 +1,4 @@
 <configuration>
-  <dllmap dll="hildonlgpl" target="[EMAIL PROTECTED]@[EMAIL PROTECTED]@"/>
   <dllmap dll="hildonwidgets" target="[EMAIL PROTECTED]@[EMAIL PROTECTED]@"/>
   <dllmap dll="hildonfm" target="[EMAIL PROTECTED]@[EMAIL PROTECTED]@"/>
 </configuration>

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to