diff -Nru glipper-2.4/debian/changelog glipper-2.4/debian/changelog --- glipper-2.4/debian/changelog 2013-08-25 17:04:54.000000000 -0700 +++ glipper-2.4/debian/changelog 2015-07-17 14:00:40.000000000 -0700 @@ -1,3 +1,16 @@ +glipper (2.4-5) unstable; urgency=medium + + * debian/control: + - Bump Standards-Version to 3.9.6. + - Added dh-python to Build-Depends. + + [ Thanks Ernesto Domato ] + * debian/patches: + - Update the autostart-only-in-gnome.txt path + to include the MATE desktop (Closes: #724599). + + -- José Ernesto Dávila Pantoja Fri, 17 Jul 2015 16:53:57 -0600 + glipper (2.4-4) unstable; urgency=medium * debian/control: @@ -6,17 +19,13 @@ [ Thanks Jakub Wilk ] - Use canonical URIs for vcs-* fields. - * debian/copyright: - - Added Karderio to copyright. - [ Thanks Jeremy Bicha ] - Updated help for python-distutils-extra changes (Closes: #717674). * debian/rules: - Remove the correct directory structure for help files. (Closes: #718158). * debian/patches: - Added fix-help.patch to fix the help button in Preferences dialog. - - Added Unity to the autostart ShowInOnly line. Move patch to unstable - version of the package. + - Added Unity to the autostart ShowInOnly line. -- José Ernesto Dávila Pantoja Sat, 03 Aug 2013 20:09:19 -0600 diff -Nru glipper-2.4/debian/control glipper-2.4/debian/control --- glipper-2.4/debian/control 2013-08-04 17:40:28.000000000 -0700 +++ glipper-2.4/debian/control 2015-07-12 20:05:36.000000000 -0700 @@ -3,8 +3,8 @@ Priority: optional Maintainer: José Ernesto Dávila Pantoja Uploaders: Python Applications Packaging Team -Build-Depends: debhelper (>= 8), python (>= 2.4), python-distutils-extra (>= 2.38), gnome-doc-utils -Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 8), python (>= 2.4), python-distutils-extra (>= 2.38), gnome-doc-utils, dh-python +Standards-Version: 3.9.6 X-Python-Version: >= 2.4 Homepage: http://launchpad.net/glipper Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/glipper/trunk/ diff -Nru glipper-2.4/debian/copyright glipper-2.4/debian/copyright --- glipper-2.4/debian/copyright 2013-08-24 15:22:51.000000000 -0700 +++ glipper-2.4/debian/copyright 2015-07-12 20:05:36.000000000 -0700 @@ -5,7 +5,6 @@ Files: * Copyright: 2006-2007, Sven Rech 2006-2007, Eugenio Depalo - 2006-2007, Karderio 2011, Laszlo Pandy License: GPL-2+ diff -Nru glipper-2.4/debian/patches/autostart-only-in-gnome.txt glipper-2.4/debian/patches/autostart-only-in-gnome.txt --- glipper-2.4/debian/patches/autostart-only-in-gnome.txt 2013-08-04 16:59:45.000000000 -0700 +++ glipper-2.4/debian/patches/autostart-only-in-gnome.txt 2015-07-12 20:05:36.000000000 -0700 @@ -7,4 +7,4 @@ Comment=A clipboard history manager Exec=glipper Type=Application -+OnlyShowIn=GNOME;Unity; ++OnlyShowIn=GNOME;Unity;MATE; diff -Nru glipper-2.4/debian/rules glipper-2.4/debian/rules --- glipper-2.4/debian/rules 2013-08-24 14:43:49.000000000 -0700 +++ glipper-2.4/debian/rules 2015-07-12 20:05:36.000000000 -0700 @@ -14,10 +14,7 @@ override_dh_auto_install: dh_auto_install - find debian/glipper/usr/share/help/C/glipper/ -type d -empty -delete - find debian/glipper/usr/share/help/de/glipper/ -type d -empty -delete - find debian/glipper/usr/share/help/fr/glipper/ -type d -empty -delete - find debian/glipper/usr/share/help/it/glipper/ -type d -empty -delete + rm -rf debian/glipper/usr/share/help/*/gippler/figures override_dh_auto_clean: dh_auto_clean