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

Mirco Bauer meebey-guest at costa.debian.org
Tue Oct 24 18:48:27 UTC 2006


Author: meebey-guest
Date: 2006-10-24 18:48:26 +0000 (Tue, 24 Oct 2006)
New Revision: 2822

Added:
   non-group/stetic/
   non-group/stetic/branches/
   non-group/stetic/tags/
   non-group/stetic/trunk/
   non-group/stetic/trunk/debian/
   non-group/stetic/trunk/debian/changelog
   non-group/stetic/trunk/debian/compat
   non-group/stetic/trunk/debian/control
   non-group/stetic/trunk/debian/copyright
   non-group/stetic/trunk/debian/rules
Log:
- first import



Added: non-group/stetic/trunk/debian/changelog
===================================================================
--- non-group/stetic/trunk/debian/changelog	                        (rev 0)
+++ non-group/stetic/trunk/debian/changelog	2006-10-24 18:48:26 UTC (rev 2822)
@@ -0,0 +1,5 @@
+stetic (0.1.0~svn.64684-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Mirco Bauer <meebey at meebey.net>  Mon, 18 Sep 2006 22:41:43 +0200

Added: non-group/stetic/trunk/debian/compat
===================================================================
--- non-group/stetic/trunk/debian/compat	                        (rev 0)
+++ non-group/stetic/trunk/debian/compat	2006-10-24 18:48:26 UTC (rev 2822)
@@ -0,0 +1 @@
+5

Added: non-group/stetic/trunk/debian/control
===================================================================
--- non-group/stetic/trunk/debian/control	                        (rev 0)
+++ non-group/stetic/trunk/debian/control	2006-10-24 18:48:26 UTC (rev 2822)
@@ -0,0 +1,18 @@
+Source: stetic
+Section: devel
+Priority: optional
+Maintainer: Mirco Bauer <meebey at meebey.net>
+Build-Depends: debhelper (>= 5.0.0), dpatch
+Build-Depends-Indep: cli-common-dev (>= 0.4.0), mono-mcs (>= 1.1.2) | c-sharp-compiler, libgtk2.0-cil (>= 2.3.91), libgnome2.0-cil (>= 2.3.91), libgtk2.0-dev (>= 2.4.0) 
+Standards-Version: 3.7.2
+
+Package: stetic
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: GNOME and GTK+ GUI designer
+  Stetic is a new GUI designer for GNOME. It allows to easily create GUIs for
+  GTK+ by drag and drop the widgets into place and initializes them with
+  configured properties.
+  .
+  Stetic is a Mono project created for the MonoDevelop development plattform,
+  but it can also be used standalone like Glade.

Added: non-group/stetic/trunk/debian/copyright
===================================================================
--- non-group/stetic/trunk/debian/copyright	                        (rev 0)
+++ non-group/stetic/trunk/debian/copyright	2006-10-24 18:48:26 UTC (rev 2822)
@@ -0,0 +1,28 @@
+This package was debianized by Mirco Bauer <meebey at meebey.net> on
+Mon, 18 Sep 2006 22:42:38 +0200.
+
+It was downloaded from:
+http://svn.myrealbox.com/viewcvs/trunk/stetic/
+
+Copyright Holder:
+Copyright (C) 2006 Novell, Inc (http://www.novell.com)
+
+License:
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Added: non-group/stetic/trunk/debian/rules
===================================================================
--- non-group/stetic/trunk/debian/rules	                        (rev 0)
+++ non-group/stetic/trunk/debian/rules	2006-10-24 18:48:26 UTC (rev 2822)
@@ -0,0 +1,69 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+export MONO_SHARED_DIR=$(CURDIR)
+
+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
+
+# Include dpatch stuff.
+include /usr/share/dpatch/dpatch.make
+
+config.status: configure
+	dh_testdir
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
+	  --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc \
+	  --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+build: patch build-stamp
+build-stamp: config.status
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+	-$(MAKE) distclean
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/stetic
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+	dh_installman
+	dh_gconf
+	dh_desktop
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_clideps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary install patch unpatch


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




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