r43809 - in /desktop/experimental/gnome-applets/debian: changelog control control.in rules

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Thu Oct 30 08:50:13 UTC 2014


Author: mitya57-guest
Date: Thu Oct 30 08:50:13 2014
New Revision: 43809

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43809
Log:
* Remove --enable-mixer-applet configure flag.
* Update applet list in package description.
* Use dh_python3.
* Use NEWS file as upstream changelog.

Modified:
    desktop/experimental/gnome-applets/debian/changelog
    desktop/experimental/gnome-applets/debian/control
    desktop/experimental/gnome-applets/debian/control.in
    desktop/experimental/gnome-applets/debian/rules

Modified: desktop/experimental/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-applets/debian/changelog?rev=43809&op=diff
==============================================================================
--- desktop/experimental/gnome-applets/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-applets/debian/changelog	[utf-8] Thu Oct 30 08:50:13 2014
@@ -5,6 +5,10 @@
     - Require new GLib and libpanel-applet.
     - Switch from Python 2 to Python 3.
     - Drop GConf.
+  * Remove --enable-mixer-applet configure flag.
+  * Update applet list in package description.
+  * Use dh_python3.
+  * Use NEWS file as upstream changelog.
   * Bump Standards-Version to 3.9.6, no changes needed.
   * Update Homepage URL.
 

Modified: desktop/experimental/gnome-applets/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-applets/debian/control?rev=43809&op=diff
==============================================================================
--- desktop/experimental/gnome-applets/debian/control	[utf-8] (original)
+++ desktop/experimental/gnome-applets/debian/control	[utf-8] Thu Oct 30 08:50:13 2014
@@ -29,7 +29,7 @@
                libx11-dev,
                libxklavier-dev (>= 4.0),
                gnome-settings-daemon-dev,
-               python3,
+               dh-python,
                xsltproc,
                docbook-xsl,
                docbook-to-man,
@@ -88,17 +88,22 @@
  characters, such as accented characters, mathematical symbols, special
  symbols, and punctuation marks.
  .
- GNOME CPUFreq Applet: CPU frequency scaling monitor
+ GNOME CPUFreq Applet: CPU frequency scaling monitor.
  .
  Drivemount: lets you mount and unmount drives and file systems.
  .
  Geyes: pair of eyes which follow the mouse pointer around the screen.
  .
- Mixer: volume control.
+ GWeather: a weather applet.
+ .
+ Sticky notes: applet allowing one to create, view and maintain
+ sticky notes on GNOME destktop.
  .
  System monitor: CPU, memory, network, swap file and resource.
  .
  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

Modified: desktop/experimental/gnome-applets/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-applets/debian/control.in?rev=43809&op=diff
==============================================================================
--- desktop/experimental/gnome-applets/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gnome-applets/debian/control.in	[utf-8] Thu Oct 30 08:50:13 2014
@@ -25,7 +25,7 @@
                libx11-dev,
                libxklavier-dev (>= 4.0),
                gnome-settings-daemon-dev,
-               python3,
+               dh-python,
                xsltproc,
                docbook-xsl,
                docbook-to-man,
@@ -84,17 +84,22 @@
  characters, such as accented characters, mathematical symbols, special
  symbols, and punctuation marks.
  .
- GNOME CPUFreq Applet: CPU frequency scaling monitor
+ GNOME CPUFreq Applet: CPU frequency scaling monitor.
  .
  Drivemount: lets you mount and unmount drives and file systems.
  .
  Geyes: pair of eyes which follow the mouse pointer around the screen.
  .
- Mixer: volume control.
+ GWeather: a weather applet.
+ .
+ Sticky notes: applet allowing one to create, view and maintain
+ sticky notes on GNOME destktop.
  .
  System monitor: CPU, memory, network, swap file and resource.
  .
  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

Modified: desktop/experimental/gnome-applets/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-applets/debian/rules?rev=43809&op=diff
==============================================================================
--- desktop/experimental/gnome-applets/debian/rules	[utf-8] (original)
+++ desktop/experimental/gnome-applets/debian/rules	[utf-8] Thu Oct 30 08:50:13 2014
@@ -11,11 +11,11 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-ipv6 \
-	--enable-suid=no \
-	--enable-mixer-applet
+	--enable-suid=no
 
 MANPAGES += debian/cpufreq-selector.1
 DEB_INSTALL_MANPAGES_gnome-applets = $(MANPAGES)
+DEB_INSTALL_CHANGELOGS_ALL = ./NEWS
 
 DEB_DH_STRIP_ARGS += --dbg-package=gnome-applets-dbg
 
@@ -26,10 +26,10 @@
 	docbook-to-man $< > $@
 
 binary-install/gnome-applets::
-	dh_python2 -pgnome-applets
+	dh_python3 -pgnome-applets
 
 binary-install/gnome-applets-data::
-	dh_python2 -pgnome-applets-data
+	dh_python3 -pgnome-applets-data
 
 clean::
 	rm -f $(MANPAGES)




More information about the pkg-gnome-commits mailing list