[Pkg-xfce-commits] r352 - in desktop/trunk/orage/trunk: . debian

Yves-Alexis Perez corsac-guest at costa.debian.org
Sat Dec 17 17:52:09 UTC 2005


Author: corsac-guest
Date: 2005-12-17 17:52:09 +0000 (Sat, 17 Dec 2005)
New Revision: 352

Added:
   desktop/trunk/orage/trunk/debian/
   desktop/trunk/orage/trunk/debian/changelog
   desktop/trunk/orage/trunk/debian/compat
   desktop/trunk/orage/trunk/debian/control
   desktop/trunk/orage/trunk/debian/copyright
   desktop/trunk/orage/trunk/debian/rules
   desktop/trunk/orage/trunk/debian/rules.old
Log:
Load newtrunk into desktop/trunk/orage/trunk.


Added: desktop/trunk/orage/trunk/debian/changelog
===================================================================
--- desktop/trunk/orage/trunk/debian/changelog	2005-12-17 17:51:54 UTC (rev 351)
+++ desktop/trunk/orage/trunk/debian/changelog	2005-12-17 17:52:09 UTC (rev 352)
@@ -0,0 +1,6 @@
+orage (4.3.1.22svn-1) unstable; urgency=low
+
+  * Initial release Closes: #nnnn  (nnnn is the bug number of your ITP)
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sat, 17 Dec 2005 18:14:51 +0100
+

Added: desktop/trunk/orage/trunk/debian/compat
===================================================================
--- desktop/trunk/orage/trunk/debian/compat	2005-12-17 17:51:54 UTC (rev 351)
+++ desktop/trunk/orage/trunk/debian/compat	2005-12-17 17:52:09 UTC (rev 352)
@@ -0,0 +1 @@
+4

Added: desktop/trunk/orage/trunk/debian/control
===================================================================
--- desktop/trunk/orage/trunk/debian/control	2005-12-17 17:51:54 UTC (rev 351)
+++ desktop/trunk/orage/trunk/debian/control	2005-12-17 17:52:09 UTC (rev 352)
@@ -0,0 +1,20 @@
+Source: orage
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
+Build-Depends: debhelper (>= 4.0.0), xfce4-mcs-manager-dev (>= 4.2.3-1)
+Standards-Version: 3.6.2
+
+Package: orage
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Calendar for Xfce Desktop Environment
+ This package contains a calendar for the Xfce4 desktop environment.
+ It integrates itself nicely into the desktop environment, is highly
+ configurable and supports alerts based on dates. If you are looking
+ for a good graphical calendar, you will probably want to try out
+ orage. It stores its data in iCal format.
+ .
+ Homepage: http://www.xfce.org/
+

Added: desktop/trunk/orage/trunk/debian/copyright
===================================================================
--- desktop/trunk/orage/trunk/debian/copyright	2005-12-17 17:51:54 UTC (rev 351)
+++ desktop/trunk/orage/trunk/debian/copyright	2005-12-17 17:52:09 UTC (rev 352)
@@ -0,0 +1,25 @@
+This package was debianized by Yves-Alexis Perez <corsac at corsac.net> on
+Sat, 17 Dec 2005 18:14:51 +0100.
+
+It was downloaded from http://foo-projects.org/~korbinus/orage/
+
+Copyright Holder: Mickaël Graf <korbinus at xfce.org>
+
+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: desktop/trunk/orage/trunk/debian/rules
===================================================================
--- desktop/trunk/orage/trunk/debian/rules	2005-12-17 17:51:54 UTC (rev 351)
+++ desktop/trunk/orage/trunk/debian/rules	2005-12-17 17:52:09 UTC (rev 352)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+#DEB_AUTO_UPDATE_LIBTOOL := pre
+#DEB_AUTO_UPDATE_ACLOCAL := 1.8
+#DEB_AUTO_UPDATE_AUTOCONF := yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
+


Property changes on: desktop/trunk/orage/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: desktop/trunk/orage/trunk/debian/rules.old
===================================================================
--- desktop/trunk/orage/trunk/debian/rules.old	2005-12-17 17:51:54 UTC (rev 351)
+++ desktop/trunk/orage/trunk/debian/rules.old	2005-12-17 17:52:09 UTC (rev 352)
@@ -0,0 +1,107 @@
+#!/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
+
+
+# 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
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./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
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/orage.sgml > orage.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+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
+
+	# Add here commands to install the package into debian/orage.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/orage
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 




More information about the Pkg-xfce-commits mailing list