[Pkg-ruby-extras-maintainers] r971 - in
packages-wip/revolution/trunk: . debian
Paul van Tilburg
paulvt at alioth.debian.org
Sat Nov 4 12:21:01 CET 2006
Author: paulvt
Date: 2006-11-04 12:21:00 +0100 (Sat, 04 Nov 2006)
New Revision: 971
Added:
packages-wip/revolution/trunk/debian/
packages-wip/revolution/trunk/debian/changelog
packages-wip/revolution/trunk/debian/compat
packages-wip/revolution/trunk/debian/control
packages-wip/revolution/trunk/debian/copyright
packages-wip/revolution/trunk/debian/rules
Log:
Load newtrunk into packages-wip/revolution/trunk.
Added: packages-wip/revolution/trunk/debian/changelog
===================================================================
--- packages-wip/revolution/trunk/debian/changelog 2006-11-04 11:20:51 UTC (rev 970)
+++ packages-wip/revolution/trunk/debian/changelog 2006-11-04 11:21:00 UTC (rev 971)
@@ -0,0 +1,34 @@
+revolution (0.5-4) unstable; urgency=low
+
+ * QA upload.
+ * Set maintainer to QA Group; Orphaned: #391403
+ * Conforms with latest Standards Version 3.7.2
+
+ -- Michael Ablassmeier <abi at debian.org> Thu, 19 Oct 2006 10:03:57 +0200
+
+revolution (0.5-3) unstable; urgency=low
+
+ * Building now against evolution 2.6 (Closes: #362605).
+
+ -- David Moreno Garza <damog at debian.org> Wed, 10 May 2006 13:41:29 -0500
+
+revolution (0.5-2) unstable; urgency=low
+
+ * Updated libebook1.2-dev and libecal1.2-dev to follow eds on upstream.
+ (Closes: #314759).
+ * Changed maintainer's address.
+
+ -- David Moreno Garza <damog at debian.org> Sun, 28 Aug 2005 22:18:34 -0500
+
+revolution (0.5-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- David Moreno Garza <damog at damog.net> Thu, 9 Jun 2005 01:12:52 -0500
+
+revolution (0.4-1) unstable; urgency=low
+
+ * Initial Release (Closes: #301083).
+
+ -- David Moreno Garza <damog at damog.net> Wed, 30 Mar 2005 16:51:56 -0600
+
Added: packages-wip/revolution/trunk/debian/compat
===================================================================
--- packages-wip/revolution/trunk/debian/compat 2006-11-04 11:20:51 UTC (rev 970)
+++ packages-wip/revolution/trunk/debian/compat 2006-11-04 11:21:00 UTC (rev 971)
@@ -0,0 +1 @@
+4
Added: packages-wip/revolution/trunk/debian/control
===================================================================
--- packages-wip/revolution/trunk/debian/control 2006-11-04 11:20:51 UTC (rev 970)
+++ packages-wip/revolution/trunk/debian/control 2006-11-04 11:21:00 UTC (rev 971)
@@ -0,0 +1,23 @@
+Source: revolution
+Section: devel
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 4.0.0), ruby1.8, ruby1.8-dev, libebook1.2-dev, libecal1.2-dev
+Standards-Version: 3.7.2
+
+Package: libevolution-ruby
+Architecture: all
+Depends: libevolution-ruby1.8
+Description: revolution, ruby binding for the evolution mail client
+ Revolution is a little Ruby binding to the excellent Evolution email
+ client. At the moment it supports simple querying of the calendar,
+ task, and contact information, and minimal editing.
+
+Package: libevolution-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: revolution, ruby 1.8 binding for the evolution mail client
+ Revolution is a little Ruby 1.8 binding to the excellent Evolution email
+ client. At the moment it supports simple querying of the calendar,
+ task, and contact information, and minimal editing.
+
Added: packages-wip/revolution/trunk/debian/copyright
===================================================================
--- packages-wip/revolution/trunk/debian/copyright 2006-11-04 11:20:51 UTC (rev 970)
+++ packages-wip/revolution/trunk/debian/copyright 2006-11-04 11:21:00 UTC (rev 971)
@@ -0,0 +1,43 @@
+This package was debianized by David Moreno Garza <damog at damog.net> on
+Wed, 30 Mar 2005 16:51:56 -0600.
+
+It was downloaded from http://revolution.rubyforge.net
+
+Copyright:
+
+Upstream Author: Tom Copeland <tom at infoether.com>
+
+License:
+
+Copyright (c) 2005, InfoEther, LLC
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+ * The end-user documentation included with the redistribution, if
+any, must include the following acknowledgement:
+ "This product includes software developed in part by support from
+InfoEther, LLC"
+ * Neither the name of InfoEther, LLC nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
Added: packages-wip/revolution/trunk/debian/rules
===================================================================
--- packages-wip/revolution/trunk/debian/rules 2006-11-04 11:20:51 UTC (rev 970)
+++ packages-wip/revolution/trunk/debian/rules 2006-11-04 11:21:00 UTC (rev 971)
@@ -0,0 +1,64 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ ruby1.8 extconf.rb --enable-fullwidth-reverse-solidus
+ $(MAKE)
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp Makefile *o *log install-stamp
+ -$(MAKE) clean
+ dh_clean
+
+install: install-stamp
+
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) sitedir=$(CURDIR)/debian/libevolution-ruby1.8/usr/lib/ruby install
+ touch install-stamp
+
+binary-arch: build install
+ dh_testdir -a
+ dh_testroot -a
+ dh_installdocs -a www/doc/*
+ dh_installexamples -a *test.rb
+ dh_installchangelogs -a
+ dh_link -a
+ dh_strip -a
+ dh_compress -a -X.rb
+ dh_fixperms -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
+
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installdocs -i
+ dh_installchangelogs -i
+ dh_link -i
+ dh_strip -i
+ dh_compress -i -X.rb
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_shlibdeps -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
+
Property changes on: packages-wip/revolution/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-ruby-extras-maintainers
mailing list