[Python-apps-commits] r9937 - in packages/glipper/trunk/debian (4 files)
josernesto-guest at users.alioth.debian.org
josernesto-guest at users.alioth.debian.org
Mon Aug 5 04:30:21 UTC 2013
Date: Monday, August 5, 2013 @ 04:30:15
Author: josernesto-guest
Revision: 9937
* debian/control:
- Bump Standards-Version to 3.9.4.
- Use canonical URIs for vcs-* fields.
- 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.
* debian/patches:
- Add autostart-only-in-gnome.txt (Closes: #691174).
* debian/copyright:
- Integrate changes from 2.3-3.1 (Closes: #688608).
Modified:
packages/glipper/trunk/debian/changelog
packages/glipper/trunk/debian/control
packages/glipper/trunk/debian/copyright
packages/glipper/trunk/debian/rules
Modified: packages/glipper/trunk/debian/changelog
===================================================================
--- packages/glipper/trunk/debian/changelog 2013-08-05 03:58:17 UTC (rev 9936)
+++ packages/glipper/trunk/debian/changelog 2013-08-05 04:30:15 UTC (rev 9937)
@@ -1,9 +1,37 @@
-glipper (2.4-2) UNRELEASED; urgency=low
+glipper (2.4-4) unstable; urgency=medium
- * Use canonical URIs for Vcs-* fields.
+ * debian/control:
+ - Bump Standards-Version to 3.9.4.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:05:08 +0200
+ [ Thanks Jakub Wilk <jwilk at debian.org> ]
+ - Use canonical URIs for vcs-* fields.
+ [ 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.
+
+ -- José Ernesto Dávila Pantoja <josernestodavila at ubuntu.com> Sat, 03 Aug 2013 20:09:19 -0600
+
+glipper (2.4-3) experimental; urgency=low
+
+ [ Thanks Timo Weingärtner <timo at tiwe.de> ]
+ * debian/patches:
+ - Add autostart-only-in-gnome.txt (Closes: #691174).
+
+ -- José Ernesto Dávila Pantoja <josernestodavila at ubuntu.com> Sat, 17 Nov 2012 13:31:40 -0600
+
+glipper (2.4-2) experimental; urgency=low
+
+ [ David Prévot <taffit at debian.org> ]
+ * debian/copyright:
+ - Integrate changes from 2.3-3.1 (Closes: #688608).
+
+ -- José Ernesto Dávila Pantoja <josernestodavila at ubuntu.com> Mon, 15 Oct 2012 18:30:07 -0600
+
glipper (2.4-1) experimental; urgency=low
* New upstream release. (LP: #936650)
Modified: packages/glipper/trunk/debian/control
===================================================================
--- packages/glipper/trunk/debian/control 2013-08-05 03:58:17 UTC (rev 9936)
+++ packages/glipper/trunk/debian/control 2013-08-05 04:30:15 UTC (rev 9937)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: José Ernesto Dávila Pantoja <josernestodavila at ubuntu.com>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8), python (>= 2.4), python-distutils-extra, gnome-doc-utils
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 8), python (>= 2.4), python-distutils-extra (>= 2.38), gnome-doc-utils
+Standards-Version: 3.9.4
X-Python-Version: >= 2.4
Homepage: http://launchpad.net/glipper
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/glipper/trunk/
Modified: packages/glipper/trunk/debian/copyright
===================================================================
--- packages/glipper/trunk/debian/copyright 2013-08-05 03:58:17 UTC (rev 9936)
+++ packages/glipper/trunk/debian/copyright 2013-08-05 04:30:15 UTC (rev 9937)
@@ -7,27 +7,30 @@
2006-2007, Eugenio Depalo
2011, Laszlo Pandy
License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 dated June, 1991.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software Foundation,
- Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
- .
- On Debian systems, the complete text of the GNU General Public License,
- version 2, can be found in `/usr/share/common-licenses/GPL-2'.
+Files: po/cs.po
+Copyright: 2008 Martin Picek <picek.martin at gnome-cesko.cz>
+License: GPL-2+
+
+Files: po/de.po
+Copyright: 2006 Sven Rech
+License: GPL-2+
+
+Files: po/et.po po/gl.po po/is.po
+Copyright: 2011 Rosetta Contributors and Canonical Ltd 2011
+License: GPL-2+
+
+Files: po/tr.po
+Copyright: 2011 Cagdas Sozer
+License: GPL-2+
+
Files: debian/*
Copyright: Copyright 2006 Neil Williams <linux at codehelp.co.uk>
Copyright 2007 Davide Truffa <davide at catoblepa.org>
Copyright 2011 Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>
License: GPL-2+
+
+License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991.
Modified: packages/glipper/trunk/debian/rules
===================================================================
--- packages/glipper/trunk/debian/rules 2013-08-05 03:58:17 UTC (rev 9936)
+++ packages/glipper/trunk/debian/rules 2013-08-05 04:30:15 UTC (rev 9937)
@@ -14,10 +14,7 @@
override_dh_auto_install:
dh_auto_install
- find debian/glipper/usr/share/gnome/help/glipper/C/ -type d -empty -delete
- find debian/glipper/usr/share/gnome/help/glipper/de/ -type d -empty -delete
- find debian/glipper/usr/share/gnome/help/glipper/fr/ -type d -empty -delete
- find debian/glipper/usr/share/gnome/help/glipper/it -type d -empty -delete
+ rm -rf debian/glipper/usr/share/help/*/gippler/figures
override_dh_auto_clean:
dh_auto_clean
More information about the Python-apps-commits
mailing list