[Pkg-mono-svn-commits] rev 2622 - in non-group: . tangerine tangerine/trunk tangerine/trunk/debian

Brandon Hale tseng-guest at costa.debian.org
Mon Jul 10 21:36:09 UTC 2006


Author: tseng-guest
Date: 2006-07-10 21:36:03 +0000 (Mon, 10 Jul 2006)
New Revision: 2622

Added:
   non-group/tangerine/
   non-group/tangerine/branches/
   non-group/tangerine/tags/
   non-group/tangerine/trunk/
   non-group/tangerine/trunk/debian/
   non-group/tangerine/trunk/debian/changelog
   non-group/tangerine/trunk/debian/compat
   non-group/tangerine/trunk/debian/control
   non-group/tangerine/trunk/debian/copyright
   non-group/tangerine/trunk/debian/docs
   non-group/tangerine/trunk/debian/rules
Log:
Add tangerine, initial package.

Added: non-group/tangerine/trunk/debian/changelog
===================================================================
--- non-group/tangerine/trunk/debian/changelog	2006-07-10 21:28:33 UTC (rev 2621)
+++ non-group/tangerine/trunk/debian/changelog	2006-07-10 21:36:03 UTC (rev 2622)
@@ -0,0 +1,13 @@
+tangerine (0.2.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Brandon Hale <brandon at ubuntu.com>  Wed,  5 Jul 2006 00:43:22 +0000
+
+tangerine (0.2.4-1) unstable; urgency=low
+
+  * Initial release.
+    - Closes: #369115
+
+ -- Brandon Hale <brandon at ubuntu.com>  Tue,  9 May 2006 17:17:33 -0400
+

Added: non-group/tangerine/trunk/debian/compat
===================================================================
--- non-group/tangerine/trunk/debian/compat	2006-07-10 21:28:33 UTC (rev 2621)
+++ non-group/tangerine/trunk/debian/compat	2006-07-10 21:36:03 UTC (rev 2622)
@@ -0,0 +1 @@
+5

Added: non-group/tangerine/trunk/debian/control
===================================================================
--- non-group/tangerine/trunk/debian/control	2006-07-10 21:28:33 UTC (rev 2621)
+++ non-group/tangerine/trunk/debian/control	2006-07-10 21:36:03 UTC (rev 2622)
@@ -0,0 +1,13 @@
+Source: tangerine
+Section: gnome
+Priority: optional
+Maintainer: Brandon Hale <brandon at ubuntu.com>
+Build-Depends: mono-mcs (>= 1.1.6) | c-sharp-compiler, mono-gac, autotools-dev, beagle, beagle-dev, intltool, libgtk2.0-cil (>= 2.4), libgnome2.0-cil (>= 2.4), libglade2.0-cil (>= 2.4), libgconf2.0-cil (>= 2.4), cli-common-dev (>= 0.4.0), libavahi1.0-cil (>= 0.6.10), libipod-cil (>= 0.5.16), libsm-dev (>= 1.0.0)
+Build-Depends: debhelper (>= 5), cdbs
+Standards-Version: 3.7.2
+
+Package: tangerine
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: A music server using DAAP.
+ A simple music sharing server using DAAP

Added: non-group/tangerine/trunk/debian/copyright
===================================================================
--- non-group/tangerine/trunk/debian/copyright	2006-07-10 21:28:33 UTC (rev 2621)
+++ non-group/tangerine/trunk/debian/copyright	2006-07-10 21:36:03 UTC (rev 2622)
@@ -0,0 +1,28 @@
+This package was debianized by Brandon Hale <brandon at ubuntu.com> on
+Tue,  9 May 2006 17:17:33 -0400.
+
+It was downloaded from http://www.snorp.net/log/tangerine/
+
+Copyright Holder: 
+Copyright (C) 2005 James Willcox <snorp at snorp.net>
+Copyright (C) 2005 John McCutchan (src/inotify.h)
+Copyright (C) 2004 Novell, Inc. (src/inotify-glue.c)
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package 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 General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+   02110-1301 USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: non-group/tangerine/trunk/debian/docs
===================================================================
--- non-group/tangerine/trunk/debian/docs	2006-07-10 21:28:33 UTC (rev 2621)
+++ non-group/tangerine/trunk/debian/docs	2006-07-10 21:36:03 UTC (rev 2622)
@@ -0,0 +1 @@
+README

Added: non-group/tangerine/trunk/debian/rules
===================================================================
--- non-group/tangerine/trunk/debian/rules	2006-07-10 21:28:33 UTC (rev 2621)
+++ non-group/tangerine/trunk/debian/rules	2006-07-10 21:36:03 UTC (rev 2622)
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export MONO_SHARED_DIR=$(CURDIR)
+export DEB_DH_MAKESHLIBS_ARGS="-n"
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/gnome.mk
+
+common-configure-indep::
+	mkdir -p $(MONO_SHARED_DIR)/.wapi
+
+binary-post-install/tangerine::
+	chmod 644 debian/tangerine/usr/lib/tangerine/tangerine-daemon.exe
+	chmod 644 debian/tangerine/usr/lib/tangerine/tangerine-properties.exe
+	find debian -name \*.dll\* -exec chmod 644 {} \;
+
+common-binary-predeb-indep::
+	find debian -name \*.dll -exec chmod 644 {} \;
+	dh_clideps -d
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+	rm -f  debian/tangerine.substvars.new
+	find . -name \*.mdb -print | xargs rm -f


Property changes on: non-group/tangerine/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-mono-svn-commits mailing list