[Python-apps-commits] r12132 - in packages/glipper/trunk/debian (4 files)

josernesto-guest at users.alioth.debian.org josernesto-guest at users.alioth.debian.org
Wed Jul 22 21:09:31 UTC 2015


    Date: Wednesday, July 22, 2015 @ 21:09:30
  Author: josernesto-guest
Revision: 12132

* debian/control:
  - Bump Standards-Version to 3.9.6.
  - Added dh-python to Build-Depends.
* debian/patches:
  - Update the autostart-only-in-gnome.txt path
    to include the MATE desktop (Closes: #724599).
* debian/copyright:
  - Added Karderio to copyright.
  - Added Unity to the autostart ShowInOnly line. Move patch to unstable
    version of the package.

Modified:
  packages/glipper/trunk/debian/changelog
  packages/glipper/trunk/debian/copyright
  packages/glipper/trunk/debian/patches/autostart-only-in-gnome.txt
  packages/glipper/trunk/debian/rules

Modified: packages/glipper/trunk/debian/changelog
===================================================================
--- packages/glipper/trunk/debian/changelog	2015-07-22 19:47:28 UTC (rev 12131)
+++ packages/glipper/trunk/debian/changelog	2015-07-22 21:09:30 UTC (rev 12132)
@@ -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 <josernestodavila at ubuntu.com>  Fri, 17 Jul 2015 16:53:57 -0600
+
 glipper (2.4-4) unstable; urgency=medium
 
   * debian/control:
@@ -6,13 +19,17 @@
     [ Thanks Jakub Wilk <jwilk at debian.org> ]
     - Use canonical URIs for vcs-* fields.
 
+  * debian/copyright:
+    - Added Karderio to copyright.
+
   [ Thanks Jeremy Bicha <jbicha at ubuntu.com> ]
     - 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.
+    - Added Unity to the autostart ShowInOnly line. Move patch to unstable
+      version of the package.
 
  -- José Ernesto Dávila Pantoja <josernestodavila at ubuntu.com>  Sat, 03 Aug 2013 20:09:19 -0600
 

Modified: packages/glipper/trunk/debian/copyright
===================================================================
--- packages/glipper/trunk/debian/copyright	2015-07-22 19:47:28 UTC (rev 12131)
+++ packages/glipper/trunk/debian/copyright	2015-07-22 21:09:30 UTC (rev 12132)
@@ -5,6 +5,7 @@
 Files: *
 Copyright: 2006-2007, Sven Rech
            2006-2007, Eugenio Depalo
+           2006-2007, Karderio
            2011, Laszlo Pandy
 License: GPL-2+
 

Modified: packages/glipper/trunk/debian/patches/autostart-only-in-gnome.txt
===================================================================
--- packages/glipper/trunk/debian/patches/autostart-only-in-gnome.txt	2015-07-22 19:47:28 UTC (rev 12131)
+++ packages/glipper/trunk/debian/patches/autostart-only-in-gnome.txt	2015-07-22 21:09:30 UTC (rev 12132)
@@ -7,4 +7,4 @@
  Comment=A clipboard history manager
  Exec=glipper
  Type=Application
-+OnlyShowIn=GNOME;Unity;
++OnlyShowIn=GNOME;Unity;MATE;

Modified: packages/glipper/trunk/debian/rules
===================================================================
--- packages/glipper/trunk/debian/rules	2015-07-22 19:47:28 UTC (rev 12131)
+++ packages/glipper/trunk/debian/rules	2015-07-22 21:09:30 UTC (rev 12132)
@@ -14,7 +14,10 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf debian/glipper/usr/share/help/*/gippler/figures
+	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
 
 override_dh_auto_clean:
 	dh_auto_clean




More information about the Python-apps-commits mailing list