r48691 - in /desktop/unstable/gnome-applets/debian: changelog control control.in patches/ rules

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Fri May 13 19:20:41 UTC 2016


Author: mitya57
Date: Fri May 13 19:20:41 2016
New Revision: 48691

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48691
Log:
* New upstream release.
* Bump libwnck-3-dev build-dependency to 3.14.1, following upstream.
* Drop drop_pygobject_dependency.patch, applied upstream.
* Migrate to automatic dbgsym packages.
  - Build-depend on debhelper 9.20160114~ for this.
* Limit libtracker-sparql-1.0-dev build-dependency to !hurd-i386.
* Mention new Command and Timer applets in the package description.
* Bump Standards-Version to 3.9.8, no changes needed.

Removed:
    desktop/unstable/gnome-applets/debian/patches/
Modified:
    desktop/unstable/gnome-applets/debian/changelog
    desktop/unstable/gnome-applets/debian/control
    desktop/unstable/gnome-applets/debian/control.in
    desktop/unstable/gnome-applets/debian/rules

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=48691&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog	[utf-8] Fri May 13 19:20:41 2016
@@ -1,3 +1,16 @@
+gnome-applets (3.20.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump libwnck-3-dev build-dependency to 3.14.1, following upstream.
+  * Drop drop_pygobject_dependency.patch, applied upstream.
+  * Migrate to automatic dbgsym packages.
+    - Build-depend on debhelper 9.20160114~ for this.
+  * Limit libtracker-sparql-1.0-dev build-dependency to !hurd-i386.
+  * Mention new Command and Timer applets in the package description.
+  * Bump Standards-Version to 3.9.8, no changes needed.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 13 May 2016 22:01:57 +0300
+
 gnome-applets (3.18.2-1) unstable; urgency=medium
 
   * New upstream bugfix release.

Modified: desktop/unstable/gnome-applets/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/control?rev=48691&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/control	[utf-8] Fri May 13 19:20:41 2016
@@ -9,12 +9,12 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Dmitry Shachnev <mitya57 at debian.org>
 Build-Depends: cdbs (>= 0.4.90~),
                dh-autoreconf,
-               debhelper (>= 9),
+               debhelper (>= 9.20160114~),
                libgtk-3-dev (>= 3.15.2),
                libglib2.0-dev (>= 2.44.0),
                libpanel-applet-dev (>= 3.18.0),
                libgtop2-dev (>= 2.14.2),
-               libwnck-3-dev (>= 2.91.0),
+               libwnck-3-dev (>= 3.14.1),
                libnotify-dev (>= 0.7),
                libdbus-1-dev (>= 1.1.2),
                libdbus-glib-1-dev (>= 0.74),
@@ -23,7 +23,7 @@
                libgweather-3-dev (>= 3.17.1),
                libgucharmap-2-90-dev (>= 1:2.33.0),
                libpolkit-gobject-1-dev (>= 0.92),
-               libtracker-sparql-1.0-dev,
+               libtracker-sparql-1.0-dev [!hurd-i386],
                intltool (>= 0.35.0),
                libx11-dev,
                gnome-settings-daemon-dev,
@@ -37,7 +37,7 @@
                libcpufreq-dev,
                gnome-pkg-tools (>= 0.10),
                libupower-glib-dev (>= 0.99)
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Projects/GnomeApplets
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-applets
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-applets
@@ -82,6 +82,8 @@
  characters, such as accented characters, mathematical symbols, special
  symbols, and punctuation marks.
  .
+ Command: shows the output of a command.
+ .
  CPUFreq: CPU frequency scaling monitor.
  .
  Disk Mounter: lets you mount and unmount drives and file systems.
@@ -107,19 +109,12 @@
  .
  Search Bar: allows you to find your data quickly using Tracker.
  .
+ Timer: lets you start a timer and receive a notification when it is
+ finished.
+ .
  Trash: lets you drag items to the trash folder.
  .
  Window Picker applet: window switcher showing only icons, not titles.
-
-Package: gnome-applets-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         gnome-applets (= ${binary:Version})
-Description: Various applets for the GNOME panel - binary files with debugging symbols
- This package contains unstripped binaries used for debugging.
 
 Package: netspeed
 Architecture: all

Modified: desktop/unstable/gnome-applets/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/control.in?rev=48691&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/control.in	[utf-8] Fri May 13 19:20:41 2016
@@ -5,12 +5,12 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.90~),
                dh-autoreconf,
-               debhelper (>= 9),
+               debhelper (>= 9.20160114~),
                libgtk-3-dev (>= 3.15.2),
                libglib2.0-dev (>= 2.44.0),
                libpanel-applet-dev (>= 3.18.0),
                libgtop2-dev (>= 2.14.2),
-               libwnck-3-dev (>= 2.91.0),
+               libwnck-3-dev (>= 3.14.1),
                libnotify-dev (>= 0.7),
                libdbus-1-dev (>= 1.1.2),
                libdbus-glib-1-dev (>= 0.74),
@@ -19,7 +19,7 @@
                libgweather-3-dev (>= 3.17.1),
                libgucharmap-2-90-dev (>= 1:2.33.0),
                libpolkit-gobject-1-dev (>= 0.92),
-               libtracker-sparql-1.0-dev,
+               libtracker-sparql-1.0-dev [!hurd-i386],
                intltool (>= 0.35.0),
                libx11-dev,
                gnome-settings-daemon-dev,
@@ -33,7 +33,7 @@
                libcpufreq-dev,
                gnome-pkg-tools (>= 0.10),
                libupower-glib-dev (>= 0.99)
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Projects/GnomeApplets
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-applets
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-applets
@@ -78,6 +78,8 @@
  characters, such as accented characters, mathematical symbols, special
  symbols, and punctuation marks.
  .
+ Command: shows the output of a command.
+ .
  CPUFreq: CPU frequency scaling monitor.
  .
  Disk Mounter: lets you mount and unmount drives and file systems.
@@ -103,19 +105,12 @@
  .
  Search Bar: allows you to find your data quickly using Tracker.
  .
+ Timer: lets you start a timer and receive a notification when it is
+ finished.
+ .
  Trash: lets you drag items to the trash folder.
  .
  Window Picker applet: window switcher showing only icons, not titles.
-
-Package: gnome-applets-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         gnome-applets (= ${binary:Version})
-Description: Various applets for the GNOME panel - binary files with debugging symbols
- This package contains unstripped binaries used for debugging.
 
 Package: netspeed
 Architecture: all

Modified: desktop/unstable/gnome-applets/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/rules?rev=48691&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/rules	[utf-8] Fri May 13 19:20:41 2016
@@ -19,7 +19,7 @@
 MANPAGES += debian/cpufreq-selector.1
 DEB_INSTALL_CHANGELOGS_ALL = ./NEWS
 
-DEB_DH_STRIP_ARGS += --dbg-package=gnome-applets-dbg
+DEB_DH_STRIP_ARGS_ALL += --dbgsym-migration='gnome-applets-dbg (<< 3.20.0-1~)'
 DEB_DH_MAKESHLIBS_ARGS_gnome-applets += --no-act
 
 # Build manual pages




More information about the pkg-gnome-commits mailing list