--- libgcal-0.9.1.orig/debian/docs +++ libgcal-0.9.1/debian/docs @@ -0,0 +1 @@ +README --- libgcal-0.9.1.orig/debian/rules +++ libgcal-0.9.1/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + + + +configure: configure-stamp +configure-stamp: + dh_testdir + ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + touch $@ + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs -V + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libgcal-0.9.1.orig/debian/changelog +++ libgcal-0.9.1/debian/changelog @@ -0,0 +1,60 @@ +libgcal (0.9.1-1ubuntu1~jaunty1) jaunty; urgency=low + + * Backporting to jaunty + + -- Mieszko ƚlusarczyk (spitfire) Tue, 14 Jul 2009 00:45:19 +0200 + +libgcal (0.9.1-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: LP: #396338 + - Fixed debian/control: + + libgcal-dev depends on libgcal0 + * Dropped the newline slash in depends field of libgcal-dev + + -- Bhavani Shankar Tue, 07 Jul 2009 09:22:57 +0530 + +libgcal (0.9.1-1) unstable; urgency=low + + * New upstream release. + * debian/control (Build-Depends): Replaced libcurl4-openssl-dev with + libcurl4-gnutls-dev. (Closes: #534836) + + -- Michael Banck Sun, 05 Jul 2009 11:29:18 +0200 + +libgcal (0.9.0-1ubuntu1) karmic; urgency=low + + * Fixed debian/control: + - libgcal-dev depends on libgcal0 + + -- Anthony Mercatante Tue, 02 Jun 2009 00:07:47 +0200 + +libgcal (0.9.0-1) unstable; urgency=low + + * New upstream release. + * debian/rules (binary-arch): Dropped version-specific changelog file as + dh_installchangelogs argument, no longer shipped upstream. + * debian/copyright: Refer to /usr/share/common-licenses/GPL-2 explicitely. + * debian/rules (install): Use dh_prep instead of dh_clean -k. + + -- Michael Banck Tue, 12 May 2009 16:41:04 +0200 + +libgcal (0.8.1-3) unstable; urgency=low + + * debian/copyright: Clarified the copyright and license of configure.ac and + src/curl_debug_gcal.c. + + -- Michael Banck Thu, 25 Dec 2008 20:16:11 +0100 + +libgcal (0.8.1-2) unstable; urgency=low + + * debian/rules (libcal-dev/Depends): Added libxml2-dev and + libcurl4-openssl-dev. + + -- Michael Banck Sat, 06 Dec 2008 13:12:11 +0100 + +libgcal (0.8.1-1) unstable; urgency=low + + * Initial release (Closes: #502016) + + -- Michael Banck Sun, 30 Nov 2008 18:16:25 +0100 + --- libgcal-0.9.1.orig/debian/libgcal0.install +++ libgcal-0.9.1/debian/libgcal0.install @@ -0,0 +1 @@ +/usr/lib/*.so.* --- libgcal-0.9.1.orig/debian/control +++ libgcal-0.9.1/debian/control @@ -0,0 +1,26 @@ +Source: libgcal +Section: libs +Priority: optional +Maintainer: Michael Banck +Build-Depends: debhelper (>= 7), libxml2-dev, libcurl4-gnutls-dev +Standards-Version: 3.8.0 +Homepage: http://code.google.com/p/libgcal/ + +Package: libgcal0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Google calendar and contacts library + This is a library to access google calendar events and contacts. + Its purpose is to provide easy access to available events/contacts and to + enable common operations like add, delete or edit. + +Package: libgcal-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, libgcal0 (= ${binary:Version}), libxml2-dev, libcurl4-openssl-dev +Description: Google calendar and contacts (development files) + This is a library to access google calendar events and contacts. + Its purpose is to provide easy access to available events/contacts and to + enable common operations like add, delete or edit. + . + This package contains the static library and header files. --- libgcal-0.9.1.orig/debian/libgcal-dev.install +++ libgcal-0.9.1/debian/libgcal-dev.install @@ -0,0 +1,4 @@ +/usr/lib/*.so +/usr/lib/*.*a +/usr/lib/pkgconfig +/usr/include/*.h --- libgcal-0.9.1.orig/debian/copyright +++ libgcal-0.9.1/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Michael Banck on +Sun, 30 Nov 2008 18:16:25 +0100. + +It was downloaded from http://code.google.com/p/libgcal/ + +Upstream Author: Adenilson Cavalcanti da Silva + +Copyright: Copyright (c) 2008 Instituto Nokia de Tecnologia + +License: + + Redistribution and use in source and binary forms, with or without + modification, are permitted under the terms of the BSD License. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. + +On Debian systems, the complete text of the BSD License can be +found in `/usr/share/common-licenses/BSD'. + +The file src/curl_debug_gcal.c is licensed under the X11/MIT license. + +The file configure.ac is licensed under the GPL and is Copyright (c) 2005-2006 +Mandriva Conectiva S.A. and Copyright (c) 2006 Ademar de Souza Reis Jr. + + +The Debian packaging is (C) 2008, Michael Banck and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. --- libgcal-0.9.1.orig/debian/compat +++ libgcal-0.9.1/debian/compat @@ -0,0 +1 @@ +7