Ignore:
Timestamp:
11/27/09 03:22:49 (4 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 2.28.0-1
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.26.2.1-parsix1) unstable; urgency=low 
     1libgweather (2.28.0-parsix1) unstable; urgency=low 
    22 
    3   * New upstream stable release 
     3  * Sync'd with Debian 2.28.0-1 
    44 
    5  -- Alan Baghumian <alan@technotux.org>  Wed, 22 Jul 2009 20:31:34 -0700 
     5 -- Alan Baghumian <alan@technotux.org>  Thu, 26 Nov 2009 18:21:19 -0800 
    66 
    7 libgweather (2.26.1-parsix1) unstable; urgency=low 
     7libgweather (2.28.0-1) unstable; urgency=low 
    88 
    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. 
    1015 
    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 
     18libgweather (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 
     27libgweather (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 
    1239 
    1340libgweather (2.26.1-1) unstable; urgency=low 
  • pkg/frankie/main/libgweather/trunk/debian/control

    r5195 r5971  
    11Source: libgweather 
     2Section: libs 
    23Priority: optional 
    34Maintainer: 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> 
     5Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org> 
    56Build-Depends: debhelper (>= 5), 
    67               autotools-dev, 
    78               cdbs, 
     9               gnome-pkg-tools, 
    810               libxml2-dev (>= 2.6.0), 
    911               libglib2.0-dev (>= 2.13.0), 
     
    1214               libgconf2-dev (>= 2.8.0), 
    1315               gconf2, 
    14                gnome-pkg-tools, 
    1516               intltool (>= 0.40.3), 
    1617               pkg-config (>= 0.19), 
    1718               libxml2-utils, 
     19               python-support, 
     20               python-all-dev, 
     21               python-gobject-dev, 
     22               python-gtk2-dev, 
    1823               libglib2.0-doc, 
    1924               libgtk2.0-doc 
    20 Standards-Version: 3.8.1 
    21 Section: libs 
     25Standards-Version: 3.8.3 
    2226 
    2327Package: libgweather-dev 
     
    3943 
    4044Package: libgweather1 
    41 Section: libs 
    4245Architecture: any 
    4346Depends: ${shlibs:Depends}, 
     
    6366 This package contains the weather locations. 
    6467 
    65 # Package: python-gweather 
    66 # Architecture: any 
    67 # Section: python 
    68 # Depends: ${shlibs:Depends}, 
    69 #          ${misc:Depends}, 
    70 #          ${python:Depends} 
    71 # Description: Python bindings for GWeather 
    72 # libgweather is a library to access weather information from online 
    73 # services for numerous locations. 
    74 # . 
    75 # This package contains the Python bindings. 
     68Package: python-gweather 
     69Architecture: any 
     70Section: python 
     71Depends: ${shlibs:Depends}, 
     72         ${misc:Depends}, 
     73         ${python:Depends} 
     74Description: 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  
    11Source: libgweather 
     2Section: libs 
    23Priority: optional 
    34Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 
     
    67               autotools-dev, 
    78               cdbs, 
     9               gnome-pkg-tools, 
    810               libxml2-dev (>= 2.6.0), 
    911               libglib2.0-dev (>= 2.13.0), 
     
    1214               libgconf2-dev (>= 2.8.0), 
    1315               gconf2, 
    14                gnome-pkg-tools, 
    1516               intltool (>= 0.40.3), 
    1617               pkg-config (>= 0.19), 
    1718               libxml2-utils, 
     19               python-support, 
     20               python-all-dev, 
     21               python-gobject-dev, 
     22               python-gtk2-dev, 
    1823               libglib2.0-doc, 
    1924               libgtk2.0-doc 
    20 Standards-Version: 3.8.1 
    21 Section: libs 
     25Standards-Version: 3.8.3 
    2226 
    2327Package: libgweather-dev 
     
    3943 
    4044Package: libgweather1 
    41 Section: libs 
    4245Architecture: any 
    4346Depends: ${shlibs:Depends}, 
     
    6366 This package contains the weather locations. 
    6467 
    65 # Package: python-gweather 
    66 # Architecture: any 
    67 # Section: python 
    68 # Depends: ${shlibs:Depends}, 
    69 #          ${misc:Depends}, 
    70 #          ${python:Depends} 
    71 # Description: Python bindings for GWeather 
    72 # libgweather is a library to access weather information from online 
    73 # services for numerous locations. 
    74 # . 
    75 # This package contains the Python bindings. 
     68Package: python-gweather 
     69Architecture: any 
     70Section: python 
     71Depends: ${shlibs:Depends}, 
     72         ${misc:Depends}, 
     73         ${python:Depends} 
     74Description: 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  
    44It was downloaded from http://download.gnome.org/sources/libgweather 
    55 
    6 Upstream Author:  
     6Upstream Author: 
    77 
    88    Papadimitriou Spiros <spapadim+@cs.cmu.edu> 
    99    Philip Langdale <philipl@mail.utexas.edu> 
    1010 
    11 Copyright:  
     11Copyright: 
    1212 
    1313    Copyright © 2008  Novell, Inc. 
     
    2323    the Free Software Foundation; either version 2 of the License, or 
    2424    (at your option) any later version. 
    25   
     25 
    2626    This package is distributed in the hope that it will be useful, 
    2727    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    2828    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    2929    GNU General Public License for more details. 
    30   
     30 
    3131    You should have received a copy of the GNU General Public License 
    3232    along with this package; if not, write to the Free Software 
     
    3636Public License can be found in `/usr/share/common-licenses/GPL-2'. 
    3737 
    38 The Debian packaging is (C) 2008, Sebastien Bacher <seb128@canonical.com> and 
    39 is licensed under the GPL, see above. 
     38~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     39 
     40The following files are licensed under the LGPL v2.1 license: 
     41 
     42libgweather/gweather-location.c 
     43libgweather/gweather-location.h 
     44libgweather/gweather-timezone.c 
     45libgweather/gweather-timezone.h 
     46libgweather/gweather-win32.c 
     47libgweather/gweather-win32.h 
     48libgweather/location-entry.c 
     49libgweather/location-entry.h 
     50libgweather/parser.c 
     51libgweather/parser.h 
     52libgweather/timezone-menu.c 
     53libgweather/timezone-menu.h 
     54python/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 
     70On Debian systems, the complete text of the GNU Lesser General 
     71Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. 
     72 
     73~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     74 
     75The Debian packaging is Copyright (C) 2008, Sebastien Bacher <seb128@canonical.com> 
     76and is licensed under the GPL, see above. 
  • pkg/frankie/main/libgweather/trunk/debian/rules

    r5195 r5971  
    88-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 
    99 
    10 DEB_DH_MAKESHLIBS_ARGS_libgweather1 := -V 'libgweather1 (>= 2.23.92)' 
    11 #DEB_BUILDDIR := $(CURDIR)/build-base 
    12 #PYTHON_LDFLAGS := $(LDFLAGS) -Wl,-O1 -Wl,--as-needed 
     10DEB_DH_MAKESHLIBS_ARGS_libgweather1 := -V 'libgweather1 (>= 2.28.0)' 
     11DEB_BUILDDIR := $(CURDIR)/build-base 
     12PYTHON_LDFLAGS := $(LDFLAGS) -Wl,-O1 -Wl,--as-needed 
    1313LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed 
    1414 
    1515DEB_CONFIGURE_EXTRA_FLAGS += --enable-locations-compression 
    1616 
    17 #PYVERS := $(shell pyversions -vr) 
     17PYVERS := $(shell pyversions -vr) 
    1818 
    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-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 
     19configure/python-gweather:: $(PYVERS:%=build-%/config.status) 
     20build-%/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 
     29build/python-gweather:: $(PYVERS:%=build-%/build-stamp) 
     30build-%/build-stamp: 
     31        $(MAKE) -C build-$* SUBDIRS="libgweather python" 
     32        touch $@ 
     33 
     34install/python-gweather:: $(PYVERS:%=install-%) 
     35install-%: 
     36        $(MAKE) -C build-$*/python install DESTDIR=$(DEB_DESTDIR) 
     37 
     38clean:: 
     39        rm -rf build-* 
     40 
     41binary-post-install/python-gweather:: 
     42        dh_pysupport -ppython-gweather 
  • pkg/frankie/main/libgweather/trunk/debian/watch

    r3292 r5971  
    11version=2 
    22http://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.