r21131 - in /desktop/unstable/libgweather/debian: changelog copyright patches/02_python__init__executable.patch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Aug 28 23:40:24 UTC 2009


Author: pochu
Date: Fri Aug 28 23:40:24 2009
New Revision: 21131

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21131
Log:
* debian/patches/02_python__init__executable.patch:
  - Don't install __init__.py with executable permissions.
* debian/copyright:
  - Updated, some files are licensed under the LGPL.

Added:
    desktop/unstable/libgweather/debian/patches/02_python__init__executable.patch
Modified:
    desktop/unstable/libgweather/debian/changelog
    desktop/unstable/libgweather/debian/copyright

Modified: desktop/unstable/libgweather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/changelog?rev=21131&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgweather/debian/changelog [utf-8] Fri Aug 28 23:40:24 2009
@@ -1,3 +1,12 @@
+libgweather (2.26.2.1-2) unstable; urgency=low
+
+  * debian/patches/02_python__init__executable.patch:
+    - Don't install __init__.py with executable permissions.
+  * debian/copyright:
+    - Updated, some files are licensed under the LGPL.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 29 Aug 2009 01:33:17 +0200
+
 libgweather (2.26.2.1-1) unstable; urgency=low
 
   * Build the python bindings in python-gweather. Closes: #539091.

Modified: desktop/unstable/libgweather/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/copyright?rev=21131&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/copyright [utf-8] (original)
+++ desktop/unstable/libgweather/debian/copyright [utf-8] Fri Aug 28 23:40:24 2009
@@ -3,12 +3,12 @@
 
 It was downloaded from http://download.gnome.org/sources/libgweather
 
-Upstream Author: 
+Upstream Author:
 
     Papadimitriou Spiros <spapadim+ at cs.cmu.edu>
     Philip Langdale <philipl at mail.utexas.edu>
 
-Copyright: 
+Copyright:
 
     Copyright © 2008  Novell, Inc.
     Copyright © 2008  Red Hat, Inc.
@@ -35,5 +35,42 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The following files are licensed under the LGPL v2.1 license:
+
+libgweather/gweather-location.c
+libgweather/gweather-location.h
+libgweather/gweather-timezone.c
+libgweather/gweather-timezone.h
+libgweather/gweather-win32.c
+libgweather/gweather-win32.h
+libgweather/location-entry.c
+libgweather/location-entry.h
+libgweather/parser.c
+libgweather/parser.h
+libgweather/timezone-menu.c
+libgweather/timezone-menu.h
+python/gweathermodule.c
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public License
+   as published by the Free Software Foundation; either version 2.1 of
+   the License, or (at your option) any later version.
+
+   This library 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
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see
+   <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 The Debian packaging is Copyright (C) 2008, Sebastien Bacher <seb128 at canonical.com>
 and is licensed under the GPL, see above.

Added: desktop/unstable/libgweather/debian/patches/02_python__init__executable.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/patches/02_python__init__executable.patch?rev=21131&op=file
==============================================================================
--- desktop/unstable/libgweather/debian/patches/02_python__init__executable.patch (added)
+++ desktop/unstable/libgweather/debian/patches/02_python__init__executable.patch [utf-8] Fri Aug 28 23:40:24 2009
@@ -1,0 +1,24 @@
+diff -Nur -x '*.orig' -x '*~' libgweather-2.26.2.1/python/Makefile.am libgweather-2.26.2.1.new/python/Makefile.am
+--- libgweather-2.26.2.1/python/Makefile.am	2009-08-29 01:02:35.000000000 +0200
++++ libgweather-2.26.2.1.new/python/Makefile.am	2009-08-29 01:03:09.000000000 +0200
+@@ -27,7 +27,7 @@
+ 
+ install-exec-hook:
+ 	$(MKDIR_P) "$(DESTDIR)$(pyunstabledir)"
+-	$(INSTALL_SCRIPT) $(srcdir)/bad__init__.py "$(DESTDIR)$(pyexecdir)/gweather/__init__.py"
++	$(INSTALL_DATA) $(srcdir)/bad__init__.py "$(DESTDIR)$(pyexecdir)/gweather/__init__.py"
+ 	touch $(DESTDIR)$(pyunstabledir)/__init__.py
+ 	chmod a+x $(DESTDIR)$(pyunstabledir)/__init__.py
+ 
+diff -Nur -x '*.orig' -x '*~' libgweather-2.26.2.1/python/Makefile.in libgweather-2.26.2.1.new/python/Makefile.in
+--- libgweather-2.26.2.1/python/Makefile.in	2009-08-29 01:02:35.000000000 +0200
++++ libgweather-2.26.2.1.new/python/Makefile.in	2009-08-29 01:03:43.000000000 +0200
+@@ -601,7 +601,7 @@
+ 
+ @BUILD_PYTHON_TRUE at install-exec-hook:
+ @BUILD_PYTHON_TRUE@	$(MKDIR_P) "$(DESTDIR)$(pyunstabledir)"
+- at BUILD_PYTHON_TRUE@	$(INSTALL_SCRIPT) $(srcdir)/bad__init__.py "$(DESTDIR)$(pyexecdir)/gweather/__init__.py"
++ at BUILD_PYTHON_TRUE@	$(INSTALL_DATA) $(srcdir)/bad__init__.py "$(DESTDIR)$(pyexecdir)/gweather/__init__.py"
+ @BUILD_PYTHON_TRUE@	touch $(DESTDIR)$(pyunstabledir)/__init__.py
+ @BUILD_PYTHON_TRUE@	chmod a+x $(DESTDIR)$(pyunstabledir)/__init__.py
+ 




More information about the pkg-gnome-commits mailing list