[mate-tweak] 01/01: debian/changelog: reference bug closures

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Wed Aug 19 13:08:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch master
in repository mate-tweak.

commit cbb4bf4d4692ae6bb86fc3b52a048e6d39e23bd2
Author: Martin Wimpress <code at flexion.org>
Date:   Wed Aug 19 14:07:56 2015 +0100

    debian/changelog: reference bug closures
---
 debian/changelog | 19 +++++++++++++++----
 debian/control   | 21 +++++++++++----------
 debian/rules     |  7 +------
 3 files changed, 27 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 18c9604..32b2d1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,18 @@
-mate-tweak (3.5.0-2) UNRELEASED; urgency=medium
-
-  * debian/control: Add missing dependency gir1.2-notify-0.7.
-  (LP: #1478163)
+mate-tweak (3.5.1-1) UNRELEASED; urgency=medium
+
+  * New upstream relese.
+    + Migrate to Python 3.3+
+    + Add support for Fedora and Mageia panel layouts.
+    + Improve detection and modification of org.gnome.desktop and
+    org.gnome.metacity gschema.
+    + Update xcursor icon-theme when switching to Window Manager to
+    preserve MATE xcursor preferences.
+    + Update translations.
+    + Remove some deprecated GTK properties.
+  * debian/control:
+    + Add missing dependency gir1.2-notify-0.7. (Closes: #795615)
+    (Closes LP: #1478163)
+    + Process with wrap-and-sort
 
  -- Martin Wimpress <code at flexion.org>  Sun, 26 Jul 2015 11:13:14 +0100
 
diff --git a/debian/control b/debian/control
index 5dcee40..8c89369 100644
--- a/debian/control
+++ b/debian/control
@@ -6,28 +6,29 @@ Uploaders: Martin Wimpress <code at ubuntu-mate.org>,
            Mike Gabriel <sunweaver at debian.org>,
            Vangelis Mouhtsis <vangelis at gnugr.org>,
 Build-Depends: debhelper (>= 9),
-               python,
                dh-python,
-               python-setuptools,
-               python-distutils-extra,
+               python3,
+               python3-distutils-extra,
+               python3-setuptools,
 Standards-Version: 3.9.6
 Homepage: https://bitbucket.org/ubuntu-mate/mate-tweak
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-tweak.git;a=summary
 Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-tweak.git
-X-Python-Version: >= 2.6
+X-Python-Version: >= 3.3
 
 Package: mate-tweak
 Architecture: all
-Depends: ${python:Depends},
-         ${misc:Depends},
-         dconf-cli,
+Depends: dconf-cli,
          gir1.2-notify-0.7,
          mesa-utils,
-         python (>= 2.4),
-         python (<< 3),
          python-gobject-2,
+         python3 (>= 3.3),
+         python3-configobj,
          wmctrl,
-Suggests: metacity, mutter
+         ${misc:Depends},
+         ${python3:Depends},
+Suggests: metacity,
+          mutter,
 Description: MATE desktop tweak tool
  Configures some aspects of the MATE desktop not exposed via the
  MATE Control Center applets.
diff --git a/debian/rules b/debian/rules
index 1ed7b2e..0d82393 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,9 @@
 DHFLAGS=--parallel
 
 %:
-	dh $@ $(DHFLAGS) --with python2
-
-override_dh_auto_build:
-	cp po/mate-tweak.pot po/mate-tweak.pot.bak
-	dh_auto_build
+	dh $@ $(DHFLAGS) --with python3
 
 override_dh_auto_clean:
-	test -f po/mate-tweak.pot.bak && mv po/mate-tweak.pot.bak po/mate-tweak.pot || true
 	rm -Rf mate_tweak.egg-info/
 	dh_auto_clean
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-tweak.git



More information about the pkg-mate-commits mailing list