r15800 - in /packages/unstable/gwget2/debian: changelog control control.in copyright patches/60_epi-220.patch patches/60_epi-222.patch rules

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Thu May 1 17:17:14 UTC 2008


Author: arnau
Date: Thu May  1 17:17:14 2008
New Revision: 15800

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15800
Log:
* New email address.
* Port to epiphany 2.22. Thanks to Albert Damen <albrt at gmx.net>.
  Closes: #478356.
  + New patch 60_epi-222, allows epiphany 2.22.
  + Pass epiphany-version 2.22 to configure.
  + Update build-deps and deps.
* debian/control.in:
  + Add Vcs-{Svn,Browser} and Homepage fields (dpkg supports them now).
  + Update Standards-Version to 3.7.3. No changes needed.


Added:
    packages/unstable/gwget2/debian/patches/60_epi-222.patch
Removed:
    packages/unstable/gwget2/debian/patches/60_epi-220.patch
Modified:
    packages/unstable/gwget2/debian/changelog
    packages/unstable/gwget2/debian/control
    packages/unstable/gwget2/debian/control.in
    packages/unstable/gwget2/debian/copyright
    packages/unstable/gwget2/debian/rules

Modified: packages/unstable/gwget2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/changelog?rev=15800&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/changelog (original)
+++ packages/unstable/gwget2/debian/changelog Thu May  1 17:17:14 2008
@@ -1,3 +1,17 @@
+gwget2 (0.99-3) unstable; urgency=low
+
+  * New email address.
+  * Port to epiphany 2.22. Thanks to Albert Damen <albrt at gmx.net>.
+    Closes: #478356.
+    + New patch 60_epi-222, allows epiphany 2.22.
+    + Pass epiphany-version 2.22 to configure.
+    + Update build-deps and deps.
+  * debian/control.in:
+    + Add Vcs-{Svn,Browser} and Homepage fields (dpkg supports them now).
+    + Update Standards-Version to 3.7.3. No changes needed.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Thu, 01 May 2008 13:59:52 +0100
+
 gwget2 (0.99-2) unstable; urgency=low
 
   * Cleanup whitespace.

Modified: packages/unstable/gwget2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/control?rev=15800&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/control (original)
+++ packages/unstable/gwget2/debian/control Thu May  1 17:17:14 2008
@@ -1,7 +1,7 @@
 Source: gwget2
 Section: gnome
 Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: cdbs (>= 0.4.23-1.1),
                debhelper (>= 5),
@@ -14,12 +14,13 @@
                libgnomevfs2-dev,
                libnotify-dev (>= 0.3.2),
                libbonobo2-dev,
-               epiphany-browser-dev (>= 2.20),
-               epiphany-browser-dev (<< 2.21),
+               epiphany-browser-dev (>= 2.22),
+               epiphany-browser-dev (<< 2.23),
                gnome-pkg-tools
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gwget2
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/?op=log
-Standards-Version: 3.7.2
+Homepage: http://gnome.org/projects/gwget/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gwget2
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/?op=log
+Standards-Version: 3.7.3
 
 Package: gwget
 Architecture: any
@@ -34,18 +35,15 @@
  Gwget offers a GNOME front-end to the popular wget application, with
  enhanced features, such as systray icon, multiple downloads and a
  powerful preferences manager.
- .
-  Homepage: http://gnome.org/projects/gwget/
 
 Package: epiphany-extension-gwget
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         epiphany-gecko (>= 2.20),
-         epiphany-gecko (<< 2.21),
+         epiphany-gecko (>= 2.22),
+         epiphany-gecko (<< 2.23),
          gwget
 Description: Gwget extension for Epiphany web browser
  Extension for using gwget as a download manager in Epiphany web
  browser.
- .
-  Homepage: http://gnome.org/projects/gwget/
+

Modified: packages/unstable/gwget2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/control.in?rev=15800&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/control.in (original)
+++ packages/unstable/gwget2/debian/control.in Thu May  1 17:17:14 2008
@@ -1,7 +1,7 @@
 Source: gwget2
 Section: gnome
 Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.23-1.1),
                debhelper (>= 5),
@@ -14,12 +14,13 @@
                libgnomevfs2-dev,
                libnotify-dev (>= 0.3.2),
                libbonobo2-dev,
-               epiphany-browser-dev (>= 2.20),
-               epiphany-browser-dev (<< 2.21),
+               epiphany-browser-dev (>= 2.22),
+               epiphany-browser-dev (<< 2.23),
                gnome-pkg-tools
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gwget2
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/?op=log
-Standards-Version: 3.7.2
+Homepage: http://gnome.org/projects/gwget/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gwget2
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/?op=log
+Standards-Version: 3.7.3
 
 Package: gwget
 Architecture: any
@@ -34,18 +35,14 @@
  Gwget offers a GNOME front-end to the popular wget application, with
  enhanced features, such as systray icon, multiple downloads and a
  powerful preferences manager.
- .
-  Homepage: http://gnome.org/projects/gwget/
 
 Package: epiphany-extension-gwget
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         epiphany-gecko (>= 2.20),
-         epiphany-gecko (<< 2.21),
+         epiphany-gecko (>= 2.22),
+         epiphany-gecko (<< 2.23),
          gwget
 Description: Gwget extension for Epiphany web browser
  Extension for using gwget as a download manager in Epiphany web
  browser.
- .
-  Homepage: http://gnome.org/projects/gwget/

