r24299 - in /desktop/unstable/seahorse/debian: changelog control control.in patches/30_preferences_menu.patch patches/series rules source/ source/format

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri May 7 20:12:25 UTC 2010


Author: joss
Date: Fri May  7 20:12:24 2010
New Revision: 24299

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24299
Log:
* Switch to 3.0 source format.
* 30_preferences_menu.patch: new patch. Move to preferences menu. 
  Closes: #580402.

Added:
    desktop/unstable/seahorse/debian/patches/30_preferences_menu.patch
    desktop/unstable/seahorse/debian/source/
    desktop/unstable/seahorse/debian/source/format
Modified:
    desktop/unstable/seahorse/debian/changelog
    desktop/unstable/seahorse/debian/control
    desktop/unstable/seahorse/debian/control.in
    desktop/unstable/seahorse/debian/patches/series
    desktop/unstable/seahorse/debian/rules

Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=24299&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog [utf-8] (original)
+++ desktop/unstable/seahorse/debian/changelog [utf-8] Fri May  7 20:12:24 2010
@@ -1,3 +1,11 @@
+seahorse (2.30.1-2) unstable; urgency=low
+
+  * Switch to 3.0 source format.
+  * 30_preferences_menu.patch: new patch. Move to preferences menu. 
+    Closes: #580402.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 07 May 2010 22:12:11 +0200
+
 seahorse (2.30.1-1) unstable; urgency=low
 
   * New upstream bugfix release:

Modified: desktop/unstable/seahorse/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control?rev=24299&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control [utf-8] (original)
+++ desktop/unstable/seahorse/debian/control [utf-8] Fri May  7 20:12:24 2010
@@ -10,7 +10,6 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.41),
-               quilt,
                scrollkeeper,
                libgpgme11-dev (>= 1.0.0),
                libgp11-dev (>= 2.29.4),

Modified: desktop/unstable/seahorse/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control.in?rev=24299&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control.in [utf-8] (original)
+++ desktop/unstable/seahorse/debian/control.in [utf-8] Fri May  7 20:12:24 2010
@@ -5,7 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.41),
-               quilt,
                scrollkeeper,
                libgpgme11-dev (>= 1.0.0),
                libgp11-dev (>= 2.29.4),

Added: desktop/unstable/seahorse/debian/patches/30_preferences_menu.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/30_preferences_menu.patch?rev=24299&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/patches/30_preferences_menu.patch (added)
+++ desktop/unstable/seahorse/debian/patches/30_preferences_menu.patch [utf-8] Fri May  7 20:12:24 2010
@@ -1,0 +1,13 @@
+Index: seahorse-2.30.1/src/seahorse.desktop.in.in
+===================================================================
+--- seahorse-2.30.1.orig/src/seahorse.desktop.in.in	2010-05-07 22:08:15.740896545 +0200
++++ seahorse-2.30.1/src/seahorse.desktop.in.in	2010-05-07 22:11:12.016895716 +0200
+@@ -5,7 +5,7 @@ Exec=seahorse
+ Terminal=false
+ Type=Application
+ Icon=seahorse
+-Categories=GNOME;GTK;Security;Utility;
++Categories=GNOME;GTK;Security;Settings;
+ StartupNotify=true
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=seahorse

Modified: desktop/unstable/seahorse/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/series?rev=24299&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/patches/series [utf-8] (original)
+++ desktop/unstable/seahorse/debian/patches/series [utf-8] Fri May  7 20:12:24 2010
@@ -1,4 +1,5 @@
 01_autostart_path.patch
 08_force_ssh.patch
+30_preferences_menu.patch
 90_autotools.patch
 99_ltmain_as-needed.patch

Modified: desktop/unstable/seahorse/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/rules?rev=24299&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/rules [utf-8] (original)
+++ desktop/unstable/seahorse/debian/rules [utf-8] Fri May  7 20:12:24 2010
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

Added: desktop/unstable/seahorse/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/source/format?rev=24299&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/source/format (added)
+++ desktop/unstable/seahorse/debian/source/format [utf-8] Fri May  7 20:12:24 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list