r12588 - in /packages/unstable/gwget2/debian: changelog gwget.install gwget.menu patches/ patches/01_fix_missing_remove_sig.patch patches/02_fix_desktop_menu.patch rules
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Wed Sep 19 10:30:25 UTC 2007
Author: arnau-guest
Date: Wed Sep 19 10:30:24 2007
New Revision: 12588
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12588
Log:
+ Run ``make distclean'' before unapplying patch; avoid generation of
Makefile which could happen if a patch modify autotools files.
+ Remove debian/tmp/usr/include which is no more installed by upstream.
+ Update gwget menu section according to the new menu policy.
+ New patch ``01_fix_missing_remove_sig'', the upstream forgot to
connect remove items signals.
+ New patch ``02_fix_desktop_menu'' which fixes outdated menu section.
Added:
packages/unstable/gwget2/debian/patches/
packages/unstable/gwget2/debian/patches/01_fix_missing_remove_sig.patch
packages/unstable/gwget2/debian/patches/02_fix_desktop_menu.patch
Modified:
packages/unstable/gwget2/debian/changelog
packages/unstable/gwget2/debian/gwget.install
packages/unstable/gwget2/debian/gwget.menu
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=12588&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/changelog (original)
+++ packages/unstable/gwget2/debian/changelog Wed Sep 19 10:30:24 2007
@@ -1,9 +1,24 @@
-gwget2 (0.98.2-3) UNRELEASED; urgency=low
-
+gwget2 (0.99-1) unstable; urgency=low
+
+ [ Arnaud Fontaine ]
+ * New upstream release.
+ + Drop epiphany patch which has been applied upstream.
+ * debian/rules:
+ + Run ``make distclean'' before unapplying patch; avoid generation of
+ Makefile which could happen if a patch modify autotools files.
+ * debian/gwget.install:
+ + Remove debian/tmp/usr/include which is no more installed by upstream.
+ * debian/gwget.menu:
+ + Update gwget menu section according to the new menu policy.
+ * New patch ``01_fix_missing_remove_sig'', the upstream forgot to connect
+ remove items signals.
+ * New patch ``02_fix_desktop_menu'' which fixes outdated menu section.
+
+ [ Loic Minier ]
* Flip configure and configure.in in patch which were causing timestamp
skew; should be fixed by adding maintainer mode support.
- -- Loic Minier <lool at dooz.org> Tue, 29 May 2007 16:32:01 +0200
+ -- Arnaud Fontaine <arnaud at andesi.org> Wed, 19 Sep 2007 11:20:52 +0100
gwget2 (0.98.2-2) unstable; urgency=low
Modified: packages/unstable/gwget2/debian/gwget.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/gwget.install?rev=12588&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/gwget.install (original)
+++ packages/unstable/gwget2/debian/gwget.install Wed Sep 19 10:30:24 2007
@@ -1,6 +1,5 @@
debian/gwget.service usr/share/dbus-1/services
debian/tmp/etc/gconf/schemas/gwget.schemas usr/share/gconf/schemas
-debian/tmp/usr/include/gwget
debian/tmp/usr/share/gwget
debian/tmp/usr/share/locale
debian/tmp/usr/share/pixmaps
Modified: packages/unstable/gwget2/debian/gwget.menu
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/gwget.menu?rev=12588&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/gwget.menu (original)
+++ packages/unstable/gwget2/debian/gwget.menu Wed Sep 19 10:30:24 2007
@@ -1,7 +1,7 @@
?package(gwget):\
needs="x11"\
icon="/usr/share/gwget/gwget.xpm"\
- section="Apps/Net"\
+ section="Applications/Network/File Transfer"\
title="GNOME Download Manager"\
command="/usr/bin/gwget"
Added: packages/unstable/gwget2/debian/patches/01_fix_missing_remove_sig.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/patches/01_fix_missing_remove_sig.patch?rev=12588&op=file
==============================================================================
--- packages/unstable/gwget2/debian/patches/01_fix_missing_remove_sig.patch (added)
+++ packages/unstable/gwget2/debian/patches/01_fix_missing_remove_sig.patch Wed Sep 19 10:30:24 2007
@@ -1,0 +1,34 @@
+--- data/gwget.glade.old 2007-09-17 18:14:09.000000000 +0200
++++ data/gwget.glade 2007-09-17 18:10:32.000000000 +0200
+@@ -1,6 +1,6 @@
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+ <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
+-<!--Generated with glade3 3.2.0 on Mon Apr 23 21:15:37 2007 by david at ubuntu-->
++<!--Generated with glade3 3.2.2 on Mon Sep 17 18:10:32 2007 by arnau at maggie-->
+ <glade-interface>
+ <widget class="GtkWindow" id="main_window">
+ <property name="title" translatable="yes">Gwget - Download Manager</property>
+@@ -103,6 +103,7 @@
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Remove completed</property>
+ <property name="use_underline">True</property>
++ <signal name="activate" handler="on_remove_completed_activate"/>
+ </widget>
+ </child>
+ <child>
+@@ -110,6 +111,7 @@
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Remove inactive</property>
+ <property name="use_underline">True</property>
++ <signal name="activate" handler="on_remove_notrunning_activate"/>
+ </widget>
+ </child>
+ <child>
+@@ -117,6 +119,7 @@
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Remove all</property>
+ <property name="use_underline">True</property>
++ <signal name="activate" handler="on_remove_all_activate"/>
+ </widget>
+ </child>
+ </widget>
Added: packages/unstable/gwget2/debian/patches/02_fix_desktop_menu.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/patches/02_fix_desktop_menu.patch?rev=12588&op=file
==============================================================================
--- packages/unstable/gwget2/debian/patches/02_fix_desktop_menu.patch (added)
+++ packages/unstable/gwget2/debian/patches/02_fix_desktop_menu.patch Wed Sep 19 10:30:24 2007
@@ -1,0 +1,34 @@
+--- data/gwget.glade.old 2007-09-17 18:14:09.000000000 +0200
++++ data/gwget.glade 2007-09-17 18:10:32.000000000 +0200
+@@ -1,6 +1,6 @@
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+ <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
+-<!--Generated with glade3 3.2.0 on Mon Apr 23 21:15:37 2007 by david at ubuntu-->
++<!--Generated with glade3 3.2.2 on Mon Sep 17 18:10:32 2007 by arnau at maggie-->
+ <glade-interface>
+ <widget class="GtkWindow" id="main_window">
+ <property name="title" translatable="yes">Gwget - Download Manager</property>
+@@ -103,6 +103,7 @@
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Remove completed</property>
+ <property name="use_underline">True</property>
++ <signal name="activate" handler="on_remove_completed_activate"/>
+ </widget>
+ </child>
+ <child>
+@@ -110,6 +111,7 @@
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Remove inactive</property>
+ <property name="use_underline">True</property>
++ <signal name="activate" handler="on_remove_notrunning_activate"/>
+ </widget>
+ </child>
+ <child>
+@@ -117,6 +119,7 @@
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Remove all</property>
+ <property name="use_underline">True</property>
++ <signal name="activate" handler="on_remove_all_activate"/>
+ </widget>
+ </child>
+ </widget>
Modified: packages/unstable/gwget2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/rules?rev=12588&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/rules (original)
+++ packages/unstable/gwget2/debian/rules Wed Sep 19 10:30:24 2007
@@ -1,17 +1,23 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+# Workaround which runs ``make distclean'' before unapplying patches
+cleanbuilddir::
+ echo "Invoking distclean..."
+ +-$(DEB_MAKE_INVOKE) -k distclean
+
+ rm -f data/GNOME_Gwget.server.in data/GNOME_Gwget.server \
+ data/gwget.schemas
+
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
GNOME_MODULE := gwget
+DEB_MAKE_CLEAN_TARGET =
DEB_CONFIGURE_EXTRA_FLAGS = --enable-epiphany-extension \
--with-epiphany-version=2.18
-
-clean::
- rm -f data/GNOME_Gwget.server.in data/GNOME_Gwget.server \
- data/gwget.schemas
More information about the pkg-gnome-commits
mailing list