Changeset 5971 for pkg/frankie/main/libgweather
- Timestamp:
- 11/27/09 03:22:49 (4 years ago)
- Location:
- pkg/frankie/main/libgweather/trunk/debian
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/libgweather/trunk/debian/changelog
r5634 r5971 1 libgweather (2.2 6.2.1-parsix1) unstable; urgency=low1 libgweather (2.28.0-parsix1) unstable; urgency=low 2 2 3 * New upstream stable release3 * Sync'd with Debian 2.28.0-1 4 4 5 -- Alan Baghumian <alan@technotux.org> Wed, 22 Jul 2009 20:31:34 -07005 -- Alan Baghumian <alan@technotux.org> Thu, 26 Nov 2009 18:21:19 -0800 6 6 7 libgweather (2.2 6.1-parsix1) unstable; urgency=low7 libgweather (2.28.0-1) unstable; urgency=low 8 8 9 * Sync'd with Debian 2.26.1-1 9 * New upstream release. 10 * debian/rules: 11 - Bump SHVER to 2.28.0 since there are API additions. 12 * debian/patches/01_python_include_dir.patch, 13 debian/patches/02_python__init__executable.patch: 14 - Removed, applied upstream. 10 15 11 -- Alan Baghumian <alan@technotux.org> Sun, 03 May 2009 15:18:50 -0700 16 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 22 Sep 2009 16:37:05 +0200 17 18 libgweather (2.26.2.1-2) unstable; urgency=low 19 20 * debian/patches/02_python__init__executable.patch: 21 - Don't install __init__.py with executable permissions. 22 * debian/copyright: 23 - Updated, some files are licensed under the LGPL. 24 25 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 29 Aug 2009 01:33:17 +0200 26 27 libgweather (2.26.2.1-1) unstable; urgency=low 28 29 * Build the python bindings in python-gweather. Closes: #539091. 30 - libgweather/debian/patches/01_python_include_dir.patch: 31 Fix the build of the bindings out of tree. 32 * debian/copyright: add "Copyright" to the debian packaging copyright 33 notice. 34 * Standards-Version is 3.8.3, no changes needed. 35 * debian/watch: don't uupdate. 36 * New upstream bugfix release. 37 38 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 28 Aug 2009 23:32:22 +0200 12 39 13 40 libgweather (2.26.1-1) unstable; urgency=low -
pkg/frankie/main/libgweather/trunk/debian/control
r5195 r5971 1 1 Source: libgweather 2 Section: libs 2 3 Priority: optional 3 4 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 4 Uploaders: Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org>5 Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org> 5 6 Build-Depends: debhelper (>= 5), 6 7 autotools-dev, 7 8 cdbs, 9 gnome-pkg-tools, 8 10 libxml2-dev (>= 2.6.0), 9 11 libglib2.0-dev (>= 2.13.0), … … 12 14 libgconf2-dev (>= 2.8.0), 13 15 gconf2, 14 gnome-pkg-tools,15 16 intltool (>= 0.40.3), 16 17 pkg-config (>= 0.19), 17 18 libxml2-utils, 19 python-support, 20 python-all-dev, 21 python-gobject-dev, 22 python-gtk2-dev, 18 23 libglib2.0-doc, 19 24 libgtk2.0-doc 20 Standards-Version: 3.8.1 21 Section: libs 25 Standards-Version: 3.8.3 22 26 23 27 Package: libgweather-dev … … 39 43 40 44 Package: libgweather1 41 Section: libs42 45 Architecture: any 43 46 Depends: ${shlibs:Depends}, … … 63 66 This package contains the weather locations. 64 67 65 #Package: python-gweather66 #Architecture: any67 #Section: python68 #Depends: ${shlibs:Depends},69 #${misc:Depends},70 #${python:Depends}71 #Description: Python bindings for GWeather72 #libgweather is a library to access weather information from online73 #services for numerous locations.74 #.75 #This package contains the Python bindings.68 Package: python-gweather 69 Architecture: any 70 Section: python 71 Depends: ${shlibs:Depends}, 72 ${misc:Depends}, 73 ${python:Depends} 74 Description: Python bindings for GWeather 75 libgweather is a library to access weather information from online 76 services for numerous locations. 77 . 78 This package contains the Python bindings. -
pkg/frankie/main/libgweather/trunk/debian/control.in
r5195 r5971 1 1 Source: libgweather 2 Section: libs 2 3 Priority: optional 3 4 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> … … 6 7 autotools-dev, 7 8 cdbs, 9 gnome-pkg-tools, 8 10 libxml2-dev (>= 2.6.0), 9 11 libglib2.0-dev (>= 2.13.0), … … 12 14 libgconf2-dev (>= 2.8.0), 13 15 gconf2, 14 gnome-pkg-tools,15 16 intltool (>= 0.40.3), 16 17 pkg-config (>= 0.19), 17 18 libxml2-utils, 19 python-support, 20 python-all-dev, 21 python-gobject-dev, 22 python-gtk2-dev, 18 23 libglib2.0-doc, 19 24 libgtk2.0-doc 20 Standards-Version: 3.8.1 21 Section: libs 25 Standards-Version: 3.8.3 22 26 23 27 Package: libgweather-dev … … 39 43 40 44 Package: libgweather1 41 Section: libs42 45 Architecture: any 43 46 Depends: ${shlibs:Depends}, … … 63 66 This package contains the weather locations. 64 67 65 #Package: python-gweather66 #Architecture: any67 #Section: python68 #Depends: ${shlibs:Depends},69 #${misc:Depends},70 #${python:Depends}71 #Description: Python bindings for GWeather72 #libgweather is a library to access weather information from online73 #services for numerous locations.74 #.75 #This package contains the Python bindings.68 Package: python-gweather 69 Architecture: any 70 Section: python 71 Depends: ${shlibs:Depends}, 72 ${misc:Depends}, 73 ${python:Depends} 74 Description: Python bindings for GWeather 75 libgweather is a library to access weather information from online 76 services for numerous locations. 77 . 78 This package contains the Python bindings. -
pkg/frankie/main/libgweather/trunk/debian/copyright
r5195 r5971 4 4 It was downloaded from http://download.gnome.org/sources/libgweather 5 5 6 Upstream Author: 6 Upstream Author: 7 7 8 8 Papadimitriou Spiros <spapadim+@cs.cmu.edu> 9 9 Philip Langdale <philipl@mail.utexas.edu> 10 10 11 Copyright: 11 Copyright: 12 12 13 13 Copyright © 2008 Novell, Inc. … … 23 23 the Free Software Foundation; either version 2 of the License, or 24 24 (at your option) any later version. 25 25 26 26 This package is distributed in the hope that it will be useful, 27 27 but WITHOUT ANY WARRANTY; without even the implied warranty of 28 28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29 29 GNU General Public License for more details. 30 30 31 31 You should have received a copy of the GNU General Public License 32 32 along with this package; if not, write to the Free Software … … 36 36 Public License can be found in `/usr/share/common-licenses/GPL-2'. 37 37 38 The Debian packaging is (C) 2008, Sebastien Bacher <seb128@canonical.com> and 39 is licensed under the GPL, see above. 38 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 40 The following files are licensed under the LGPL v2.1 license: 41 42 libgweather/gweather-location.c 43 libgweather/gweather-location.h 44 libgweather/gweather-timezone.c 45 libgweather/gweather-timezone.h 46 libgweather/gweather-win32.c 47 libgweather/gweather-win32.h 48 libgweather/location-entry.c 49 libgweather/location-entry.h 50 libgweather/parser.c 51 libgweather/parser.h 52 libgweather/timezone-menu.c 53 libgweather/timezone-menu.h 54 python/gweathermodule.c 55 56 This library is free software; you can redistribute it and/or 57 modify it under the terms of the GNU Lesser General Public License 58 as published by the Free Software Foundation; either version 2.1 of 59 the License, or (at your option) any later version. 60 61 This library is distributed in the hope that it will be useful, but 62 WITHOUT ANY WARRANTY; without even the implied warranty of 63 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 64 Lesser General Public License for more details. 65 66 You should have received a copy of the GNU Lesser General Public 67 License along with this library; if not, see 68 <http://www.gnu.org/licenses/>. 69 70 On Debian systems, the complete text of the GNU Lesser General 71 Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. 72 73 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 75 The Debian packaging is Copyright (C) 2008, Sebastien Bacher <seb128@canonical.com> 76 and is licensed under the GPL, see above. -
pkg/frankie/main/libgweather/trunk/debian/rules
r5195 r5971 8 8 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 9 9 10 DEB_DH_MAKESHLIBS_ARGS_libgweather1 := -V 'libgweather1 (>= 2.2 3.92)'11 #DEB_BUILDDIR := $(CURDIR)/build-base12 #PYTHON_LDFLAGS := $(LDFLAGS) -Wl,-O1 -Wl,--as-needed10 DEB_DH_MAKESHLIBS_ARGS_libgweather1 := -V 'libgweather1 (>= 2.28.0)' 11 DEB_BUILDDIR := $(CURDIR)/build-base 12 PYTHON_LDFLAGS := $(LDFLAGS) -Wl,-O1 -Wl,--as-needed 13 13 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed 14 14 15 15 DEB_CONFIGURE_EXTRA_FLAGS += --enable-locations-compression 16 16 17 #PYVERS := $(shell pyversions -vr)17 PYVERS := $(shell pyversions -vr) 18 18 19 #configure/python-gweather:: $(PYVERS:%=build-%/config.status)20 #build-%/config.status:21 #mkdir -p build-$*22 #cd build-$* && \23 #PYTHON=/usr/bin/python$* \24 #$(DEB_CONFIGURE_SCRIPT_ENV) LDFLAGS="$(PYTHON_LDFLAGS)" \25 #$(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS) \26 #$(cdbs_configure_flags) $(DEB_CONFIGURE_EXTRA_FLAGS) \27 #--enable-python28 # 29 #build/python-gweather:: $(PYVERS:%=build-%/build-stamp)30 #build-%/build-stamp:31 #$(MAKE) -C build-$* SUBDIRS="libgweather python"32 #touch $@33 # 34 #install/python-gweather:: $(PYVERS:%=install-%)35 #install-%:36 #$(MAKE) -C build-$*/python install DESTDIR=$(DEB_DESTDIR)37 # 38 #clean::39 #rm -rf build-*40 # 41 #binary-post-install/python-gweather::42 #dh_pysupport -ppython-gweather19 configure/python-gweather:: $(PYVERS:%=build-%/config.status) 20 build-%/config.status: 21 mkdir -p build-$* 22 cd build-$* && \ 23 PYTHON=/usr/bin/python$* \ 24 $(DEB_CONFIGURE_SCRIPT_ENV) LDFLAGS="$(PYTHON_LDFLAGS)" \ 25 $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS) \ 26 $(cdbs_configure_flags) $(DEB_CONFIGURE_EXTRA_FLAGS) \ 27 --enable-python 28 29 build/python-gweather:: $(PYVERS:%=build-%/build-stamp) 30 build-%/build-stamp: 31 $(MAKE) -C build-$* SUBDIRS="libgweather python" 32 touch $@ 33 34 install/python-gweather:: $(PYVERS:%=install-%) 35 install-%: 36 $(MAKE) -C build-$*/python install DESTDIR=$(DEB_DESTDIR) 37 38 clean:: 39 rm -rf build-* 40 41 binary-post-install/python-gweather:: 42 dh_pysupport -ppython-gweather -
pkg/frankie/main/libgweather/trunk/debian/watch
r3292 r5971 1 1 version=2 2 2 http://ftp.gnome.org/pub/GNOME/sources/libgweather/([\d\.]+)[02468]/ \ 3 libgweather-(.*)\.tar\.gz \ 4 debian uupdate 3 libgweather-(.*)\.tar\.gz
Note: See TracChangeset
for help on using the changeset viewer.