Modified: packages/unstable/gwget2/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/copyright?rev=15800&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/copyright (original)
+++ packages/unstable/gwget2/debian/copyright Thu May  1 17:17:14 2008
@@ -29,9 +29,9 @@
     02110-1301 USA
 
 On Debian 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'.
 
 The Debian packaging is (C) 2003-2005,  Luca - De Whiskey's - De Vitis
 <luca at debian.org>, (C) 2004-2007  David Moreno Garza <damog at damog.net>
-and Arnaud Fontaine <arnaud at andesi.org> and is licensed under the GPL,
+and Arnaud Fontaine <arnau at debian.org>  and is licensed under the GPL,
 see above.

Added: packages/unstable/gwget2/debian/patches/60_epi-222.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/patches/60_epi-222.patch?rev=15800&op=file
==============================================================================
--- packages/unstable/gwget2/debian/patches/60_epi-222.patch (added)
+++ packages/unstable/gwget2/debian/patches/60_epi-222.patch Thu May  1 17:17:14 2008
@@ -1,0 +1,77 @@
+diff -Nur gwget2-0.99/configure.in gwget2-0.99.new/configure.in
+--- gwget2-0.99/configure.in	2007-05-28 19:32:40.000000000 +0200
++++ gwget2-0.99.new/configure.in	2007-09-29 14:53:54.000000000 +0200
+@@ -101,9 +101,11 @@
+                        [Whether to use epiphany version 1.6 or 1.8 or 1.10 or 2.14 (default 1.6)]),
+         [EPHY_VER="$withval"])
+ 
+-dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17 or 2.18
++dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17 or 2.18, 2.22
+ EPHY_AUTODETECT="(autodetect)"
+-if pkg-config --exists epiphany-2.18; then
++if pkg-config --exists epiphany-2.22; then
++	EPHY_VER=2.22
++elif pkg-config --exists epiphany-2.18; then
+ 	EPHY_VER=2.18
+ elif pkg-config --exists epiphany-2.17; then
+         EPHY_VER=2.17
+@@ -170,6 +172,10 @@
+ 	  EPIPHANY_PKGCONFIG=epiphany-2.18
+           EPIPHANY_REQUIRED=2.18
+ 	  EPIPHANY_SHORTVER=218
++elif test "x$EPHY_VER" = "x2.22"; then
++          EPIPHANY_PKGCONFIG=epiphany-2.22
++          EPIPHANY_REQUIRED=2.22
++          EPIPHANY_SHORTVER=222
+ else
+      	AC_MSG_RESULT([no epiphany installed])
+ fi
+diff -Nur gwget2-0.99/configure gwget2-0.99.new/configure
+--- gwget2-0.99/configure	2007-05-28 19:32:47.000000000 +0200
++++ gwget2-0.99.new/configure	2007-09-29 14:54:08.000000000 +0200
+@@ -22570,7 +22570,9 @@
+ 
+ 
+ EPHY_AUTODETECT="(autodetect)"
+-if pkg-config --exists epiphany-2.18; then
++if pkg-config --exists epiphany-2.22; then
++	EPHY_VER=2.22
++elif pkg-config --exists epiphany-2.18; then
+ 	EPHY_VER=2.18
+ elif pkg-config --exists epiphany-2.17; then
+         EPHY_VER=2.17
+@@ -22637,6 +22639,10 @@
+ 	  EPIPHANY_PKGCONFIG=epiphany-2.18
+           EPIPHANY_REQUIRED=2.18
+ 	  EPIPHANY_SHORTVER=218
++elif test "x$EPHY_VER" = "x2.22"; then
++          EPIPHANY_PKGCONFIG=epiphany-2.22
++          EPIPHANY_REQUIRED=2.22
++          EPIPHANY_SHORTVER=222
+ else
+      	{ echo "$as_me:$LINENO: result: no epiphany installed" >&5
+ echo "${ECHO_T}no epiphany installed" >&6; }
+--- gwget2-0.99/epiphany-extension/Makefile.am  	2008-05-01 15:40:20.000000000 +0000
++++ gwget2-0.99.new/epiphany-extension/Makefile.am	2008-05-01 15:40:58.000000000 +0000
+@@ -11,7 +11,8 @@
+         -DEPHY_EXTENSIONS_LOCALEDIR=\"$(datadir)/locale\"  \
+ 	-I$(top_srcdir)/src		\
+ 	$(DBUS_CFLAGS) \
+-	-I$(top_builddir)/include 		
++	-I$(top_builddir)/include \
++	@GNOME_CFLAGS@
+ 
+ libgwgetextension_la_SOURCES =			\
+  	ephy-gwget.c				\
+--- gwget2-0.99/epiphany-extension/Makefile.in  	2008-05-01 15:40:13.000000000 +0000
++++ gwget2-0.99.new/epiphany-extension/Makefile.in	2008-05-01 15:41:17.000000000 +0000
+@@ -225,7 +225,8 @@
+         -DEPHY_EXTENSIONS_LOCALEDIR=\"$(datadir)/locale\"  \
+ 	-I$(top_srcdir)/src		\
+ 	$(DBUS_CFLAGS) \
+-	-I$(top_builddir)/include 		
++	-I$(top_builddir)/include \
++	@GNOME_CFLAGS@
+ 
+ 
+ libgwgetextension_la_SOURCES = \

Modified: packages/unstable/gwget2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/rules?rev=15800&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/rules (original)
+++ packages/unstable/gwget2/debian/rules Thu May  1 17:17:14 2008
@@ -19,4 +19,4 @@
 
 DEB_MAKE_CLEAN_TARGET :=
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-epiphany-extension \
-	--with-epiphany-version=2.20
+	--with-epiphany-version=2.22




More information about the pkg-gnome-commits mailing list