r20213 - in /packages/unstable/pywebkitgtk/debian: changelog control control.in copyright python-webkit-dev.install python-webkit.examples python-webkit.install rules

huats-guest at users.alioth.debian.org huats-guest at users.alioth.debian.org
Mon Jun 1 17:52:49 UTC 2009


Author: huats-guest
Date: Mon Jun  1 17:52:49 2009
New Revision: 20213

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20213
Log:
  * New upstream version
    - New Printing API added to WebFrame.
    - Covers improvements and changes from WebKitGtk 1.1.5 up to 1.1.8
      Summary:
      + Accessibility improvements
      + Support for caret browsing
      + Support for spell-checking
      + WebKitGtk now displays an error page for load errors
      + JIT support for X86_64
      + Arbitrary widget embedding as if it was a plugin
      + HTML5 database and localStorage Settings API
    - pywebkitgtk 1.1.4 
      + Libtool 2.2 compatibility
      + WebPolicyDecision API
    - pywebkitgtk 1.1.3
      + New API: WebDownload
      + WebHistoryItem constructor update
      + now accepts 'uri' and 'title' properties
      + More unit tests
    - pywebkitgtk 1.1
      + WebKitGtk 1.1 API 
      + tabbed_browser replaces webbrowser
  * debian/python-webkit.examples : Addition of demos/inspector.py.
  * debian/python-webkit.install:
    - Change debian/tmp/usr/lib/python*/site-packages/* to
      debian/tmp/usr/lib/python*/*-packages/* for python2.6 transition. 
  * Fix the codegen error path related to multiple python build :
    - debian/patches/01_codegen_error.dpatch: added to fix the error.
    - debian/patches/02_autoreconf.dpatch added.
  * Fix the wrong m4 directory lookup:
    - debian/patches/02_fix_m4_directory : inclusion of the m4 directory to
      ACLOCAL_AMFLAGS.
  * debian/copyright :
    - update it according upstream changes.
    - update the debian packager email.
  * Update maintainer email.


Modified:
    packages/unstable/pywebkitgtk/debian/changelog
    packages/unstable/pywebkitgtk/debian/control
    packages/unstable/pywebkitgtk/debian/control.in
    packages/unstable/pywebkitgtk/debian/copyright
    packages/unstable/pywebkitgtk/debian/python-webkit-dev.install
    packages/unstable/pywebkitgtk/debian/python-webkit.examples
    packages/unstable/pywebkitgtk/debian/python-webkit.install
    packages/unstable/pywebkitgtk/debian/rules

Modified: packages/unstable/pywebkitgtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/changelog?rev=20213&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/changelog (original)
+++ packages/unstable/pywebkitgtk/debian/changelog Mon Jun  1 17:52:49 2009
@@ -1,3 +1,44 @@
+pywebkitgtk (1.1.5-1) UNRELEASED; urgency=low
+
+  * New upstream version
+    - New Printing API added to WebFrame.
+    - Covers improvements and changes from WebKitGtk 1.1.5 up to 1.1.8
+      Summary:
+      + Accessibility improvements
+      + Support for caret browsing
+      + Support for spell-checking
+      + WebKitGtk now displays an error page for load errors
+      + JIT support for X86_64
+      + Arbitrary widget embedding as if it was a plugin
+      + HTML5 database and localStorage Settings API
+    - pywebkitgtk 1.1.4 
+      + Libtool 2.2 compatibility
+      + WebPolicyDecision API
+    - pywebkitgtk 1.1.3
+      + New API: WebDownload
+      + WebHistoryItem constructor update
+      + now accepts 'uri' and 'title' properties
+      + More unit tests
+    - pywebkitgtk 1.1
+      + WebKitGtk 1.1 API 
+      + tabbed_browser replaces webbrowser
+  * debian/python-webkit.examples : Addition of demos/inspector.py.
+  * debian/python-webkit.install:
+    - Change debian/tmp/usr/lib/python*/site-packages/* to
+      debian/tmp/usr/lib/python*/*-packages/* for python2.6 transition. 
+  * Fix the codegen error path related to multiple python build :
+    - debian/patches/01_codegen_error.dpatch: added to fix the error.
+    - debian/patches/02_autoreconf.dpatch added.
+  * Fix the wrong m4 directory lookup:
+    - debian/patches/02_fix_m4_directory : inclusion of the m4 directory to
+      ACLOCAL_AMFLAGS.
+  * debian/copyright :
+    - update it according upstream changes.
+    - update the debian packager email.
+  * Update maintainer email.
+
+ -- Christophe Sauthier <christophe.sauthier at objectif-libre.com>  Wed, 27 May 2009 12:31:33 +0200
+
 pywebkitgtk (1.0.2-1) unstable; urgency=low
 
   [ Christophe Sauthier ]

Modified: packages/unstable/pywebkitgtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/control?rev=20213&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/control (original)
+++ packages/unstable/pywebkitgtk/debian/control Mon Jun  1 17:52:49 2009
@@ -1,7 +1,7 @@
 Source: pywebkitgtk
 Section: python
 Priority: optional
-Maintainer: Christophe Sauthier <christophe.sauthier at gmail.com>
+Maintainer: Christophe Sauthier <christophe.sauthier at objectif-libre.com>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>
 Build-Depends: 	debhelper (>= 5),
                 gnome-pkg-tools,
@@ -10,9 +10,11 @@
 		python-all-dev (>= 2.5.2),
 		libwebkit-dev,
 		python-gtk2-dev,
-		libxslt1-dev
+		libxslt1-dev,
+                dpatch
 Standards-Version: 3.8.0
 Homepage: http://code.google.com/p/pywebkitgtk/
+
 
 Package: python-webkit-dev
 Architecture: all

Modified: packages/unstable/pywebkitgtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/control.in?rev=20213&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/control.in (original)
+++ packages/unstable/pywebkitgtk/debian/control.in Mon Jun  1 17:52:49 2009
@@ -1,7 +1,7 @@
 Source: pywebkitgtk
 Section: python
 Priority: optional
-Maintainer: Christophe Sauthier <christophe.sauthier at gmail.com>
+Maintainer: Christophe Sauthier <christophe.sauthier at objectif-libre.com>
 Uploaders: @GNOME_TEAM@
 Build-Depends: 	debhelper (>= 5),
                 gnome-pkg-tools,
@@ -10,9 +10,11 @@
 		python-all-dev (>= 2.5.2),
 		libwebkit-dev,
 		python-gtk2-dev,
-		libxslt1-dev
+		libxslt1-dev,
+                dpatch
 Standards-Version: 3.8.0
 Homepage: http://code.google.com/p/pywebkitgtk/
+
 
 Package: python-webkit-dev
 Architecture: all

Modified: packages/unstable/pywebkitgtk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/copyright?rev=20213&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/copyright (original)
+++ packages/unstable/pywebkitgtk/debian/copyright Mon Jun  1 17:52:49 2009
@@ -13,18 +13,21 @@
     Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 
     Free Software Foundation, Inc.
 
-    For webkitmodule.c
+    For webkit/webkitmodule.c
     Copyright (C) 2006-07, Red Hat, Inc.
-    Copyright (C) 2007-2008 Jan Alonzo <jmalonzo at unpluggable.com>
+    Copyright (C) 2009 Jan Michael Alonzo <jmalonzo at gmail.com>
 
-    For webkit.override
+    For webkit/webkit.override
     Copyright (C) 2006, Red Hat, Inc.
     Copyright (C) 2007, One Laptop Per Child
-    Copyright (C) 2007-2008 Jan Alonzo <jmalonzo at unpluggable.com>
+    Copyright (C) 2009 Jan Michael Alonzo <jmalonzo at gmail.com>
+
+    For webkit/*.defs file
+    Copyright (C) 2009 Jan Michael Alonzo <jmalonzo at gmail.com>
 
     For javascriptcore/javascriptcore_types.c and 
     javascriptcore/javascriptcore_types.h
-    Copyright (C) 2007 Jan Alonzo <jmalonzo at unpluggable.com>
+    Copyright (C) 2009 Jan Michael Alonzo <jmalonzo at gmail.com>
 
 
 License:
@@ -46,7 +49,6 @@
 On Debian systems, the complete text of the GNU Library General
 Public License can be found in `/usr/share/common-licenses/LGPL'.
 
-The Debian packaging is (C) 2008, Christophe Sauthier 
-<christophe.sauthier at makina-corpus.com> and is licensed under the LGPL version 2
-of the license, or (at your opinion) any later version see
+The Debian packaging is (C) 2008-2009, Christophe Sauthier 
+<christophe.sauthier at objectif-libre.com> and is licensed under the LGPL version 2 of the license, or (at your opinion) any later version see
 `/usr/share/common-licenses/LGPL'.

Modified: packages/unstable/pywebkitgtk/debian/python-webkit-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/python-webkit-dev.install?rev=20213&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/python-webkit-dev.install (original)
+++ packages/unstable/pywebkitgtk/debian/python-webkit-dev.install Mon Jun  1 17:52:49 2009
@@ -1,2 +1,1 @@
 debian/tmp/usr/lib/pkgconfig
-debian/tmp/usr/share/pygtk/2.0

Modified: packages/unstable/pywebkitgtk/debian/python-webkit.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/python-webkit.examples?rev=20213&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/python-webkit.examples (original)
+++ packages/unstable/pywebkitgtk/debian/python-webkit.examples Mon Jun  1 17:52:49 2009
@@ -1,1 +1,2 @@
-demos/webbrowser.py
+demos/inspector.py
+demos/tabbed_browser.py

Modified: packages/unstable/pywebkitgtk/debian/python-webkit.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/python-webkit.install?rev=20213&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/python-webkit.install (original)
+++ packages/unstable/pywebkitgtk/debian/python-webkit.install Mon Jun  1 17:52:49 2009
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/python*/site-packages/*
+debian/tmp/usr/lib/python*/*-packages/*

Modified: packages/unstable/pywebkitgtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/rules?rev=20213&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/rules (original)
+++ packages/unstable/pywebkitgtk/debian/rules Mon Jun  1 17:52:49 2009
@@ -3,12 +3,15 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 GNOME_DOWNLOAD_URL = http://pywebkitgtk.googlecode.com/files/$(GNOME_TARBALL)
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/dpatch/dpatch.make
 
 PYVERS=$(shell pyversions -vr)
 
-build-%/configure-stamp:
+build-%/configure-stamp: patch
 	dh_testdir
-	mkdir -p build-$*
+	mkdir -p build-$*/webkit/
+	cp webkit/*.defs build-$*/webkit/
+	cp webkit/webkit.override build-$*/webkit/
 	cd build-$* && PYTHON=/usr/bin/python$* $(CURDIR)/configure \
 		--prefix=/usr --mandir=\$${prefix}/share/man
 	touch $@
@@ -19,7 +22,7 @@
 	$(MAKE) -C build-$*
 	touch $@
 
-clean::
+clean:: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp




More information about the pkg-gnome-commits mailing list