r19905 - in /packages/unstable/epiphany-extensions/debian: changelog control control.in copyright patches/01_missing_picture.patch
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Wed May 6 14:43:51 UTC 2009
Author: joss
Date: Wed May 6 14:43:51 2009
New Revision: 19905
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19905
Log:
* New upstream release.
* Bump epiphany requirement.
* Update licensing information in copyright.
* 01_missing_picture.patch: new patch. Match a file removal in the
makefile.
Added:
packages/unstable/epiphany-extensions/debian/patches/01_missing_picture.patch
Modified:
packages/unstable/epiphany-extensions/debian/changelog
packages/unstable/epiphany-extensions/debian/control
packages/unstable/epiphany-extensions/debian/control.in
packages/unstable/epiphany-extensions/debian/copyright
Modified: packages/unstable/epiphany-extensions/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/changelog?rev=19905&op=diff
==============================================================================
--- packages/unstable/epiphany-extensions/debian/changelog (original)
+++ packages/unstable/epiphany-extensions/debian/changelog Wed May 6 14:43:51 2009
@@ -1,9 +1,14 @@
-epiphany-extensions (2.24.3-2) UNRELEASED; urgency=low
+epiphany-extensions (2.26.1-1) unstable; urgency=low
* Require python 2.5 and drop elementtree requirement.
Closes: #524381.
-
- -- Josselin Mouette <joss at debian.org> Thu, 16 Apr 2009 19:11:44 +0200
+ * New upstream release.
+ * Bump epiphany requirement.
+ * Update licensing information in copyright.
+ * 01_missing_picture.patch: new patch. Match a file removal in the
+ makefile.
+
+ -- Josselin Mouette <joss at debian.org> Wed, 06 May 2009 16:43:44 +0200
epiphany-extensions (2.24.3-1) unstable; urgency=low
Modified: packages/unstable/epiphany-extensions/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/control?rev=19905&op=diff
==============================================================================
--- packages/unstable/epiphany-extensions/debian/control (original)
+++ packages/unstable/epiphany-extensions/debian/control Wed May 6 14:43:51 2009
@@ -12,7 +12,7 @@
libxml-parser-perl,
intltool (>= 0.35.0),
gnome-doc-utils (>= 0.3.2),
- epiphany-browser-dev (>= 2.24),
+ epiphany-browser-dev (>= 2.26),
libxml2-dev (>= 2.6.0),
libglib2.0-dev (>= 2.15.5),
libgtk2.0-dev (>= 2.11.6),
@@ -24,7 +24,7 @@
python-gtk2-dev (>= 2.11.0),
xulrunner-dev (>= 1.9~rc1),
scrollkeeper
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Package: epiphany-extensions
Architecture: any
Modified: packages/unstable/epiphany-extensions/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/control.in?rev=19905&op=diff
==============================================================================
--- packages/unstable/epiphany-extensions/debian/control.in (original)
+++ packages/unstable/epiphany-extensions/debian/control.in Wed May 6 14:43:51 2009
@@ -12,7 +12,7 @@
libxml-parser-perl,
intltool (>= 0.35.0),
gnome-doc-utils (>= 0.3.2),
- epiphany-browser-dev (>= 2.24),
+ epiphany-browser-dev (>= 2.26),
libxml2-dev (>= 2.6.0),
libglib2.0-dev (>= 2.15.5),
libgtk2.0-dev (>= 2.11.6),
@@ -24,7 +24,7 @@
python-gtk2-dev (>= 2.11.0),
xulrunner-dev (>= 1.9~rc1),
scrollkeeper
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Package: epiphany-extensions
Architecture: any
Modified: packages/unstable/epiphany-extensions/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/copyright?rev=19905&op=diff
==============================================================================
--- packages/unstable/epiphany-extensions/debian/copyright (original)
+++ packages/unstable/epiphany-extensions/debian/copyright Wed May 6 14:43:51 2009
@@ -1,15 +1,27 @@
Debianized by Edd Dumbill from tarball available at
http://gnome.org/projects/epiphany/extensions.html on 2004/04/13.
-Upstream author:
+Upstream authors:
Marco Pesenti Gritti <marco at it.gnome.org>
Adam Hooper <adamh at cvs.gnome.org>
Christian Persch <chpe at gnome.org>
Lee Willis
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License version 2 as
-published by the Free Software Foundation.
+License:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
Added: packages/unstable/epiphany-extensions/debian/patches/01_missing_picture.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/patches/01_missing_picture.patch?rev=19905&op=file
==============================================================================
--- packages/unstable/epiphany-extensions/debian/patches/01_missing_picture.patch (added)
+++ packages/unstable/epiphany-extensions/debian/patches/01_missing_picture.patch Wed May 6 14:43:51 2009
@@ -1,0 +1,22 @@
+diff -pruN help.orig/Makefile.am help/Makefile.am
+--- help.orig/Makefile.am 2008-05-18 19:37:39.000000000 +0200
++++ help/Makefile.am 2009-05-06 16:42:19.953340009 +0200
+@@ -5,7 +5,6 @@ DOC_ENTITIES = legal.xml
+ DOC_INCLUDES =
+ DOC_FIGURES = \
+ figures/epi-ext-action-create.png \
+- figures/epi-ext-action-use.png \
+ figures/epi-ext-adblocker.png \
+ figures/epi-ext-gestures-back.png \
+ figures/epi-ext-gestures-close.png \
+diff -pruN help.orig/Makefile.in help/Makefile.in
+--- help.orig/Makefile.in 2009-04-12 18:52:20.000000000 +0200
++++ help/Makefile.in 2009-05-06 16:42:37.285838836 +0200
+@@ -386,7 +386,6 @@ DOC_ENTITIES = legal.xml
+ DOC_INCLUDES =
+ DOC_FIGURES = \
+ figures/epi-ext-action-create.png \
+- figures/epi-ext-action-use.png \
+ figures/epi-ext-adblocker.png \
+ figures/epi-ext-gestures-back.png \
+ figures/epi-ext-gestures-close.png \
More information about the pkg-gnome-commits
mailing list